diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-07-03 21:38:38 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-07 00:19:20 +0200 |
commit | 6f68125893590fc9de60185f5535bae12adbcb54 (patch) | |
tree | 6d7b2b7885a750826655cf3896d7fd72791623b3 /extensions/BugModal/template/en/default/bug_modal | |
parent | e3e2c7c0273499f832ee692ca63620cd8aa8bda1 (diff) | |
download | bugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.gz bugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.xz |
Bug 1377232 - Revert code from bug 1361890
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 18faf19cc..5ece78805 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -298,7 +298,7 @@ <button type="button" id="mode-btn" class="major"> <span id="mode-btn-readonly" title="Enable editing fields for [% terms.bug %] metadata">Edit [% terms.Bug %]</span> <span id="mode-btn-loading"> - <img id="edit-throbber" src="[% asset_file('extensions/BugModal/web/throbber.gif') FILTER html %]" width="16" height="11"> + <img id="edit-throbber" src="extensions/BugModal/web/throbber.gif" width="16" height="11"> Fetching </span> </button> @@ -402,7 +402,7 @@ %] <button id="product-search" type="button" class="minor">Search</button> <button id="product-search-cancel" type="button" class="minor" style="display:none">X</button> - <img id="product-throbber" src="[% asset_file('extensions/BugModal/web/throbber.gif') FILTER html %]" + <img id="product-throbber" src="extensions/BugModal/web/throbber.gif" width="16" height="11" style="display:none"> <img id="product-search-error" class="tt" src="extensions/BugModal/web/error.png" width="16" height="16" style="display:none"> |