aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/posting_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-08-30 12:21:31 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-08-30 12:21:31 +0000
commit12b9f0b8422c829563d836d2ba5a152942774ea4 (patch)
treece1b8e2fe4171b331c8cc07b4a3c5664ffb7fc49 /phpBB/styles/subSilver/template/posting_body.html
parent311cc6c3f0e0acdf726edcd2ac403058d0b88d19 (diff)
downloadforums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar
forums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar.gz
forums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar.bz2
forums-12b9f0b8422c829563d836d2ba5a152942774ea4.tar.xz
forums-12b9f0b8422c829563d836d2ba5a152942774ea4.zip
enable globalising within posting screen
not sure about forum statistics updates at the moment. git-svn-id: file:///svn/phpbb/trunk@4460 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index 80a4f12da5..b68cead19f 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -66,7 +66,7 @@ function checkForm()
<td class="row1">&nbsp;</td>
</tr>
<tr>
- <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
+ <td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="row2">
@@ -107,6 +107,25 @@ function checkForm()
<br />
<!-- ENDIF -->
+<!-- IF S_UNGLOBALISE -->
+<table class="tablebg" width="95%" border="0" cellspacing="1" cellpadding="4" align="center">
+ <tr>
+ <th height="28" align="center">{L_MOVE}</th>
+ </tr>
+ <tr>
+ <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
+ </tr>
+ <tr>
+ <td class="row2" align="center"><span class="gen">{L_UNGLOBALISE_EXPLAIN}<br /><br />{L_SELECT_DESTINATION_FORUM}&nbsp;&nbsp;</span><select name="to_forum_id">{S_FORUM_SELECT}</select><br /><br />
+ <input class="btnmain" type="submit" name="post" value="{L_CONFIRM}" />
+ &nbsp;&nbsp;
+ <input class="btnlite" type="submit" name="cancel_unglobalise" value="{L_CANCEL}" />
+ </td>
+ </tr>
+</table>
+<br />
+<!-- ENDIF -->
+
<!-- IF S_DISPLAY_PREVIEW --><!-- INCLUDE posting_preview.html --><!-- ENDIF -->
<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">