aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/jumpbox.html
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-29 13:36:00 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-29 13:36:00 -0500
commit2a39df1a53ae4d9798bcba9ceee610190702cc4b (patch)
tree84f6110a35370abb4b088fcd46fd78960f30d2e4 /phpBB/styles/subsilver2/template/jumpbox.html
parent9c0a03f1d56d069a5ca5092de8e0f3e4e6ee9c1d (diff)
downloadforums-2a39df1a53ae4d9798bcba9ceee610190702cc4b.tar
forums-2a39df1a53ae4d9798bcba9ceee610190702cc4b.tar.gz
forums-2a39df1a53ae4d9798bcba9ceee610190702cc4b.tar.bz2
forums-2a39df1a53ae4d9798bcba9ceee610190702cc4b.tar.xz
forums-2a39df1a53ae4d9798bcba9ceee610190702cc4b.zip
[ticket/11095] Forward GET parameters into hidden fields for jumpbox.
PHPBB3-11095
Diffstat (limited to 'phpBB/styles/subsilver2/template/jumpbox.html')
-rw-r--r--phpBB/styles/subsilver2/template/jumpbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/jumpbox.html b/phpBB/styles/subsilver2/template/jumpbox.html
index 0a11524813..e0603c6a6e 100644
--- a/phpBB/styles/subsilver2/template/jumpbox.html
+++ b/phpBB/styles/subsilver2/template/jumpbox.html
@@ -4,7 +4,7 @@
<table cellspacing="0" cellpadding="0" border="0">
<tr>
- <td nowrap="nowrap"><span class="gensmall"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->{L_COLON}</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
+ <td nowrap="nowrap">{HIDDEN_FIELDS_FOR_JUMPBOX}<span class="gensmall"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->{L_COLON}</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
<!-- BEGIN jumpbox_forums -->
<!-- IF jumpbox_forums.S_FORUM_COUNT eq 1 --><option value="-1">------------------</option><!-- ENDIF -->