Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2bd0cab3
Commit
2bd0cab3
authored
Aug 22, 2005
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
list.html.tmpl
template/en/default/flag/list.html.tmpl
+3
-3
No files found.
template/en/default/flag/list.html.tmpl
View file @
2bd0cab3
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment