commit/galaxy-central: natefoo: Fix the user create/login links in the FTP upload form
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/c1468d790495/ changeset: c1468d790495 branches: user: natefoo date: 2011-06-01 21:12:12 summary: Fix the user create/login links in the FTP upload form affected #: 1 file (34 bytes) --- a/lib/galaxy/web/form_builder.py Wed Jun 01 11:40:38 2011 -0400 +++ b/lib/galaxy/web/form_builder.py Wed Jun 01 15:12:12 2011 -0400 @@ -185,7 +185,7 @@ 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', referer=url_for( controller='root' ) ), url_for( controller='user', action='login', referer=url_for( controller='root' ) ) ) + 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' ) ) ) elif not os.path.exists( self.dir ): rval += '<tr><td colspan="3"><em>Your FTP upload directory contains no files.</em></td></tr>' else: 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.
participants (1)
-
Bitbucket