commit/galaxy-central: dan: Fix for manage_data_manager.mako.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c842439a245c/ Changeset: c842439a245c User: dan Date: 2013-05-13 21:56:34 Summary: Fix for manage_data_manager.mako. Affected #: 1 file diff -r b8af8fa7ab2e61700875249c62308302a105bb38 -r c842439a245cf97137a819aaae9907240f47e6d9 templates/webapps/galaxy/data_manager/manage_data_manager.mako --- a/templates/webapps/galaxy/data_manager/manage_data_manager.mako +++ b/templates/webapps/galaxy/data_manager/manage_data_manager.mako @@ -15,7 +15,7 @@ <p>Access managed data by job</p> %if jobs: -<form name="jobs" action="${h.url_for()}" method="POST"> +<div><table class="manage-table colored" border="0" cellspacing="0" cellpadding="0" width="100%"><tr class="header"><td>Job ID</td> @@ -42,7 +42,7 @@ %endfor </table><p/> -</form> +</div> %else: <div class="infomessage">There are no jobs for this data manager.</div> %endif 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)
-
commits-noreply@bitbucket.org