We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6269dd + 1633288 commit b59bfadCopy full SHA for b59bfad
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