Commit 2bd0cab3 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 302372: Requestee input field is way too small - Patch by Adam Guthrie…

Bug 302372: Requestee input field is way too small - Patch by Adam Guthrie <ispiked@gmail.com> r/a=myk
parent 7ce0af95
......@@ -121,7 +121,7 @@
<td>
[% IF type.is_active && type.is_requesteeble %]
<span style="white-space: nowrap;">
(<input type="text" size="8" maxlength="255"
(<input type="text" size="30" maxlength="255"
id="requestee-[% flag.id %]"
name="requestee-[% flag.id %]"
[% IF flag.status == "?" && flag.requestee %]
......@@ -159,7 +159,7 @@
<td>
[% IF type.is_requesteeble %]
<span style="white-space: nowrap;">
(<input type="text" size="8" maxlength="255"
(<input type="text" size="30" maxlength="255"
id="requestee_type-[% type.id %]"
name="requestee_type-[% type.id %]">)
</span>
......@@ -198,7 +198,7 @@
<td>
[% IF type.is_requesteeble %]
<span style="white-space: nowrap;">
(<input type="text" size="8" maxlength="255"
(<input type="text" size="30" maxlength="255"
id="requestee_type-[% type.id %]"
name="requestee_type-[% type.id %]">)
</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment