commit/galaxy-central: greg: A couple of tool shed template fixes.
![](https://secure.gravatar.com/avatar/80f5559d84eded8948e370d0267057c0.jpg?s=120&d=mm&r=g)
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/9f9c2612d3c6/ changeset: 9f9c2612d3c6 user: greg date: 2011-08-04 19:50:09 summary: A couple of tool shed template fixes. affected #: 2 files (176 bytes) --- a/templates/webapps/community/repository/manage_repository.mako Thu Aug 04 13:43:21 2011 -0400 +++ b/templates/webapps/community/repository/manage_repository.mako Thu Aug 04 13:50:09 2011 -0400 @@ -161,14 +161,14 @@ %if can_set_metadata: <p/><div class="toolForm"> - <div class="toolFormTitle">Repository metadata</div> + <div class="toolFormTitle">Preview tools and inspect metadata</div><div class="toolFormBody"> %if metadata: %if 'tools' in metadata: <div class="form-row"><table width="100%"><tr bgcolor="#D8D8D8" width="100%"> - <td><label>Tools:</label></td> + <td><b>Tools</b><i> - click the name to preview the tool and use the pop-up menu to inspect all metadata</i></td></tr></table></div> @@ -224,7 +224,7 @@ <div class="form-row"><table width="100%"><tr bgcolor="#D8D8D8" width="100%"> - <td><label>Workflows:</label></td> + <td><b>Workflows</b></td></tr></table></div> @@ -311,7 +311,7 @@ %endif <p/><div class="toolForm"> - <div class="toolFormTitle">Grant authority to upload or push changes</div> + <div class="toolFormTitle">Grant authority to make changes</div><div class="toolFormBody"><table class="grid"><tr> @@ -335,7 +335,7 @@ <label>Username:</label> ${allow_push_select_field.get_html()} <div class="toolParamHelp" style="clear: both;"> - Multi-select usernames to grant permission to push to this repository + Multi-select usernames to grant permission to make changes to this repository </div><div style="clear: both"></div></div> --- a/templates/webapps/community/repository/view_repository.mako Thu Aug 04 13:43:21 2011 -0400 +++ b/templates/webapps/community/repository/view_repository.mako Thu Aug 04 13:50:09 2011 -0400 @@ -153,13 +153,13 @@ %if metadata: <p/><div class="toolForm"> - <div class="toolFormTitle">Repository metadata</div> + <div class="toolFormTitle">Preview tools and inspect metadata</div><div class="toolFormBody"> %if 'tools' in metadata: <div class="form-row"><table width="100%"><tr bgcolor="#D8D8D8" width="100%"> - <td><label>Tools:</label></td> + <td><b>Tools</b><i> - click the name to preview the tool and use the pop-up menu to inspect all metadata</i></td></tr></table></div> @@ -215,7 +215,7 @@ <div class="form-row"><table width="100%"><tr bgcolor="#D8D8D8" width="100%"> - <td><label>Workflows:</label></td> + <td><b>Workflows</b></td></tr></table></div> 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