diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2008-01-23 14:32:15 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2008-01-23 14:32:15 +0000 |
| commit | 7fed5dd1666c2d54b87dd8e46dadcbb167e702a7 (patch) | |
| tree | d582a484f8d9b65576426369a7e8effd3a9591ab /phpBB/styles | |
| parent | e6991260df29e519f1282d1f34fd7c4d300e122b (diff) | |
| download | forums-7fed5dd1666c2d54b87dd8e46dadcbb167e702a7.tar forums-7fed5dd1666c2d54b87dd8e46dadcbb167e702a7.tar.gz forums-7fed5dd1666c2d54b87dd8e46dadcbb167e702a7.tar.bz2 forums-7fed5dd1666c2d54b87dd8e46dadcbb167e702a7.tar.xz forums-7fed5dd1666c2d54b87dd8e46dadcbb167e702a7.zip | |
cross-checkin for the TRUNK
git-svn-id: file:///svn/phpbb/trunk@8333 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index a1cd573768..a1515f9628 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -382,13 +382,14 @@ <!-- 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}" /> + <input class="btnlite" type="submit" accesskey="c" tabindex="14" name="cancel" value="{L_CANCEL}" />{S_FORM_TOKEN} </td> </tr> </table> <br clear="all" /> - + + </form> <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF --> <!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF --> @@ -397,8 +398,7 @@ <!-- ELSE --> <!-- INCLUDE breadcrumbs.html --> - {S_FORM_TOKEN} - </form> + <!-- IF S_DISPLAY_ONLINE_LIST --> <br clear="all" /> |
