aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-03-20 17:06:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-03-20 17:06:21 +0000
commitfa36798694a55faa0210c3a5eca7dd41e92a2edc (patch)
treec228bde49a44270273531b609898b80ab9b52085 /phpBB/styles/subSilver
parentba7008b387d1972736c638444cb6273c3d9ebeab (diff)
downloadforums-fa36798694a55faa0210c3a5eca7dd41e92a2edc.tar
forums-fa36798694a55faa0210c3a5eca7dd41e92a2edc.tar.gz
forums-fa36798694a55faa0210c3a5eca7dd41e92a2edc.tar.bz2
forums-fa36798694a55faa0210c3a5eca7dd41e92a2edc.tar.xz
forums-fa36798694a55faa0210c3a5eca7dd41e92a2edc.zip
add a little bit more information for style authors
ease the jumpbox handling a little bit git-svn-id: file:///svn/phpbb/trunk@4870 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver')
-rw-r--r--phpBB/styles/subSilver/template/jumpbox.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/phpBB/styles/subSilver/template/jumpbox.html b/phpBB/styles/subSilver/template/jumpbox.html
index 9858c7e69d..819b6dc506 100644
--- a/phpBB/styles/subSilver/template/jumpbox.html
+++ b/phpBB/styles/subSilver/template/jumpbox.html
@@ -1,8 +1,19 @@
-<!-- IF S_JUMPBOX_OPTIONS -->
-<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
+<!-- IF S_DISPLAY_JUMPBOX -->
+<form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
+
+<table cellspacing="0" cellpadding="0" border="0">
<tr>
- <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }">{S_JUMPBOX_OPTIONS}</select>&nbsp;<input class="btnlite" type="submit" value="{L_GO}" /></td>
+ <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }">
+
+<!-- BEGIN jumpbox_forums -->
+ <!-- IF jumpbox_forums.S_FORUM_COUNT eq 2 --><option value="-1">------------------</option><!-- ENDIF -->
+ <option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level -->&nbsp; &nbsp;<!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
+<!-- END jumpbox_forums -->
+
+ </select>&nbsp;<input class="btnlite" type="submit" value="{L_GO}" /></td>
</tr>
-</table></form>
-<!-- ENDIF -->
+</table>
+
+</form>
+<!-- ENDIF --> \ No newline at end of file