diff options
author | David Lawrence <dkl@mozilla.com> | 2016-06-01 17:48:35 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-06-01 17:48:35 +0200 |
commit | 407add6f1ad02e5dc907a154bd334ea76e7411b2 (patch) | |
tree | 7a05b98864f98c9de5b280e452eaa534387de5cc /extensions/BugModal | |
parent | a092e46153b5bf826fcc88f4908122f7f3e96370 (diff) | |
download | bugzilla-407add6f1ad02e5dc907a154bd334ea76e7411b2.tar.gz bugzilla-407add6f1ad02e5dc907a154bd334ea76e7411b2.tar.xz |
Bug 1153105 - add orange factor to modal view
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 2 insertions, 0 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 fd1359b32..f76e84bf6 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -987,6 +987,7 @@ END; %] + [% Hook.process('details_lhs') %] [% END %] [% WRAPPER fields_rhs %] @@ -1007,6 +1008,7 @@ hide_on_view = bug.see_also.size == 0 %] + [% Hook.process('details_rhs') %] [% END %] [%# custom fields (textarea) %] |