aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_reasons.html
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-05-04 23:33:12 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-05-04 23:33:12 +0000
commit386c2da85d6b4f68be920dc99435699b4aa3fce5 (patch)
tree5163124b162c38a911ce6cd9dc27d0fa8be82717 /phpBB/adm/style/acp_reasons.html
parentecaba49e1f86cdc3f3667f9ec4c2e04281940256 (diff)
downloadforums-386c2da85d6b4f68be920dc99435699b4aa3fce5.tar
forums-386c2da85d6b4f68be920dc99435699b4aa3fce5.tar.gz
forums-386c2da85d6b4f68be920dc99435699b4aa3fce5.tar.bz2
forums-386c2da85d6b4f68be920dc99435699b4aa3fce5.tar.xz
forums-386c2da85d6b4f68be920dc99435699b4aa3fce5.zip
#10461
Rest of it... hurray++; for whenever stupid CSS classes need not be added and one can just do: input[type=text] { cursor: text; } git-svn-id: file:///svn/phpbb/trunk@7463 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_reasons.html')
-rw-r--r--phpBB/adm/style/acp_reasons.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_reasons.html b/phpBB/adm/style/acp_reasons.html
index e10cc1d1ca..8ed536aea1 100644
--- a/phpBB/adm/style/acp_reasons.html
+++ b/phpBB/adm/style/acp_reasons.html
@@ -30,7 +30,7 @@
<p><!-- IF S_TRANSLATED -->{L_IS_TRANSLATED_EXPLAIN}<!-- ELSE -->{L_IS_NOT_TRANSLATED_EXPLAIN}<!-- ENDIF --></p>
<dl>
<dt><label for="reason_title">{L_REASON_TITLE}:</label></dt>
- <dd><input name="reason_title" type="text" id="reason_title" value="{REASON_TITLE}" maxlength="255" /></dd>
+ <dd><input name="reason_title" type="text" class="text" id="reason_title" value="{REASON_TITLE}" maxlength="255" /></dd>
</dl>
<!-- IF S_TRANSLATED -->
<dl>
@@ -114,7 +114,7 @@
<p class="quick">
<input type="hidden" name="action" value="add" />
- <input type="text" name="reason_title" />
+ <input type="text" class="text" name="reason_title" />
<input class="button2" name="addreason" type="submit" value="{L_ADD_NEW_REASON}" />
</p>
</fieldset>