summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
authorrojanu <aliustek@gmail.com>2011-03-26 23:05:17 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2011-03-26 23:05:17 +0100
commitf6e585f272f8d1c1c3fbede3a5f4994c5da1e182 (patch)
treef6a7a6ad8ea528fec9ec6e6abe40d1ec7b626013 /template/en/default/admin/products
parentf98af557d48ae9cea1d41fff18643200af7f7d8e (diff)
downloadbugzilla-f6e585f272f8d1c1c3fbede3a5f4994c5da1e182.tar.gz
bugzilla-f6e585f272f8d1c1c3fbede3a5f4994c5da1e182.tar.xz
Bug 449067: Add an ID to more buttons (to help with Selenium scripts)
r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/create.html.tmpl2
-rw-r--r--template/en/default/admin/products/edit.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl
index 1b50661cf..3af81fb23 100644
--- a/template/en/default/admin/products/create.html.tmpl
+++ b/template/en/default/admin/products/create.html.tmpl
@@ -54,7 +54,7 @@
</tr>
</table>
- <input type="submit" value="Add">
+ <input type="submit" id="add-product" value="Add">
<input type="hidden" name="action" value="new">
<input type="hidden" name="token" value="[% token FILTER html %]">
<input type="hidden" name="classification"
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index bb55f4eb0..3bd78a958 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -139,7 +139,7 @@ versions:</a>
value="[% product.name FILTER html %]">
<input type="hidden" name="action" value="update">
<input type="hidden" name="token" value="[% token FILTER html %]">
- <input type="submit" name="submit" value="Save Changes">
+ <input type="submit" id="update-product" value="Save Changes">
</form>
[% PROCESS "admin/products/footer.html.tmpl"