aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/votes
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-07-12 19:21:36 +0000
committerlpsolit%gmail.com <>2006-07-12 19:21:36 +0000
commit2362793369156ae7c9c63c50a07ac2c79a9df7fa (patch)
tree5bfcf1b1a5410c8691be31c81057bd06231c86b1 /template/en/default/bug/votes
parent38b4491409ab9e0bd8c020a0d87c8b273097139b (diff)
downloadbugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar
bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.gz
bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.bz2
bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.xz
bugs-2362793369156ae7c9c63c50a07ac2c79a9df7fa.zip
Bug 317694: All buttons in forms must have an id - Patches by André Batosti <batosti@async.com.br> r=ghendricks a=myk
Diffstat (limited to 'template/en/default/bug/votes')
-rw-r--r--template/en/default/bug/votes/delete-all.html.tmpl2
-rw-r--r--template/en/default/bug/votes/list-for-user.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/votes/delete-all.html.tmpl b/template/en/default/bug/votes/delete-all.html.tmpl
index 4c1173d54..ffede1db1 100644
--- a/template/en/default/bug/votes/delete-all.html.tmpl
+++ b/template/en/default/bug/votes/delete-all.html.tmpl
@@ -45,7 +45,7 @@
No, go back and review my votes
</p>
<p>
- <input type="submit" value="Submit">
+ <input type="submit" id="vote" value="Submit">
</p>
</form>
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl
index 85d25f9a2..7801b2a4a 100644
--- a/template/en/default/bug/votes/list-for-user.html.tmpl
+++ b/template/en/default/bug/votes/list-for-user.html.tmpl
@@ -146,7 +146,7 @@
</table>
[% IF canedit %]
- <input type="submit" value="Change My Votes">
+ <input type="submit" value="Change My Votes" id="change">
<br>
<br>
To change your votes,