aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_topic.html
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2013-01-27 22:45:45 +0100
committerSenky <jakubsenko@gmail.com>2013-05-20 18:40:12 +0200
commitcf9d407493d76cee76987edf38ae0191360bb661 (patch)
tree42378903e71ef7cd6a1e39a3270e0b84e0c11a32 /phpBB/styles/prosilver/template/mcp_topic.html
parent4bb7a69afa90636a473005467828bfecf0e31b29 (diff)
downloadforums-cf9d407493d76cee76987edf38ae0191360bb661.tar
forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.gz
forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.bz2
forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.xz
forums-cf9d407493d76cee76987edf38ae0191360bb661.zip
[ticket/11010] applying some of EXreaction notes
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_topic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html
index 3e58a13e09..3277e4b282 100644
--- a/phpBB/styles/prosilver/template/mcp_topic.html
+++ b/phpBB/styles/prosilver/template/mcp_topic.html
@@ -43,7 +43,7 @@ onload_functions.push('subPanels()');
<fieldset id="display-panel" class="fields2">
<dl>
<dt><label for="posts_per_page">{L_POSTS_PER_PAGE}{L_COLON}</label><br /><span>{L_POSTS_PER_PAGE_EXPLAIN}</span></dt>
- <dd><input class="inputbox autowidth" type="number" min="1" max="999999" name="posts_per_page" id="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></dd>
+ <dd><input class="inputbox autowidth" type="number" min="1" maxlenght="6" name="posts_per_page" id="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></dd>
</dl>
<dl>
<dt><label>{L_DISPLAY_POSTS}{L_COLON}</label></dt>