aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_bots.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_bots.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_bots.html')
-rw-r--r--phpBB/adm/style/acp_bots.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html
index 6b531f545e..25c5418479 100644
--- a/phpBB/adm/style/acp_bots.html
+++ b/phpBB/adm/style/acp_bots.html
@@ -23,7 +23,7 @@
<legend>{L_TITLE}</legend>
<dl>
<dt><label for="bot_name">{L_BOT_NAME}:</label><br /><span>{L_BOT_NAME_EXPLAIN}</span></dt>
- <dd><input name="bot_name" type="text" id="bot_name" value="{BOT_NAME}" maxlength="255" /></dd>
+ <dd><input name="bot_name" type="text" class="text" id="bot_name" value="{BOT_NAME}" maxlength="255" /></dd>
</dl>
<dl>
<dt><label for="bot_style">{L_BOT_STYLE}:</label><br /><span>{L_BOT_STYLE_EXPLAIN}</span></dt>
@@ -39,11 +39,11 @@
</dl>
<dl>
<dt><label for="bot_agent">{L_BOT_AGENT}:</label><br /><span>{L_BOT_AGENT_EXPLAIN}</span></dt>
- <dd><input name="bot_agent" type="text" id="bot_agent" value="{BOT_AGENT}" maxlength="255" /></dd>
+ <dd><input name="bot_agent" type="text" class="text" id="bot_agent" value="{BOT_AGENT}" maxlength="255" /></dd>
</dl>
<dl>
<dt><label for="bot_ip">{L_BOT_IP}:</label><br /><span>{L_BOT_IP_EXPLAIN}</span></dt>
- <dd><input name="bot_ip" type="text" id="bot_ip" value="{BOT_IP}" maxlength="255" /></dd>
+ <dd><input name="bot_ip" type="text" class="text" id="bot_ip" value="{BOT_IP}" maxlength="255" /></dd>
</dl>
<p class="submit-buttons">