From 4f5fe2cd8ca790ff083d5f5a9903b13afc75cb9a Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Fri, 8 Jul 2005 11:50:27 +0000 Subject: Bug 278710: Using user dropdown instead of text field disturbs the layout Patch By byron jones (glob) r=myk, a=justdave --- template/en/default/bug/edit.html.tmpl | 483 ++++++++++++++++++--------------- 1 file changed, 266 insertions(+), 217 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 84b7774c1..e1408ff4a 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -125,240 +125,289 @@ [%# *** Hardware Reporter Product OS AddCC *** %] - - - - - - - - - [% PROCESS select selname => "rep_platform" accesskey => "h" %] - - - - - - - - [% PROCESS select selname => "product" accesskey => "p" %] - - - [% PROCESS select selname => "op_sys" accesskey => "o" %] - - - - - -[%# *** Component Version CC Priority Severity AssignedTo Milestone *** %] +
- [% IF Param('useclassification') %] - [% IF bug.classification_id != "1" %] - [[% bug.classification FILTER html %]] - [% END %] - [% END %] - [% terms.Bug %]#: - - - [% bug.bug_id %] - [% IF Param("usebugaliases") %] - - [% END %] -   - Hardware: - - Reporter: - - - [% bug.reporter.identity FILTER html %] -
- Product: - - OS: - - Add CC: - - [% INCLUDE global/userselect.html.tmpl - name => "newcc" - value => "" - accesskey => "a" - size => 30 - multiple => 5 - %] -
- - [% PROCESS select selname => "component" accesskey => "m" %] - - - [% PROCESS select selname => "version" accesskey => "v" %] + - - + - - - - [% PROCESS select selname => "priority" accesskey => "i" %] - + - [% PROCESS select selname = "bug_severity" accesskey => "e" %] + - + + - - [% END %] - [% IF bug.use_keywords %] - - - [% END %]
- - - Component: - - - Version: - + + + + + + + + + + [% PROCESS select selname => "product" accesskey => "p" %] + + + [%# *** Component Version CC Priority Severity AssignedTo Milestone *** %] + + + + [% PROCESS select selname => "component" accesskey => "m" %] + + + + + + + + + + + + + + + + + +
+ [% IF Param('useclassification') %] + [% IF bug.classification_id != "1" %] + [[% bug.classification FILTER html %]] + [% END %] + [% END %] + [% terms.Bug %]#: + + + [% bug.bug_id %] + [% IF Param("usebugaliases") %] + + [% END %] +
+ Product: +
+ + + Component: + +
+ + Status: + + [% status_descs.${bug.bug_status} FILTER html %]
+ + Resolution: + + + [% resolution_descs.${bug.resolution} FILTER html %] + [% IF bug.resolution == "DUPLICATE" %] + of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] + [% END %] +
+ + Assigned To: + + [% bug.assigned_to.identity FILTER html %]
-
- CC: - [% IF bug.cc %] - -
- Remove selected CCs -
- [% ELSE %] - - [% END %] -
+ + + + + + [% PROCESS select selname => "rep_platform" accesskey => "h" %] + + + + + [% PROCESS select selname => "op_sys" accesskey => "o" %] + + + + + [% PROCESS select selname => "version" accesskey => "v" %] + + + + + [% PROCESS select selname => "priority" accesskey => "i" %] + + + + + [% PROCESS select selname = "bug_severity" accesskey => "e" %] + + + [% IF Param("usetargetmilestone") && bug.target_milestone %] + + + [% PROCESS select selname = "target_milestone" accesskey => "t" %] + + [% END %] - -
+ Hardware: +
+ OS: +
+ Version: +
+ Priority: +
+ Severity: +
+ + [% IF bug.milestoneurl %] + + [% END %] + Target Milestone[% "" IF bug.milestoneurl %]: + +
- - Status: - +
[% status_descs.${bug.bug_status} FILTER html %]  - Priority: -
+ + + + + + + + + + + + + + + + + - - - - +
+ Reporter: + + + [% bug.reporter.identity FILTER html %] +
+ Add CC: + + [% INCLUDE global/userselect.html.tmpl + name => "newcc" + value => "" + accesskey => "a" + size => 30 + multiple => 5 + %] +
+ CC: + + [% IF bug.cc %] + +
+ Remove selected CCs +
+ [% ELSE %] + + [% END %] +
- - Resolution: - - - [% resolution_descs.${bug.resolution} FILTER html %] - [% IF bug.resolution == "DUPLICATE" %] - of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %] - [% END %] -  
-
- Severity:
+ + + [%# *** QAContact URL Requests Summary Whiteboard Keywords *** %] + + [% IF Param('useqacontact') %] + + + + + [% END %] + + + + + + + + + + + + [% IF Param('usestatuswhiteboard') %] + + + + + [% END %] - - - - - - [% IF Param("usetargetmilestone") && bug.target_milestone %] - - [% PROCESS select selname = "target_milestone" accesskey => "t" %] - [% ELSE %] - - [% END %] - + [% IF bug.use_keywords %] + + + + [% END %] -[%# *** QAContact URL Requests Summary Whiteboard Keywords *** %] - - [% IF Param('useqacontact') %] - - - - - [% END %] - - - - - - - - - - - - - [% IF Param('usestatuswhiteboard') %] - - -
+ QA Contact: + + [% INCLUDE global/userselect.html.tmpl + name => "qa_contact" + value => bug.qa_contact.login + accesskey => "q" + size => 60 + emptyok => 1 + %] +
+ + [% IF bug.bug_file_loc + AND NOT bug.bug_file_loc.match("^(javascript|data)") %] + URL: + [% ELSE %] + URL: + [% END %] + + + +
+ Summary: + + +
+ Status Whiteboard: + + +
- - Assigned To: - - [% bug.assigned_to.identity FILTER html %]  - - [% IF bug.milestoneurl %] - - [% END %] - Target Milestone[% "" IF bug.milestoneurl %]: - -  
+ + Keywords: + + + +
- QA Contact: - - [% INCLUDE global/userselect.html.tmpl - name => "qa_contact" - value => bug.qa_contact.login - accesskey => "q" - size => 60 - emptyok => 1 - %] -
- - [% IF bug.bug_file_loc - AND NOT bug.bug_file_loc.match("^(javascript|data)") %] - URL: - [% ELSE %] - URL: - [% END %] - - - - - [% IF bug.flag_types.size > 0 %] - [% PROCESS "flag/list.html.tmpl" - flag_types = bug.flag_types - any_flags_requesteeble = bug.any_flags_requesteeble %] - [% END %] -
- Summary: - - -
- Status Whiteboard: - - +
- - Keywords: - - - + + + + + +
+ [% IF bug.flag_types.size > 0 %] + [% PROCESS "flag/list.html.tmpl" + flag_types = bug.flag_types + any_flags_requesteeble = bug.any_flags_requesteeble %] + [% END %] +
[% IF UserInGroup(Param('timetrackinggroup')) %] -- cgit v1.2.3-24-g4f1b