|
From: Jirka P. <fi...@us...> - 2002-06-17 15:12:18
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv20302/phpbt/templates/default
Modified Files:
bugdisplay.html
Log Message:
Small fix.
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- bugdisplay.html 17 Jun 2002 15:08:56 -0000 1.35
+++ bugdisplay.html 17 Jun 2002 15:12:15 -0000 1.36
@@ -151,7 +151,7 @@
<td><table border="0" cellpadding="0">
<tr>
<td colspan="2">{$STRING.BUGDISPLAY.Attachments}:</td>
- <td colspan="3" align="right"><a href="attachment.php?bugid={$bug_id}" onClick="return popupAtt({$bug_id})">Create attachment</a></td>
+ <td colspan="3" align="right"><a href="attachment.php?bugid={$bug_id}" onClick="return popupAtt({$bug_id})">{$STRING.BUGDISPLAY.CreateAttachment}</a></td>
</tr><tr>
<td colspan="5" height="2" bgcolor="#ffffff"><spacer type="block" height="2" width="2"></td>
</tr><tr>
|