aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_inactive.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-05-13 23:20:34 +0300
committerSenky <jakubsenko@gmail.com>2013-05-20 18:42:11 +0200
commit3e64c1b5d77dd4333c94c3688e0ba47ca7dcf328 (patch)
treeeb974d6ab81f1bf5ff896a8fc3bc0d61a7bdeb83 /phpBB/adm/style/acp_inactive.html
parentcfa23c11029e1aad2cd14948b7b673db7b50575f (diff)
downloadforums-3e64c1b5d77dd4333c94c3688e0ba47ca7dcf328.tar
forums-3e64c1b5d77dd4333c94c3688e0ba47ca7dcf328.tar.gz
forums-3e64c1b5d77dd4333c94c3688e0ba47ca7dcf328.tar.bz2
forums-3e64c1b5d77dd4333c94c3688e0ba47ca7dcf328.tar.xz
forums-3e64c1b5d77dd4333c94c3688e0ba47ca7dcf328.zip
[ticket/11010] Fixes for number input in acp
PHPBB3-11010
Diffstat (limited to 'phpBB/adm/style/acp_inactive.html')
-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 726c8c8b32..68a168a5d6 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}{L_COLON} &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}<!-- IF .pagination -->&nbsp;Users per page{L_COLON} <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF -->
+ {L_DISPLAY_LOG}{L_COLON} &nbsp;{S_LIMIT_DAYS}&nbsp;{L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}<!-- IF .pagination -->&nbsp;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" />
</fieldset>