aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_jabber.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-16 13:02:37 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-16 13:02:37 +0000
commit18f64960cdc7a15405ff2a73e8550c67311668d0 (patch)
tree17e02efe2e3481941081bb3f330c4c3ef624d6c5 /phpBB/adm/style/acp_jabber.html
parentce60114a71b87150e9c8440eeb09be5a5cb66607 (diff)
downloadforums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar
forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.gz
forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.bz2
forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.xz
forums-18f64960cdc7a15405ff2a73e8550c67311668d0.zip
#7120
- some consistency fixes git-svn-id: file:///svn/phpbb/trunk@6888 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_jabber.html')
-rw-r--r--phpBB/adm/style/acp_jabber.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_jabber.html b/phpBB/adm/style/acp_jabber.html
index a94b25e52b..5ff54491a3 100644
--- a/phpBB/adm/style/acp_jabber.html
+++ b/phpBB/adm/style/acp_jabber.html
@@ -27,7 +27,7 @@
</dl>
<dl>
<dt><label for="jab_port">{L_JAB_PORT}:</label><br /><span>{L_JAB_PORT_EXPLAIN}</span></dt>
- <dd><input type="text" id="jab_port" name="jab_port" value="{JAB_PORT}" /></dd>
+ <dd><input type="text" id="jab_port" name="jab_port" value="{JAB_PORT}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="jab_username">{L_JAB_USERNAME}:</label><br /><span>{L_JAB_USERNAME_EXPLAIN}</span></dt>
@@ -43,7 +43,7 @@
</dl>
<dl>
<dt><label for="jab_package_size">{L_JAB_PACKAGE_SIZE}:</label><br /><span>{L_JAB_PACKAGE_SIZE_EXPLAIN}</span></dt>
- <dd><input type="text" id="jab_package_size" name="jab_package_size" value="{JAB_PACKAGE_SIZE}" /></dd>
+ <dd><input type="text" id="jab_package_size" name="jab_package_size" value="{JAB_PACKAGE_SIZE}" maxlength="5" size="5" /></dd>
</dl>
<p class="submit-buttons">