From: lpsolit%gmail.com <> Date: Wed, 31 Aug 2005 08:03:26 +0000 (+0000) Subject: Bug 156670: Move the 'Alias' field on its own row when viewing a bug - Patch by Frédé... X-Git-Tag: bugzilla-2.21.1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0851b8e3b62e99f793c7d8208a4b07851a491a;p=thirdparty%2Fbugzilla.git Bug 156670: Move the 'Alias' field on its own row when viewing a bug - Patch by Frédéric Buclin r/a=myk --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 3ae7555c27..38b01f06e5 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: