aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_drafts.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-11-05 19:07:10 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-11-05 19:07:10 +0000
commit35f205ea61b5cab5dc202062284d2ade448e6b95 (patch)
tree507065a51cf2857d583692c1a0c3e56ea3b82960 /phpBB/styles/prosilver/template/ucp_main_drafts.html
parent0a05595c9ef5e5e4239d496843be8f8a9f9df1e7 (diff)
downloadforums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar
forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.gz
forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.bz2
forums-35f205ea61b5cab5dc202062284d2ade448e6b95.tar.xz
forums-35f205ea61b5cab5dc202062284d2ade448e6b95.zip
#15038
I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_drafts.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_main_drafts.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_drafts.html b/phpBB/styles/prosilver/template/ucp_main_drafts.html
index a012df0095..dffe0a37ef 100644
--- a/phpBB/styles/prosilver/template/ucp_main_drafts.html
+++ b/phpBB/styles/prosilver/template/ucp_main_drafts.html
@@ -18,6 +18,7 @@
<fieldset class="submit-buttons">
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
<input type="submit" name="submit" value="{L_SAVE}" class="button1" />
+ {S_FORM_TOKEN}
</fieldset>
<!-- ELSE -->
@@ -61,11 +62,12 @@
<fieldset class="display-actions">
<input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" />
<div><a href="#" onclick="marklist('postform', '', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('postform', '', false); return false;">{L_UNMARK_ALL}</a></div>
+ {S_FORM_TOKEN}
</fieldset>
<!-- ENDIF -->
<!-- ENDIF -->
-{S_FORM_TOKEN}
+
</form>
<!-- INCLUDE ucp_footer.html --> \ No newline at end of file