changed smtp-password input to type password, thanks to Flavio Henrique for the info

This commit is contained in:
Ralf Becker 2006-07-13 15:07:59 +00:00
parent d5ae61dddc
commit ba2ff67fbf

View File

@ -165,7 +165,7 @@
</tr>
<tr class="row_off">
<td>{lang_Password_for_SMTP-authentication}:</td>
<td><input name="newsettings[smtp_auth_passwd]" value="{value_smtp_auth_passwd}"></td>
<td><input type="password" name="newsettings[smtp_auth_passwd]" value="{value_smtp_auth_passwd}"></td>
</tr>
<tr class="row_on">
<td colspan="2">&nbsp;</td>