mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/12037] Fix hard-coded text in acp_inactive.html. Conflicts: phpBB/adm/style/acp_inactive.html
This commit is contained in:
commit
c49e7387d6
2 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<fieldset class="display-options">
|
<fieldset class="display-options">
|
||||||
{L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}<!-- IF .pagination --> Users per page{L_COLON} <input class="inputbox autowidth" type="number" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF -->
|
{L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}<!-- IF .pagination --> {L_USERS_PER_PAGE}{L_COLON} <input class="inputbox autowidth" type="number" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF -->
|
||||||
<input class="button2" type="submit" value="{L_GO}" name="sort" />
|
<input class="button2" type="submit" value="{L_GO}" name="sort" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
|
@ -140,6 +140,7 @@ $lang = array_merge($lang, array(
|
||||||
),
|
),
|
||||||
'USER_ONLINE' => 'Online',
|
'USER_ONLINE' => 'Online',
|
||||||
'USER_PRESENCE' => 'Board presence',
|
'USER_PRESENCE' => 'Board presence',
|
||||||
|
'USERS_PER_PAGE' => 'Users per page',
|
||||||
|
|
||||||
'VIEWING_PROFILE' => 'Viewing profile - %s',
|
'VIEWING_PROFILE' => 'Viewing profile - %s',
|
||||||
'VISITED' => 'Last visited',
|
'VISITED' => 'Last visited',
|
||||||
|
|
Loading…
Add table
Reference in a new issue