diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2002-03-18 18:05:53 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2002-03-18 18:05:53 +0000 |
commit | 73f1986816193d24042352d51b8ebe48f892d85c (patch) | |
tree | d17be31b513890afc256b5c580d919f556e38bef /phpBB/templates | |
parent | 3e2eed6602045abfc9e2bd2583a3c621b8f8ab21 (diff) | |
download | forums-73f1986816193d24042352d51b8ebe48f892d85c.tar forums-73f1986816193d24042352d51b8ebe48f892d85c.tar.gz forums-73f1986816193d24042352d51b8ebe48f892d85c.tar.bz2 forums-73f1986816193d24042352d51b8ebe48f892d85c.tar.xz forums-73f1986816193d24042352d51b8ebe48f892d85c.zip |
Fixed bug #506390
THis isn't the best fix but its the only way I could get around adding language file string
git-svn-id: file:///svn/phpbb/trunk@2319 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/modcp_split.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/modcp_split.tpl b/phpBB/templates/subSilver/modcp_split.tpl index da00e1461c..c29c080352 100644 --- a/phpBB/templates/subSilver/modcp_split.tpl +++ b/phpBB/templates/subSilver/modcp_split.tpl @@ -58,7 +58,7 @@ </tr> </table> </td> - <td width="5%" align="center" class="{postrow.ROW_CLASS}"><input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}" /></td> + <td width="5%" align="center" class="{postrow.ROW_CLASS}">{postrow.SPLIT_CHECKBOX}</td> </tr> <tr> <td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> |