commit/galaxy-central: dannon: Fix more broken tooltips from the tipsy->bootstrap.tooltip() swap
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/57b64ceac4b5/ Changeset: 57b64ceac4b5 User: dannon Date: 2013-04-17 14:40:24 Summary: Fix more broken tooltips from the tipsy->bootstrap.tooltip() swap Affected #: 1 file diff -r ec36ff4ec0f6baf7c6dc7af436b70a711cab94aa -r 57b64ceac4b5eaef10eb0f6c3cf94a87646901c2 templates/webapps/galaxy/workflow/editor.mako --- a/templates/webapps/galaxy/workflow/editor.mako +++ b/templates/webapps/galaxy/workflow/editor.mako @@ -1015,7 +1015,7 @@ ## Workflow name. <div id="workflow-name-area" class="form-row"><label>Name:</label> - <span id="workflow-name" class="tooltip editable-text" original-title="Click to rename workflow">${h.to_unicode( stored.name ) | h}</span> + <span id="workflow-name" class="tooltip editable-text" title="Click to rename workflow">${h.to_unicode( stored.name ) | h}</span></div> ## Workflow tags. <%namespace file="/tagging_common.mako" import="render_individual_tagging_element" /> @@ -1037,7 +1037,7 @@ ## Annotation elt. <div id="workflow-annotation-area" class="form-row"><label>Annotation / Notes:</label> - <div id="workflow-annotation" class="tooltip editable-text" original-title="Click to edit annotation"> + <div id="workflow-annotation" class="tooltip editable-text" title="Click to edit annotation"> %if annotation: ${h.to_unicode( annotation ) | h} %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)
-
commits-noreply@bitbucket.org