summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-rw-r--r--template/en/default/bug/knob.html.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 02b5bed8a..8aa118adc 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -24,7 +24,9 @@
[%# *** Knob *** %]
- <br>
+<br>
+<div id="knob">
+ <div id="knob-options">
[% knum = 1 %]
[% initial_action_shown = 0 %]
@@ -155,7 +157,9 @@
[% END %]
[% END %]
[% END %]
+ </div>
+ <div id="knob-buttons">
<input type="submit" value="Commit" id="commit">
<p>
<font size="+1">
@@ -179,6 +183,8 @@
value="[% Param("move-button-text") %]">
[% END %]
</p>
+ </div>
+</div>
[%# Common actions %]