summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/edit-multiple.html.tmpl')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index e6fed2415..687888b24 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -350,10 +350,10 @@
Reassign [% terms.bugs %] to default assignee of selected component
</label><br>
-<input type="submit" value="Commit">
+<input type="submit" id="commit" value="Commit">
[% IF Param('move-enabled') && user.is_mover %]
- <input type="submit" name="action" value="[% Param('move-button-text') %]">
+ <input type="submit" name="action" id="action" value="[% Param('move-button-text') %]">
[% END %]
[%############################################################################%]