aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/jumpbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/jumpbox.html')
-rw-r--r--phpBB/templates/subSilver/jumpbox.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/templates/subSilver/jumpbox.html b/phpBB/templates/subSilver/jumpbox.html
deleted file mode 100644
index 9858c7e69d..0000000000
--- a/phpBB/templates/subSilver/jumpbox.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-<!-- 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">
- <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>
- </tr>
-</table></form>
-<!-- ENDIF -->