summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/common-links.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-08-15 05:05:57 +0200
committerlpsolit%gmail.com <>2006-08-15 05:05:57 +0200
commit41560ee57841fdd3c1ca519fdfcd70908c86a996 (patch)
tree6888d1f499f83848e38bb9dbee2e228a6a6a756c /template/en/default/global/common-links.html.tmpl
parent54641d0e624239fdbe1c9e6dc724b977f2aeebbb (diff)
downloadbugzilla-41560ee57841fdd3c1ca519fdfcd70908c86a996.tar.gz
bugzilla-41560ee57841fdd3c1ca519fdfcd70908c86a996.tar.xz
Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
Diffstat (limited to 'template/en/default/global/common-links.html.tmpl')
-rw-r--r--template/en/default/global/common-links.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index 8040e48ff..252b895cb 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -20,6 +20,8 @@
# Svetlana Harisova <light@rathedg.com>
#%]
+[% DEFAULT btn_id = "find" %]
+
<div class="links">
<a href="./">Home</a> |
<a href="enter_bug.cgi">New</a> |
@@ -30,7 +32,7 @@
{ alert('Please enter one or more search terms first.');
return false; } return true;">
<input class="txt" type="text" name="quicksearch">
- <input class="btn" type="submit" value="Find" id="find">
+ <input class="btn" type="submit" value="Find" id="[% btn_id FILTER html %]">
</form> |
<a href="report.cgi">Reports</a>