1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge pull request #3937 from hanakin/ticket/14204

[ticket/14204]Fix form buttons to use consistent button codebase
This commit is contained in:
Marc Alexander
2017-03-18 14:35:38 +01:00
71 changed files with 207 additions and 304 deletions

View File

@@ -8,7 +8,7 @@
<li>{L_JUMP_TO_PAGE}{L_COLON}</li>
<li class="page-jump-form">
<input type="number" name="page-number" min="1" max="999999" title="{L_JUMP_PAGE}" class="inputbox tiny" data-per-page="{PER_PAGE}" data-base-url="{BASE_URL|e('html_attr')}" data-start-name="{START_NAME}" />
<input class="button2" value="{L_GO}" type="button" />
<input class="button1 button button-form-bold" value="{L_GO}" type="button" />
</li>
</ul>
</div>