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.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 9f9e73f41..38a4898fe 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -154,7 +154,7 @@
[% END %]
[% END %]
- <input type="submit" value="Commit">
+ <input type="submit" value="Commit" id="commit">
<p>
<font size="+1">
<b>
@@ -173,7 +173,7 @@
[% IF bug.user.canmove %]
&nbsp; <font size="+1"><b> | </b></font> &nbsp;
- <input type="submit" name="action"
+ <input type="submit" name="action" id="action"
value="[% Param("move-button-text") %]">
[% END %]
</p>