|
From: Paul S. O. <ps...@us...> - 2002-01-08 18:33:17
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv19277/templates/subSilver
Modified Files:
posting_preview.tpl
Log Message:
Fix bug #500901
Index: posting_preview.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_preview.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** posting_preview.tpl 2001/12/16 13:36:47 1.3
--- posting_preview.tpl 2002/01/08 18:33:13 1.4
***************
*** 5,11 ****
</tr>
<tr>
! <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{L_POSTED}:
! {POST_DATE} Post Subject: {POST_SUBJECT}</span>
! </td>
</tr>
<tr>
--- 5,9 ----
</tr>
<tr>
! <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td>
</tr>
<tr>
|