commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a561dea97563/ Changeset: a561dea97563 Branch: /use-placeholder-instead-of-value-in-html-1392839097891 User: trevorw Date: 2014-02-19 20:46:26 Summary: use `placeholder` instead of `value` in html5 - editor.mako Affected #: 1 file diff -r 890e70b0fd27d78d5982930f0176c26c4bebbfc0 -r a561dea97563b04d0cff617f1692ede4438fafe3 templates/webapps/galaxy/workflow/editor.mako --- a/templates/webapps/galaxy/workflow/editor.mako +++ b/templates/webapps/galaxy/workflow/editor.mako @@ -302,7 +302,7 @@ <div class="unified-panel-body" style="overflow: auto;"><div class="toolMenu"><div id="tool-search" style="padding-bottom: 5px; position: relative; display: block; width: 100%"> - <input type="text" name="query" value="search tools" id="tool-search-query" class="search-query parent-width" /> + <input type="text" name="query" placeholder="search tools" id="tool-search-query" class="search-query parent-width" /><img src="${h.url_for('/static/images/loading_small_white_bg.gif')}" id="search-spinner" class="search-spinner" /></div><div class="toolSectionList"> https://bitbucket.org/galaxy/galaxy-central/commits/65de107dc224/ Changeset: 65de107dc224 User: jmchilton Date: 2014-02-21 03:25:31 Summary: Merged in trevorw/galaxy-central-1//use-placeholder-instead-of-value-in-html-1392839097891 (pull request #325) use `placeholder` instead of `value` in html5 - editor.mako Affected #: 1 file diff -r 1f2383ac9a8ec518f4c91a4c5c2de825f4ddf36f -r 65de107dc224a90943057b9df2b1de521b26544d templates/webapps/galaxy/workflow/editor.mako --- a/templates/webapps/galaxy/workflow/editor.mako +++ b/templates/webapps/galaxy/workflow/editor.mako @@ -302,7 +302,7 @@ <div class="unified-panel-body" style="overflow: auto;"><div class="toolMenu"><div id="tool-search" style="padding-bottom: 5px; position: relative; display: block; width: 100%"> - <input type="text" name="query" value="search tools" id="tool-search-query" class="search-query parent-width" /> + <input type="text" name="query" placeholder="search tools" id="tool-search-query" class="search-query parent-width" /><img src="${h.url_for('/static/images/loading_small_white_bg.gif')}" id="search-spinner" class="search-spinner" /></div><div class="toolSectionList"> 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