summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/per-bug-queries.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-07-12 21:21:36 +0200
committerlpsolit%gmail.com <>2006-07-12 21:21:36 +0200
commit2362793369156ae7c9c63c50a07ac2c79a9df7fa (patch)
tree5bfcf1b1a5410c8691be31c81057bd06231c86b1 /template/en/default/global/per-bug-queries.html.tmpl
parent38b4491409ab9e0bd8c020a0d87c8b273097139b (diff)
downloadbugzilla-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.gz
bugzilla-2362793369156ae7c9c63c50a07ac2c79a9df7fa.tar.xz
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/global/per-bug-queries.html.tmpl')
-rw-r--r--template/en/default/global/per-bug-queries.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl
index a7a678532..9c0fc114d 100644
--- a/template/en/default/global/per-bug-queries.html.tmpl
+++ b/template/en/default/global/per-bug-queries.html.tmpl
@@ -22,7 +22,7 @@
<input type="hidden" name="cmdtype" value="doit">
<input type="hidden" name="remtype" value="asnamed">
<input type="hidden" name="add_bugids" value="1">
- <input type="submit" value="Add"> [% terms.bugs %]
+ <input type="submit" value="Add" id="add"> [% terms.bugs %]
<input type="text" name="bug_ids" size="8" maxlength="80"> to
[% foundq = 0 %]
[% FOREACH q = user.queries %]