Missing files part II
This commit is contained in:
20
root/styles/prosilver/template/portal/block/jumpbox.html
Normal file
20
root/styles/prosilver/template/portal/block/jumpbox.html
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||||
|
<form method="post" id="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
||||||
|
|
||||||
|
<!-- IF $CUSTOM_FIELDSET_CLASS -->
|
||||||
|
<fieldset class="{$CUSTOM_FIELDSET_CLASS}">
|
||||||
|
<!-- ELSE -->
|
||||||
|
<fieldset class="jumpbox">
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<label for="f" accesskey="j"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->:</label>
|
||||||
|
<select name="f" id="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
|
||||||
|
<!-- BEGIN jumpbox_forums -->
|
||||||
|
<!-- IF jumpbox_forums.S_FORUM_COUNT == 1 --><option value="-1">------------------</option><!-- ENDIF -->
|
||||||
|
<option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level --> <!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
|
||||||
|
<!-- END jumpbox_forums -->
|
||||||
|
</select>
|
||||||
|
<input type="submit" value="{L_GO}" class="button2" />
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
<br />
|
||||||
|
<!-- ENDIF -->
|
||||||
Reference in New Issue
Block a user