aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_jumpbox.html
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-09-14 22:21:57 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-09-14 22:21:57 +0000
commitf96ded2eb65d5f282c5d9c98cb43b0c5820646cd (patch)
tree6e6f81ba554a55aa49de2bc1466ed3171b9b8344 /phpBB/styles/subSilver/template/mcp_jumpbox.html
parentdff8c2e0e18b89f0efa10ca8058208d46016c957 (diff)
downloadforums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar
forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar.gz
forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar.bz2
forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.tar.xz
forums-f96ded2eb65d5f282c5d9c98cb43b0c5820646cd.zip
MCP take 2, see forum
git-svn-id: file:///svn/phpbb/trunk@4496 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_jumpbox.html')
-rw-r--r--phpBB/styles/subSilver/template/mcp_jumpbox.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_jumpbox.html b/phpBB/styles/subSilver/template/mcp_jumpbox.html
index b731c864b1..d2b37b3989 100644
--- a/phpBB/styles/subSilver/template/mcp_jumpbox.html
+++ b/phpBB/styles/subSilver/template/mcp_jumpbox.html
@@ -1,10 +1,10 @@
-<!-- $Id$ --><span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.main.current_f.value){ forms['main'].submit() }">
+<!-- $Id$ --><span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.mcp.current_f.value){ forms['mcp'].submit() }">
<!-- IF S_ENABLE_SELECT_ALL -->
<option value="0">{L_ALL_FORUMS}</option>
<!-- ELSE -->
<option value="-1">{L_SELECT_FORUM}</option>
-<!-- ENDIF !-->
+<!-- ENDIF -->
<!-- BEGIN options --><option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="greyed"<!-- ENDIF -->{options.SELECTED}/>{options.TEXT}</option>
<!-- BEGINELSE -->
<!-- END options -->
-</select>&nbsp;<input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onClick="if(document.main.f.value == -1){return false;}" /> \ No newline at end of file
+</select>&nbsp;<input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onClick="if(document.mcp.f.value == -1){return false;}" /> \ No newline at end of file