aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-01-24 11:11:11 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-01-24 11:11:11 +0000
commitfedee2c07e6cba08c483cf19496cad836d43f133 (patch)
tree88b280805a384d9441bfb9fd55d9c473e2f57f87
parent7fed5dd1666c2d54b87dd8e46dadcbb167e702a7 (diff)
downloadforums-fedee2c07e6cba08c483cf19496cad836d43f133.tar
forums-fedee2c07e6cba08c483cf19496cad836d43f133.tar.gz
forums-fedee2c07e6cba08c483cf19496cad836d43f133.tar.bz2
forums-fedee2c07e6cba08c483cf19496cad836d43f133.tar.xz
forums-fedee2c07e6cba08c483cf19496cad836d43f133.zip
cross-ci
git-svn-id: file:///svn/phpbb/trunk@8336 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/subsilver2/template/posting_body.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html
index a1515f9628..827b5df061 100644
--- a/phpBB/styles/subsilver2/template/posting_body.html
+++ b/phpBB/styles/subsilver2/template/posting_body.html
@@ -382,14 +382,16 @@
<!-- IF S_SAVE_ALLOWED -->&nbsp; <input class="btnlite" type="submit" accesskey="k" tabindex="12" name="save" value="{L_SAVE}" /><!-- ENDIF -->
<!-- IF S_HAS_DRAFTS -->&nbsp; <input class="btnlite" type="submit" accesskey="d" tabindex="13" name="load" value="{L_LOAD}" /><!-- ENDIF -->
<!-- ENDIF -->
- &nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="14" name="cancel" value="{L_CANCEL}" />{S_FORM_TOKEN}
+ &nbsp; <input class="btnlite" type="submit" accesskey="c" tabindex="14" name="cancel" value="{L_CANCEL}" />
</td>
</tr>
</table>
-
-<br clear="all" />
-
+<!-- IF not S_PRIVMSGS -->
+ {S_FORM_TOKEN}
</form>
+<!-- ENDIF -->
+<br clear="all" />
+
<!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF -->
<!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->