summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/field.html.tmpl
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-06-06 21:37:50 +0200
committerGuy Pyrzak <guy.pyrzak@gmail.com>2010-06-06 21:37:50 +0200
commit4f2d925a3df0a9041c6e7a2b6b1ec86de8eee6a4 (patch)
tree83bcdc06d1ca061f0f06c11ec00ff503247f5ac9 /template/en/default/search/field.html.tmpl
parent9fd857307079b57f515fa394cd8f0aefc64336e0 (diff)
downloadbugzilla-4f2d925a3df0a9041c6e7a2b6b1ec86de8eee6a4.tar.gz
bugzilla-4f2d925a3df0a9041c6e7a2b6b1ec86de8eee6a4.tar.xz
Bug 450301: Simplify searching UI, forgot some filters, fixes burning in tinderbox
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/search/field.html.tmpl')
-rw-r--r--template/en/default/search/field.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/search/field.html.tmpl b/template/en/default/search/field.html.tmpl
index 63ef4530f..50a2f0c06 100644
--- a/template/en/default/search/field.html.tmpl
+++ b/template/en/default/search/field.html.tmpl
@@ -51,8 +51,8 @@
tag_name = "span"
editable = 1
%]
- from <input name="[% field.name %]from"
- id="[% field.name %]"
+ from <input name="[% field.name FILTER html %]from"
+ id="[% field.name FILTER html %]"
size="10" maxlength="10"
value="[% value.0 FILTER html %]"
onchange="updateCalendarFromField(this);[% onchange FILTER html %]">
@@ -62,8 +62,8 @@
<span>Calendar</span>
</button>
<div id="con_calendar_[% field.name FILTER html %]"></div>
- to <input name="[% field.name %]to"
- id="[% field.name %]to" size="10" maxlength="10"
+ to <input name="[% field.name FILTER html %]to"
+ id="[% field.name FILTER html %]to" size="10" maxlength="10"
value="[% value.1 FILTER html %]"
onchange="updateCalendarFromField(this);[% onchange FILTER html %]">
<button type="button" class="calendar_button"