|
From: Benjamin C. <bc...@us...> - 2002-07-29 12:07:27
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv2772/templates/default
Modified Files:
bugdisplay.html
Log Message:
Show the bug title at the top of the form
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- bugdisplay.html 17 Jun 2002 15:55:06 -0000 1.37
+++ bugdisplay.html 29 Jul 2002 12:07:23 -0000 1.38
@@ -55,7 +55,7 @@
<input type="hidden" name="pos" value="{$smarty.request.pos}">
<table border="0" width="100%">
<tr>
- <td>Bug <b>#{$bug_id}</b> - {$STRING.BUGDISPLAY.ReturnTo} <a href="query.php">{$STRING.BUGDISPLAY.BugList}</a></td>
+ <td>Bug <b>#{$bug_id}</b> - {$title|stripslashes} - {$STRING.BUGDISPLAY.ReturnTo} <a href="query.php">{$STRING.BUGDISPLAY.BugList}</a></td>
<td align="right">
{if $prevbug}
<b><a href="bug.php?op=show&bugid={$prevbug}&pos={$prevpos}">{$STRING.previous_bug}</a></b>
|