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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/jumpbox.html b/phpBB/templates/subSilver/jumpbox.html
index 9c54ed7ec1..9858c7e69d 100644
--- a/phpBB/templates/subSilver/jumpbox.html
+++ b/phpBB/templates/subSilver/jumpbox.html
@@ -2,7 +2,7 @@
<!-- 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="liteoption" 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() }">{S_JUMPBOX_OPTIONS}</select>&nbsp;<input class="btnlite" type="submit" value="{L_GO}" /></td>
</tr>
</table></form>
<!-- ENDIF -->