mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12613] Removed jump-to placeholder and added .focus() check
PHPBB3-12613
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<li>
|
||||
<form class="page-jump-form" method="get">
|
||||
<fieldset>
|
||||
<input type="text" name="page-number" maxlength="6" title="{L_SEARCH_KEYWORDS}" class="inputbox tiny" value="" placeholder="{CURRENT_PAGE}" />
|
||||
<input type="text" name="page-number" maxlength="6" title="{L_SEARCH_KEYWORDS}" class="inputbox tiny" value="" />
|
||||
<input class="button2" value="{L_GO}" type="submit" />
|
||||
<input type="hidden" value="{PER_PAGE}" name="per-page">
|
||||
<input type="hidden" value="{START_NAME}" name="start-name">
|
||||
|
Reference in New Issue
Block a user