aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-07-13 01:10:53 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-07-13 01:10:53 +0000
commitc661eec46416e2ba9e853132730729a03b91975f (patch)
treee04e4820391a9e2f2ded8d779af11cf572aab40a
parentcf328f74e5ee544616bd3dc615b63ede1b6d54d6 (diff)
downloadforums-c661eec46416e2ba9e853132730729a03b91975f.tar
forums-c661eec46416e2ba9e853132730729a03b91975f.tar.gz
forums-c661eec46416e2ba9e853132730729a03b91975f.tar.bz2
forums-c661eec46416e2ba9e853132730729a03b91975f.tar.xz
forums-c661eec46416e2ba9e853132730729a03b91975f.zip
Split topic works
git-svn-id: file:///svn/phpbb/trunk@637 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/templates/PSO/split_body.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/templates/PSO/split_body.tpl b/phpBB/templates/PSO/split_body.tpl
index 2336d8817f..a8470cb8fd 100644
--- a/phpBB/templates/PSO/split_body.tpl
+++ b/phpBB/templates/PSO/split_body.tpl
@@ -1,7 +1,7 @@
<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
- <tr><form method="post" action="{S_POST_DAYS_ACTION}">
+ <tr>
<td align="left" valign="bottom" nowrap><span class="gensmall"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</span></td>
- </form></tr>
+ </tr>
</table></div>
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%">
@@ -47,8 +47,10 @@
</tr>
<!-- END postrow -->
<tr>
- <th colspan="5" align="right">&nbsp;&nbsp;<input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}">&nbsp;
- <input type="submit" name="split" value="{L_SPLIT_POSTS}">&nbsp;<input type="submit" name="split_after" value="{L_SPLIT_AFTER}"><input type="hidden" name="mode" value="split"><input type="hidden" name="split_posts" value="1">
+ <th colspan="5" align="right">&nbsp;&nbsp;<input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}">&nbsp;<input type="hidden" name="mode" value="split">
+ <input type="radio" name="split_type" value="split"><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">{L_SPLIT_POSTS}</font><br />
+ <input type="radio" name="split_type" value="split_after"><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">{L_SPLIT_AFTER}</font><br />
+ <input type="submit" name="split" value="{L_SUBMIT}"></form>
</th>
</tr>
</table></td>