[galaxy-commits] commit/galaxy-central: kanwei: Spacing fix
Bitbucket
commits-noreply at bitbucket.org
Sat Aug 20 02:56:40 EDT 2011
1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/fa7159dcb42e/
changeset: fa7159dcb42e
user: kanwei
date: 2011-08-20 08:56:33
summary: Spacing fix
affected #: 2 files (0 bytes)
--- a/lib/galaxy/web/form_builder.py Sat Aug 20 14:27:30 2011 +1000
+++ b/lib/galaxy/web/form_builder.py Sat Aug 20 02:56:33 2011 -0400
@@ -191,9 +191,9 @@
def get_html( self, prefix="" ):
rval = FTPFileField.thead
if self.dir is None:
- rval += '<tr><td colspan="3"><em>Please <a href="%s">create</a> or <a href="%s">log in to</a> a Galaxy account to view files uploaded via FTP.</em></td></tr>' % ( url_for( controller='user', action='create', cntrller='user', referer=url_for( controller='root' ) ), url_for( controller='user', action='login', cntrller='user', referer=url_for( controller='root' ) ) )
+ rval += '<tr><td colspan="4"><em>Please <a href="%s">create</a> or <a href="%s">log in to</a> a Galaxy account to view files uploaded via FTP.</em></td></tr>' % ( url_for( controller='user', action='create', cntrller='user', referer=url_for( controller='root' ) ), url_for( controller='user', action='login', cntrller='user', referer=url_for( controller='root' ) ) )
elif not os.path.exists( self.dir ):
- rval += '<tr><td colspan="3"><em>Your FTP upload directory contains no files.</em></td></tr>'
+ rval += '<tr><td colspan="4"><em>Your FTP upload directory contains no files.</em></td></tr>'
else:
uploads = []
for ( dirpath, dirnames, filenames ) in os.walk( self.dir ):
@@ -204,7 +204,7 @@
size=nice_size( statinfo.st_size ),
ctime=time.strftime( "%m/%d/%Y %I:%M:%S %p", time.localtime( statinfo.st_ctime ) ) ) )
if not uploads:
- rval += '<tr><td colspan="3"><em>Your FTP upload directory contains no files.</em></td></tr>'
+ rval += '<tr><td colspan="4"><em>Your FTP upload directory contains no files.</em></td></tr>'
for upload in uploads:
rval += FTPFileField.trow % ( prefix, self.name, upload['path'], upload['path'], upload['size'], upload['ctime'] )
rval += FTPFileField.tfoot
--- a/tools/data_source/upload.xml Sat Aug 20 14:27:30 2011 +1000
+++ b/tools/data_source/upload.xml Sat Aug 20 02:56:33 2011 -0400
@@ -177,7 +177,7 @@
**MAF**
-TBA and multiz multiple alignment format. The first line of a .maf file begins with ##maf. This word is followed by white-space-separated "variable=value pairs". There should be no white space surrounding the "=".
+TBA and multiz multiple alignment format. The first line of a .maf file begins with ##maf. This word is followed by white-space-separated "variable=value" pairs. There should be no white space surrounding the "=".
-----
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the galaxy-commits
mailing list