summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-10-22 06:57:33 +0200
committerlpsolit%gmail.com <>2006-10-22 06:57:33 +0200
commitf8e8541db6b20e5ed9b6e875f14fc24207c7dfc9 (patch)
treedfc2633043c7c40e3d5e08abd094c83ca756944a /template/en/default/bug/knob.html.tmpl
parentc9f72537239350f5d05309db60ff96e59280a471 (diff)
downloadbugzilla-f8e8541db6b20e5ed9b6e875f14fc24207c7dfc9.tar.gz
bugzilla-f8e8541db6b20e5ed9b6e875f14fc24207c7dfc9.tar.xz
Bug 357490: Reorganize fields in show_bug.cgi and group links together - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-rw-r--r--template/en/default/bug/knob.html.tmpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 8aa118adc..94b222d06 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -161,28 +161,11 @@
<div id="knob-buttons">
<input type="submit" value="Commit" id="commit">
- <p>
- <font size="+1">
- <b>
- <a href="show_activity.cgi?id=[% bug.bug_id %]">View [% terms.Bug %] Activity</a>
- &nbsp; | &nbsp;
- <a href="show_bug.cgi?format=multiple&amp;id=[% bug.bug_id %]">Format For Printing</a>
- &nbsp; | &nbsp;
- <a href="show_bug.cgi?ctype=xml&amp;id=[% bug.bug_id %]">XML</a>
- &nbsp; | &nbsp;
- <a href="enter_bug.cgi?cloned_bug_id=[% bug.bug_id %]">Clone This [% terms.Bug %]</a>
-
- [%# Links to more things users can do with this bug. %]
- [% Hook.process("links") %]
- </b>
- </font>
-
[% IF bug.user.canmove %]
&nbsp; <font size="+1"><b> | </b></font> &nbsp;
<input type="submit" name="action" id="action"
value="[% Param("move-button-text") %]">
[% END %]
- </p>
</div>
</div>