diff options
author | Byron Jones <glob@mozilla.com> | 2015-04-28 07:12:16 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-04-28 07:12:36 +0200 |
commit | c19995a905335b5243299006223a50ad0617c097 (patch) | |
tree | 3b87cd0dcd350f54fb1953762fcadb6e05460bc4 /extensions/BugModal/template/en/default/bug_modal | |
parent | 92059de568ef17628928a6cf19d6fca3ee505f2b (diff) | |
download | bugzilla-c19995a905335b5243299006223a50ad0617c097.tar.gz bugzilla-c19995a905335b5243299006223a50ad0617c097.tar.xz |
Bug 1153102: add hooks for bug bounty display and form
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl | 1 | ||||
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl index 8e04392d8..e5fd7a82c 100644 --- a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl @@ -79,5 +79,4 @@ [% IF obsolete_attachments %] <button type="button" id="attachments-obsolete-btn" class="minor">Show Obsolete Attachments</button> [% END %] - [% Hook.process('actions') %] </div> 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 6649399e1..da7f2f294 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -936,6 +936,7 @@ <div id="top-actions"> <button type="button" id="attachments-add-btn" class="minor">Attach File</button> <button type="button" class="comment-btn minor">Add Comment</button> + [%+ Hook.process('top_actions') %] <button type="submit" class="save-btn major" id="top-save-btn" style="display:none">Save Changes</button> </div> [% END %] |