From ce0851b8e3b62e99f793c7d8208a4b07851a491a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 31 Aug 2005 08:03:26 +0000 Subject: Bug 156670: Move the 'Alias' field on its own row when viewing a bug - Patch by Frédéric Buclin r/a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/edit.html.tmpl | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 3ae7555c2..38b01f06e 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -130,28 +130,33 @@ - + [% IF Param("usebugaliases") %] + + + + + [% END %] +
- [% IF Param('useclassification') %] - [% IF bug.classification_id != "1" %] - [[% bug.classification FILTER html %]] - [% END %] + [% IF Param('useclassification') && bug.classification_id != 1 %] + [[% bug.classification FILTER html %]] [% END %] [% terms.Bug %]#: [% bug.bug_id %] - [% IF Param("usebugaliases") %] - - [% END %]
+ Alias: + + +
Product: -- cgit v1.2.3-24-g4f1b