1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12613] Renamed jump-to to page-jump to prevent confusion

Jump-to can easily be confused with forum-jump.
Also switched the lang vars to reflect changes better

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-01 10:54:04 +02:00
parent 9808b55258
commit c47b546bf0
9 changed files with 28 additions and 28 deletions

View File

@@ -1,11 +1,11 @@
<ul>
<!-- IF BASE_URL -->
<li class="dropdown-container dropdown-button-control dropdown-jump-to jump-to">
<a href="#" class="pagination-trigger dropdown-trigger" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a>
<li class="dropdown-container dropdown-button-control dropdown-page-jump page-jump">
<a href="#" class="pagination-trigger dropdown-trigger" title="{L_JUMP_TO_PAGE_CLICK}">{PAGE_NUMBER}</a>
<div class="dropdown hidden">
<div class="pointer"><div class="pointer-inner"></div></div>
<ul class="dropdown-contents">
<li>{L_JUMP_TO_PAGE_FORM}</li>
<li>{L_JUMP_TO_PAGE}</li>
<li class="page-jump-form">
<input type="text" name="page-number" maxlength="6" title="{L_SEARCH_KEYWORDS}" class="inputbox tiny" value="" 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" />