aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-25 12:38:53 -0800
committerCesar G <prototech91@gmail.com>2013-11-25 12:38:53 -0800
commite111d7bd13edae6bb8d010da8ef3cecab0c68a28 (patch)
tree4dccbd2b9a4afe6bc74d9f2830e1b3477ca14aa1 /phpBB/adm/style
parentaf3417ce86edb39b35a6c7f2227bd13b3af93ea8 (diff)
downloadforums-e111d7bd13edae6bb8d010da8ef3cecab0c68a28.tar
forums-e111d7bd13edae6bb8d010da8ef3cecab0c68a28.tar.gz
forums-e111d7bd13edae6bb8d010da8ef3cecab0c68a28.tar.bz2
forums-e111d7bd13edae6bb8d010da8ef3cecab0c68a28.tar.xz
forums-e111d7bd13edae6bb8d010da8ef3cecab0c68a28.zip
[ticket/12037] Fix hard-coded text in acp_inactive.html.
PHPBB3-12037
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>