diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-06-01 21:46:21 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-06-01 21:46:37 +0200 |
commit | 991b48e7cb918b704a3f7abd9e90fc198fcd7eaf (patch) | |
tree | 6de122e931a4b7bef3c00a5b1e18d4c3ba26762e /extensions/BugModal/template/en | |
parent | 407add6f1ad02e5dc907a154bd334ea76e7411b2 (diff) | |
download | bugzilla-991b48e7cb918b704a3f7abd9e90fc198fcd7eaf.tar.gz bugzilla-991b48e7cb918b704a3f7abd9e90fc198fcd7eaf.tar.xz |
Bug 1146778 - link to the classic printing format for now
Diffstat (limited to 'extensions/BugModal/template/en')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 |
1 files changed, 1 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 f76e84bf6..f18d0e7b7 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -1218,6 +1218,7 @@ <div id="bottom-actions"> <div id="bottom-right-actions"> <button type="button" id="top-btn" class="minor">Top ↑</button> + <button type="button" id="format-btn" class="minor">Format ▾</button> [% IF user.id %] <button type="button" id="new-bug-btn" class="minor">New/Clone [% terms.Bug %] ▾</button> [% END %] |