We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f239 commit 1633288Copy full SHA for 1633288
1 file changed
phpBB/adm/style/acp_ranks.html
@@ -44,7 +44,7 @@ <h1>{L_ACP_MANAGE_RANKS}</h1>
44
<div id="posts"<!-- IF S_SPECIAL_RANK --> style="display: none;"<!-- ENDIF -->>
45
<dl>
46
<dt><label for="min_posts">{L_RANK_MINIMUM}{L_COLON}</label></dt>
47
- <dd><input name="min_posts" type="number" id="min_posts" min="0" max="9999999999" value="{MIN_POSTS}" /></dd>
+ <dd><input name="min_posts" type="number" id="min_posts" min="0" max="16777215" value="{MIN_POSTS}" /></dd>
48
</dl>
49
</div>
50
0 commit comments