diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-24 15:36:04 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-24 15:36:04 +0200 |
commit | 163958e1c3496f6d3cd3fc5202d1d5a2b0e22c12 (patch) | |
tree | 4a174a73d25d9678e22dcca65ddcfbe4729d851f /extensions/Needinfo/template | |
parent | acb2992c9b3baf976346c6ce5ae60e107551134d (diff) | |
download | bugzilla-163958e1c3496f6d3cd3fc5202d1d5a2b0e22c12.tar.gz bugzilla-163958e1c3496f6d3cd3fc5202d1d5a2b0e22c12.tar.xz |
Bug 803545 - Should be able to enter partial needinfo flag requestee
Diffstat (limited to 'extensions/Needinfo/template')
-rw-r--r-- | extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl | 10 | ||||
-rw-r--r-- | extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl | 11 |
2 files changed, 0 insertions, 21 deletions
diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl index 516ec0087..8810b5f21 100644 --- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl +++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl @@ -83,14 +83,4 @@ </span> [% END %] </div> - <script> - // HACK: Shift the needinfo container to a different location - // below commit button but before status drop down. This allows - // for better tab navigation - YAHOO.util.Event.onDOMReady(function() { - var needinfo = YAHOO.util.Dom.get('needinfo_container'); - var status = YAHOO.util.Dom.get('bug_status_bottom'); - status.parentNode.insertBefore(needinfo, status); - }); - </script> [% END %] diff --git a/extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl b/extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl deleted file mode 100644 index 90f0cc584..000000000 --- a/extensions/Needinfo/template/en/default/hook/bug/edit-after_comment_textarea.html.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -[%# This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - # - # This Source Code Form is "Incompatible With Secondary Licenses", as - # defined by the Mozilla Public License, v. 2.0. - #%] - -[% PROCESS bug/needinfo.html.tmpl - bug = bug -%] |