diff options
| author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-05-04 23:40:43 +0000 |
|---|---|---|
| committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-05-04 23:40:43 +0000 |
| commit | 65fe2e0e367e0bd9acf3f3db377874ad57731e8c (patch) | |
| tree | 3f46dc8976e805d074d0de5bd95ff79491ba1302 /phpBB/adm/style/acp_jabber.html | |
| parent | 109190075df437f0392e6407b2b00fc87e085ad2 (diff) | |
| download | forums-65fe2e0e367e0bd9acf3f3db377874ad57731e8c.tar forums-65fe2e0e367e0bd9acf3f3db377874ad57731e8c.tar.gz forums-65fe2e0e367e0bd9acf3f3db377874ad57731e8c.tar.bz2 forums-65fe2e0e367e0bd9acf3f3db377874ad57731e8c.tar.xz forums-65fe2e0e367e0bd9acf3f3db377874ad57731e8c.zip | |
... and password fields @_@
input[type=text],input[type=password] { cursor: text; }
That'd be so much nicer... @_@
git-svn-id: file:///svn/phpbb/trunk@7465 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_jabber.html')
| -rw-r--r-- | phpBB/adm/style/acp_jabber.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_jabber.html b/phpBB/adm/style/acp_jabber.html index 5cf3e1d633..2ceb0e5a69 100644 --- a/phpBB/adm/style/acp_jabber.html +++ b/phpBB/adm/style/acp_jabber.html @@ -36,7 +36,7 @@ </dl> <dl> <dt><label for="jab_password">{L_JAB_PASSWORD}:</label></dt> - <dd><input type="password" id="jab_password" name="jab_password" value="{JAB_PASSWORD}" /></dd> + <dd><input type="password" class="text" id="jab_password" name="jab_password" value="{JAB_PASSWORD}" /></dd> </dl> <dl> <dt><label for="jab_resource">{L_JAB_RESOURCE}:</label><br /><span>{L_JAB_RESOURCE_EXPLAIN}</span></dt> |
