From 407add6f1ad02e5dc907a154bd334ea76e7411b2 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 1 Jun 2016 15:48:35 +0000 Subject: Bug 1153105 - add orange factor to modal view --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/BugModal/template/en/default/bug_modal') 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) %] -- cgit v1.2.3-24-g4f1b