diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-14 07:53:42 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-14 07:53:42 +0200 |
commit | 56e097e7f119038506daec6900d2e99ac70b488d (patch) | |
tree | ec51a067d0b387f3d0ab506115293400b525eff1 /extensions/BugModal/template | |
parent | e5131c86c22c5577c0e27db04481084caf635dc5 (diff) | |
download | bugzilla-56e097e7f119038506daec6900d2e99ac70b488d.tar.gz bugzilla-56e097e7f119038506daec6900d2e99ac70b488d.tar.xz |
Bug 1153103: add hooks for legal product disclaimer
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/header.html.tmpl | 2 |
2 files changed, 4 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 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 @@ </div> [% 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") %] |