diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-01-24 11:09:15 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-01-24 11:09:15 +0000 |
commit | e13488ab1c4d3a3074feb1fedabf868597ad59e6 (patch) | |
tree | 61f5f11d39be2747874ca701058d40b279eb72ad /phpBB/styles | |
parent | cdf9a41ced305ea3a3e9da50d4653c1e9eb66d70 (diff) | |
download | forums-e13488ab1c4d3a3074feb1fedabf868597ad59e6.tar forums-e13488ab1c4d3a3074feb1fedabf868597ad59e6.tar.gz forums-e13488ab1c4d3a3074feb1fedabf868597ad59e6.tar.bz2 forums-e13488ab1c4d3a3074feb1fedabf868597ad59e6.tar.xz forums-e13488ab1c4d3a3074feb1fedabf868597ad59e6.zip |
#20085
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8335 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 10 |
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 --> <input class="btnlite" type="submit" accesskey="k" tabindex="12" name="save" value="{L_SAVE}" /><!-- ENDIF --> <!-- IF S_HAS_DRAFTS --> <input class="btnlite" type="submit" accesskey="d" tabindex="13" name="load" value="{L_LOAD}" /><!-- ENDIF --> <!-- ENDIF --> - <input class="btnlite" type="submit" accesskey="c" tabindex="14" name="cancel" value="{L_CANCEL}" />{S_FORM_TOKEN} + <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 --> |