|
From: Paul S. O. <ps...@us...> - 2001-12-11 02:21:55
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv27942/templates/subSilver
Modified Files:
modcp_split.tpl
Log Message:
More updates for Euclid, minor update to subSilver, fixed bug #490798
Index: modcp_split.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_split.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** modcp_split.tpl 2001/11/18 14:02:25 1.3
--- modcp_split.tpl 2001/12/11 02:21:52 1.4
***************
*** 22,26 ****
<tr>
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td>
! <td class="row2" colspan="2"><span class="courier">{FORUM_INPUT}</span></td>
</tr>
<tr>
--- 22,26 ----
<tr>
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td>
! <td class="row2" colspan="2"><span class="courier">{S_FORUM_SELECT}</span></td>
</tr>
<tr>
***************
*** 49,53 ****
<table width="100%" cellspacing="0" cellpadding="3" border="0">
<tr>
! <td valign="middle"><img src="images/icon_minipost.gif" alt="Post image icon"><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
</tr>
--- 49,53 ----
<table width="100%" cellspacing="0" cellpadding="3" border="0">
<tr>
! <td valign="middle"><img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon"><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
</tr>
***************
*** 55,65 ****
<td valign="top">
<hr size="1" />
! <span class="postbody">{postrow.MESSAGE}</span></td>
</tr>
</table>
</td>
! <td width="5%" align="center" class="{postrow.ROW_CLASS}">
! <input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}" />
! </td>
</tr>
<tr>
--- 55,63 ----
<td valign="top">
<hr size="1" />
! <span class="postbody">{postrow.MESSAGE}</span></td>
</tr>
</table>
</td>
! <td width="5%" align="center" class="{postrow.ROW_CLASS}"><input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}" /></td>
</tr>
<tr>
|