aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-26 11:31:43 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-26 11:31:43 +0100
commitafb4585dd904de6f5ce4be2607cc90d0cb9def09 (patch)
tree4dccbd2b9a4afe6bc74d9f2830e1b3477ca14aa1 /phpBB/adm/style
parentaf3417ce86edb39b35a6c7f2227bd13b3af93ea8 (diff)
parente111d7bd13edae6bb8d010da8ef3cecab0c68a28 (diff)
downloadforums-afb4585dd904de6f5ce4be2607cc90d0cb9def09.tar
forums-afb4585dd904de6f5ce4be2607cc90d0cb9def09.tar.gz
forums-afb4585dd904de6f5ce4be2607cc90d0cb9def09.tar.bz2
forums-afb4585dd904de6f5ce4be2607cc90d0cb9def09.tar.xz
forums-afb4585dd904de6f5ce4be2607cc90d0cb9def09.zip
Merge remote-tracking branch 'prototech/ticket/12037' into develop-olympus
* prototech/ticket/12037: [ticket/12037] Fix hard-coded text in acp_inactive.html.
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_inactive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html
index 3b20043dd9..b8e46a6e53 100644
--- a/phpBB/adm/style/acp_inactive.html
+++ b/phpBB/adm/style/acp_inactive.html
@@ -53,7 +53,7 @@
</table>
<fieldset class="display-options">
- {L_DISPLAY_LOG}: &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}<!-- IF PAGINATION -->&nbsp;Users per page: <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF -->
+ {L_DISPLAY_LOG}: &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}<!-- IF PAGINATION -->&nbsp;{L_USERS_PER_PAGE}: <input class="inputbox autowidth" type="text" 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" />
</fieldset>