|
From: James A. <th...@us...> - 2002-03-18 18:05:56
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv32647/templates/subSilver
Modified Files:
modcp_split.tpl
Log Message:
Fixed bug #506390
THis isn't the best fix but its the only way I could get around adding language file string
Index: modcp_split.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_split.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** modcp_split.tpl 3 Mar 2002 00:33:31 -0000 1.6
--- modcp_split.tpl 18 Mar 2002 18:05:53 -0000 1.7
***************
*** 59,63 ****
</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>
--- 59,63 ----
</table>
</td>
! <td width="5%" align="center" class="{postrow.ROW_CLASS}">{postrow.SPLIT_CHECKBOX}</td>
</tr>
<tr>
|