summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 55fb49fb0..e59dd8707 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -260,7 +260,7 @@
<p>Do you really want to delete this product?<p>
<form method="post" action="editproducts.cgi">
- <input type="submit" value="Yes, delete">
+ <input type="submit" id="delete" value="Yes, delete">
<input type="hidden" name="action" value="delete">
<input type="hidden" name="product" value="[% product.name FILTER html %]">
<input type="hidden" name="classification"
diff --git a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
index 6d0bfe3bb..e21567624 100644
--- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
@@ -48,7 +48,7 @@ be removed.[% END %]
return to the previous page.
<p>
<input type="hidden" name="confirmed" value="confirmed">
- <input type="submit" value="Continue">
+ <input type="submit" id="update" value="Continue">
</p>
</form>