Module: bugzilla Branch: master Commit: 65373001fb449db9e820aa991371cfbac876db1f URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=65373001fb449db9e820aa...
Author: Jan Zerebecki jan.wine@zerebecki.de Date: Mon Oct 8 18:57:42 2007 +0200
bug/edit: Move AppDB below Summary.
---
template/en/default/bug/edit.html.tmpl | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 521733a..212a1bb 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -144,16 +144,6 @@ <fieldset> <legend>Details</legend> <table> - <tr> - <td align="right"> - <b><a href="http://appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">AppDB</a>:</b> - </td> - <td colspan="2"> - <a href="http://appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">Show - Apps affected by this bug</a> - </td> - </tr> - [%# *** Summary *** %] <tr> <td align="right"> @@ -163,6 +153,16 @@ maxlength => 255 %] </tr>
+ <tr> + <td align="right"> + <b>AppDB:</b> + </td> + <td colspan="2"> + <a href="http://appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">Show + Apps affected by this bug</a> + </td> + </tr> + <tr> <td colspan="3"> <table>