summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-31 10:03:26 +0200
committerlpsolit%gmail.com <>2005-08-31 10:03:26 +0200
commitce0851b8e3b62e99f793c7d8208a4b07851a491a (patch)
tree5596bc76ca0e9aaf9bfe397dc55abc6f0f7b6479 /template
parent1b3342073a4b337f2b800a147a68032c69272622 (diff)
downloadbugzilla-ce0851b8e3b62e99f793c7d8208a4b07851a491a.tar.gz
bugzilla-ce0851b8e3b62e99f793c7d8208a4b07851a491a.tar.xz
Bug 156670: Move the 'Alias' field on its own row when viewing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl27
1 files changed, 16 insertions, 11 deletions
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 @@
<tr>
<td valign="top">
<table cellspacing="1" cellpadding="1">
-
<tr>
<td align="right">
- [% IF Param('useclassification') %]
- [% IF bug.classification_id != "1" %]
- <b>[[% bug.classification FILTER html %]]</b>
- [% END %]
+ [% IF Param('useclassification') && bug.classification_id != 1 %]
+ <b>[[% bug.classification FILTER html %]]</b>
[% END %]
<b>[% terms.Bug %]#:</b>
</td>
<td>
<a href="[% Param('urlbase') %]show_bug.cgi?id=[% bug.bug_id %]">
[% bug.bug_id %]</a>
- [% IF Param("usebugaliases") %]
- <label for="alias" title="a name for the [% terms.bug %] that can be used in place of its ID number, f.e. when adding it to a list of dependencies">
- <b>alias:</b>
- <input id="alias" name="alias" value="[% bug.alias FILTER html %]" size="20" maxlength="20">
- </label>
- [% END %]
</td>
</tr>
+ [% IF Param("usebugaliases") %]
+ <tr>
+ <td align="right">
+ <b>Alias:</b>
+ </td>
+ <td>
+ <label for="alias" title="a name for the [% terms.bug %] that can be used in place of its ID number, f.e. when adding it to a list of dependencies">
+ <input id="alias" name="alias" value="[% bug.alias FILTER html %]"
+ size="20" maxlength="20">
+ </label>
+ </td>
+ </tr>
+ [% END %]
+
<tr>
<td align="right">
<b><u>P</u>roduct:</b>