Change xmpp input type to password and talk.google.com for example.

This commit is contained in:
Mark Crane 2012-06-28 16:55:28 +00:00
parent 616824a493
commit 8d453f4c3d
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ function hide_advanced_config() {
Password:
</td>
<td class='vtable' align='left'>
<input class='formfld' type='profile_password' name='profile_password' id='profile_password' maxlength='50' onfocus="document.getElementById('show_profile_password').innerHTML = 'Password: '+document.getElementById('profile_password').value;" value="<?php echo $profile['profile_password'];?>">
<input class='formfld' type='password' name='profile_password' id='profile_password' maxlength='50' onfocus="document.getElementById('show_profile_password').innerHTML = 'Password: '+document.getElementById('profile_password').value;" value="<?php echo $profile['profile_password'];?>">
<br />
<span onclick="document.getElementById('show_profile_password').innerHTML = ''">Enter the password here. </span><span id='show_profile_password'></span>
</td>
@ -105,7 +105,7 @@ function hide_advanced_config() {
<input class='formfld' type='text' name='xmpp_server' maxlength='255' value="<?php echo $profile['xmpp_server'];?>">
<br />
Enter alternate XMPP server if the server is not the same as the one in the Username<br />
Example GoogleTalk is: xmpp-server1.l.google.com
Example GoogleTalk is: talk.google.com
</td>
</tr>