From 56e097e7f119038506daec6900d2e99ac70b488d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 14 Apr 2015 13:53:42 +0800 Subject: Bug 1153103: add hooks for legal product disclaimer --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 ++ extensions/BugModal/template/en/default/bug_modal/header.html.tmpl | 2 ++ 2 files changed, 4 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 61ba58546..75f4747ea 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -932,6 +932,8 @@ [% END %] +[% Hook.process('after_modules') %] + [%# === comments === %] [% diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl index 9e3742ef8..6ba7ede8b 100644 --- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl @@ -103,3 +103,5 @@ BUGZILLA.default_qa_contact = '[% bug.component_obj.default_qa_contact.login FILTER js %]'; [% END %] [% END %] + +[% Hook.process("end") %] -- cgit v1.2.3-24-g4f1b