commit/galaxy-central: natefoo: Display bug with tool tags.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/8eaf07a46623/ changeset: r5439:8eaf07a46623 user: natefoo date: 2011-04-20 18:57:03 summary: Display bug with tool tags. affected #: 1 file (142 bytes) --- a/templates/root/tool_menu.mako Tue Apr 19 16:20:52 2011 +0100 +++ b/templates/root/tool_menu.mako Wed Apr 20 12:57:03 2011 -0400 @@ -321,13 +321,11 @@ else: display = "none" %> - %if trans.app.config.get_bool( 'enable_tool_tags', False ): - <div id="tool-tags" style="padding-bottom: 5px; position: relative; display: ${display}; width: 100%"> + <div id="tool-search" style="padding-bottom: 5px; position: relative; display: ${display}; width: 100%"> + %if trans.app.config.get_bool( 'enable_tool_tags', False ): <b>Tags:</b> ${render_tool_tagging_elements()} - </div> - %endif - <div id="tool-search" style="padding-bottom: 5px; position: relative; display: ${display}; width: 100%"> + %endif <input type="text" name="query" value="search tools" id="tool-search-query" autocomplete="off" style="width: 100%; font-style:italic; font-size: inherit"/><img src="${h.url_for('/static/images/loading_small_white_bg.gif')}" id="search-spinner" style="display: none; position: absolute; right: 0; top: 5px;"/></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