summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-09-30 16:16:18 +0200
committerlpsolit%gmail.com <>2009-09-30 16:16:18 +0200
commitd75fb2a43a83f1ab3d29ff2f676c82086363dcf5 (patch)
treea54556a27e7843316ed0a75fa7641a0bff94e1f7 /template/en
parentdc391b5583836b71cc8f68789fb48b712d7fa6b5 (diff)
downloadbugzilla-d75fb2a43a83f1ab3d29ff2f676c82086363dcf5.tar.gz
bugzilla-d75fb2a43a83f1ab3d29ff2f676c82086363dcf5.tar.xz
Bug 455559: The requestee field should be narrower - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/flag/list.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 5681d0b1c..2568e7b4b 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -157,8 +157,8 @@
custom_userlist => flag_custom_list
%]
[% ELSE %]
- (<input type="text" size="30" maxlength="255"
- id="requestee-[% flag.id %]"
+ (<input type="text" class="requestee" maxlength="255"
+ id="requestee-[% flag.id %]"
name="requestee-[% flag.id %]"
[% IF flag.status == "?" && flag.requestee %]
value="[% flag.requestee.login FILTER html %]"
@@ -248,7 +248,7 @@
custom_userlist => type.grant_list
%]
[% ELSE %]
- (<input type="text" size="30" maxlength="255"
+ (<input type="text" class="requestee" maxlength="255"
id="requestee_type-[% type.id %]"
name="requestee_type-[% type.id %]">)
[% END %]