aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-15 22:28:26 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-15 22:28:26 +0000
commit69fb835a29363b38d89b419c5b8cd9a5cb9941d9 (patch)
tree66a6d948887f187e6c6161141183ca811d467f19 /phpBB/styles
parent75d75627fe6e37e3e5127c99535ec1b058222f58 (diff)
downloadforums-69fb835a29363b38d89b419c5b8cd9a5cb9941d9.tar
forums-69fb835a29363b38d89b419c5b8cd9a5cb9941d9.tar.gz
forums-69fb835a29363b38d89b419c5b8cd9a5cb9941d9.tar.bz2
forums-69fb835a29363b38d89b419c5b8cd9a5cb9941d9.tar.xz
forums-69fb835a29363b38d89b419c5b8cd9a5cb9941d9.zip
fixing hidden fields, pointed out by leviathan21
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9761 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/quickreply_editor.html2
-rw-r--r--phpBB/styles/subsilver2/template/quickreply_editor.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html
index a73c3c0439..22d90cdd90 100644
--- a/phpBB/styles/prosilver/template/quickreply_editor.html
+++ b/phpBB/styles/prosilver/template/quickreply_editor.html
@@ -27,7 +27,7 @@
</fieldset>
<fieldset class="submit-buttons">
{S_FORM_TOKEN}
- {S_HIDDEN_FIELDS}
+ {QR_HIDDEN_FIELDS}
<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" />&nbsp;
</fieldset>
</div>
diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html
index 843812bb20..6fdb40c7aa 100644
--- a/phpBB/styles/subsilver2/template/quickreply_editor.html
+++ b/phpBB/styles/subsilver2/template/quickreply_editor.html
@@ -15,7 +15,7 @@
<td class="cat" colspan="2" align="center">
<input class="btnmain" type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" />
{S_FORM_TOKEN}
- {S_HIDDEN_FIELDS}
+ {QR_HIDDEN_FIELDS}
</td>
</tr>
</table>