diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-07-13 01:10:53 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-07-13 01:10:53 +0000 |
| commit | c661eec46416e2ba9e853132730729a03b91975f (patch) | |
| tree | e04e4820391a9e2f2ded8d779af11cf572aab40a | |
| parent | cf328f74e5ee544616bd3dc615b63ede1b6d54d6 (diff) | |
| download | forums-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.tpl | 10 |
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} {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"> <input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}"> - <input type="submit" name="split" value="{L_SPLIT_POSTS}"> <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"> <input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}"> <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> |
