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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
4f5fe2cd
Commit
4f5fe2cd
authored
Jul 08, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 278710: Using user dropdown instead of text field disturbs the layout
Patch By byron jones (glob) <bugzilla@glob.com.au> r=myk, a=justdave
parent
32aa48ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
130 additions
and
81 deletions
+130
-81
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+130
-81
No files found.
template/en/default/bug/edit.html.tmpl
View file @
4f5fe2cd
...
...
@@ -125,7 +125,12 @@
[%# *** Hardware Reporter Product OS AddCC *** %]
<table cellspacing="1" cellpadding="1" border="0">
<table>
<tr>
<td valign="top">
<table cellspacing="1" cellpadding="1">
<tr>
<td align="right">
[% IF Param('useclassification') %]
...
...
@@ -145,21 +150,6 @@
</label>
[% END %]
</td>
<td> </td>
<td align="right">
<b><u>H</u>ardware:</b>
</td>
[% PROCESS select selname => "rep_platform" accesskey => "h" %]
<td align="right">
<b>Reporter:</b>
</td>
<td>
<a href="mailto:[% bug.reporter.email FILTER html %]">
[% bug.reporter.identity FILTER html %]</a>
</td>
</tr>
<tr>
...
...
@@ -167,27 +157,9 @@
<b><u>P</u>roduct:</b>
</td>
[% PROCESS select selname => "product" accesskey => "p" %]
<td align="right">
<b><u>O</u>S:</b>
</td>
[% PROCESS select selname => "op_sys" accesskey => "o" %]
<td align="right">
<b><u>A</u>dd CC:</b>
</td>
<td>
[% INCLUDE global/userselect.html.tmpl
name => "newcc"
value => ""
accesskey => "a"
size => 30
multiple => 5
%]
</td>
</tr>
[%# *** Component Version CC Priority Severity AssignedTo Milestone *** %]
[%# *** Component Version CC Priority Severity AssignedTo Milestone *** %]
<tr>
<td align="right">
...
...
@@ -197,29 +169,6 @@
</b>
</td>
[% PROCESS select selname => "component" accesskey => "m" %]
<td align="right">
<b><u>V</u>ersion:</b>
</td>
[% PROCESS select selname => "version" accesskey => "v" %]
<td rowspan="4" align="right" valign="top">
<b>CC:</b>
</td>
<td rowspan="4" valign="top">
[% IF bug.cc %]
<select name="cc" multiple="multiple" size="5">
[% FOREACH c = bug.cc %]
<option value="[% c FILTER html %]">[% c FILTER html %]</option>
[% END %]
</select>
<br>
<input type="checkbox" name="removecc">Remove selected CCs
<br>
[% ELSE %]
<input type="hidden" name="cc" value="">
[% END %]
</td>
</tr>
<tr>
...
...
@@ -229,12 +178,6 @@
</b>
</td>
<td>[% status_descs.${bug.bug_status} FILTER html %]</td>
<td> </td>
<td align="right">
<b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>ority</a>:</b>
</td>
[% PROCESS select selname => "priority" accesskey => "i" %]
</tr>
<tr>
...
...
@@ -249,13 +192,6 @@
of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %]
[% END %]
</td>
<td> </td>
<td align="right">
<b><a href="page.cgi?id=fields.html#bug_severity">S<u>e</u>verity</a>:</b>
</td>
[% PROCESS select selname = "bug_severity" accesskey => "e" %]
</tr>
<tr>
...
...
@@ -265,9 +201,52 @@
</b>
</td>
<td>[% bug.assigned_to.identity FILTER html %]</td>
<td> </td>
</tr>
</table>
</td>
<td valign="top">
<table cellspacing="1" cellpadding="1">
<tr>
<td align="right">
<b><u>H</u>ardware:</b>
</td>
[% PROCESS select selname => "rep_platform" accesskey => "h" %]
</tr>
<tr>
<td align="right">
<b><u>O</u>S:</b>
</td>
[% PROCESS select selname => "op_sys" accesskey => "o" %]
</tr>
<tr>
<td align="right">
<b><u>V</u>ersion:</b>
</td>
[% PROCESS select selname => "version" accesskey => "v" %]
</tr>
<tr>
<td align="right">
<b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>ority</a>:</b>
</td>
[% PROCESS select selname => "priority" accesskey => "i" %]
</tr>
<tr>
<td align="right">
<b><a href="page.cgi?id=fields.html#bug_severity">S<u>e</u>verity</a>:</b>
</td>
[% PROCESS select selname = "bug_severity" accesskey => "e" %]
</tr>
[% IF Param("usetargetmilestone") && bug.target_milestone %]
<tr>
<td align="right">
<b>
[% IF bug.milestoneurl %]
...
...
@@ -277,12 +256,71 @@
</b>
</td>
[% PROCESS select selname = "target_milestone" accesskey => "t" %]
</tr>
[% END %]
</table>
</td>
<td valign="top">
<table cellpadding="1" cellspacing="1">
<tr>
<td align="right">
<b>Reporter:</b>
</td>
<td>
<a href="mailto:[% bug.reporter.email FILTER html %]">
[% bug.reporter.identity FILTER html %]</a>
</td>
</tr>
<tr>
<td align="right" valign="top">
<b><u>A</u>dd CC:</b>
</td>
<td>
[% INCLUDE global/userselect.html.tmpl
name => "newcc"
value => ""
accesskey => "a"
size => 30
multiple => 5
%]
</td>
</tr>
<tr>
<td align="right" valign="top">
<b>CC:</b>
</td>
<td valign="top">
[% IF bug.cc %]
<select name="cc" multiple="multiple" size="5">
[% FOREACH c = bug.cc %]
<option value="[% c FILTER html %]">[% c FILTER html %]</option>
[% END %]
</select>
<br>
<input type="checkbox" name="removecc">Remove selected CCs
<br>
[% ELSE %]
<td colspan="3"> </td
>
<input type="hidden" name="cc" value=""
>
[% END %]
</td>
</tr>
[%# *** QAContact URL Requests Summary Whiteboard Keywords *** %]
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="1" cellpadding="1">
[%# *** QAContact URL Requests Summary Whiteboard Keywords *** %]
[% IF Param('useqacontact') %]
<tr>
...
...
@@ -316,13 +354,6 @@
<input name="bug_file_loc" accesskey="u"
value="[% bug.bug_file_loc FILTER html %]" size="60">
</td>
<td rowspan="4" colspan="2" valign="top">
[% IF bug.flag_types.size > 0 %]
[% PROCESS "flag/list.html.tmpl"
flag_types = bug.flag_types
any_flags_requesteeble = bug.any_flags_requesteeble %]
[% END %]
</td>
</tr>
<tr>
...
...
@@ -359,6 +390,24 @@
</td>
</tr>
[% END %]
</table>
</td>
<td valign="top">
<table cellspacing="1" cellpadding="1">
<tr>
<td colspan="2" valign="top">
[% IF bug.flag_types.size > 0 %]
[% PROCESS "flag/list.html.tmpl"
flag_types = bug.flag_types
any_flags_requesteeble = bug.any_flags_requesteeble %]
[% END %]
</td>
</tr>
</table>
</td>
</tr>
</table>
[% IF UserInGroup(Param('timetrackinggroup')) %]
...
...
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