diff options
Diffstat (limited to 'phpBB/templates/PSO/jumpbox.tpl')
-rw-r--r-- | phpBB/templates/PSO/jumpbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/jumpbox.tpl b/phpBB/templates/PSO/jumpbox.tpl index a4885dc371..36bd5206d8 100644 --- a/phpBB/templates/PSO/jumpbox.tpl +++ b/phpBB/templates/PSO/jumpbox.tpl @@ -1,6 +1,6 @@ <form method="post" action="{S_JUMPBOX_ACTION}"><table cellspacing="0" cellpadding="0" border="0"> <tr> - <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: <select name="{SELECT_NAME}">{JUMPBOX_LIST}</select> <input type="submit" value="{L_GO}" /></span></td> + <td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_LIST} <input type="submit" value="{L_GO}" /></span></td> </tr> </table></form> |