aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/modcp_split.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-11 02:21:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-11 02:21:52 +0000
commit1e11060934f95a1e347179f95497544ddbc29592 (patch)
tree1efceb3a724470e202cfb0a52c23403524294768 /phpBB/templates/subSilver/modcp_split.tpl
parent8f6866beaa823f6724fdb4916238449ac35361a5 (diff)
downloadforums-1e11060934f95a1e347179f95497544ddbc29592.tar
forums-1e11060934f95a1e347179f95497544ddbc29592.tar.gz
forums-1e11060934f95a1e347179f95497544ddbc29592.tar.bz2
forums-1e11060934f95a1e347179f95497544ddbc29592.tar.xz
forums-1e11060934f95a1e347179f95497544ddbc29592.zip
More updates for Euclid, minor update to subSilver, fixed bug #490798
git-svn-id: file:///svn/phpbb/trunk@1550 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/modcp_split.tpl')
-rw-r--r--phpBB/templates/subSilver/modcp_split.tpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/phpBB/templates/subSilver/modcp_split.tpl b/phpBB/templates/subSilver/modcp_split.tpl
index b61505e65c..6cca35f5a6 100644
--- a/phpBB/templates/subSilver/modcp_split.tpl
+++ b/phpBB/templates/subSilver/modcp_split.tpl
@@ -21,7 +21,7 @@
</tr>
<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>
+ <td class="row2" colspan="2"><span class="courier">{S_FORUM_SELECT}</span></td>
</tr>
<tr>
<td class="cat" colspan="3" height="28">
@@ -48,19 +48,17 @@
<td width="100%" valign="top" class="{postrow.ROW_CLASS}">
<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}:
+ <td valign="middle"><img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon"><span class="postdetails">{L_POSTED}:
{postrow.POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
</tr>
<tr>
<td valign="top">
<hr size="1" />
- <span class="postbody">{postrow.MESSAGE}</span></td>
+ <span class="postbody">{postrow.MESSAGE}</span></td>
</tr>
</table>
</td>
- <td width="5%" align="center" class="{postrow.ROW_CLASS}">&nbsp;
- <input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}" />
- &nbsp;</td>
+ <td width="5%" align="center" class="{postrow.ROW_CLASS}"><input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}" /></td>
</tr>
<tr>
<td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>