aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ranks.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_ranks.html')
-rw-r--r--phpBB/adm/style/acp_ranks.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ranks.html b/phpBB/adm/style/acp_ranks.html
index e316c35b2a..8012892b26 100644
--- a/phpBB/adm/style/acp_ranks.html
+++ b/phpBB/adm/style/acp_ranks.html
@@ -26,7 +26,7 @@
<legend>{L_ACP_RANKS}</legend>
<dl>
<dt><label for="title">{L_RANK_TITLE}:</label></dt>
- <dd><input name="title" type="text" id="title" value="{RANK_TITLE}" maxlength="255" /></dd>
+ <dd><input name="title" type="text" class="text" id="title" value="{RANK_TITLE}" maxlength="255" /></dd>
</dl>
<dl>
<dt><label for="rank_image">{L_RANK_IMAGE}:</label></dt>
@@ -40,7 +40,7 @@
<!-- IF S_SPECIAL_RANK --><div id="posts" style="display: none;"><!-- ELSE --><div id="posts"><!-- ENDIF -->
<dl>
<dt><label for="min_posts">{L_RANK_MINIMUM}:</label></dt>
- <dd><input name="min_posts" type="text" id="min_posts" maxlength="10" value="{MIN_POSTS}" /></dd>
+ <dd><input name="min_posts" type="text" class="text" id="min_posts" maxlength="10" value="{MIN_POSTS}" /></dd>
</dl>
</div>