Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3328 → Rev 3332

/CHANGELOG.md
15,7 → 15,7
* alcasar-conf.sh doesn't modify correctly entries beginning with spaces
* Avoid duplicate entries in /etc/hosts (thx to Guillaume MARSAT)
* Prevent nfcapd from failing to start at boot time (thx to Laurent ROUX)
* Email registation : allow subdomains,
* Email registation : allow subdomains, allow custom mail service
 
## 3.7.2 (SVN revision: 3284)
* NEWS
/web/acc/manager/htdocs/user_by_email.php
240,7 → 240,7
document.getElementById('mail_admin').style.backgroundColor = '#c0c0c0';
document.getElementById('mail_admin').disabled = true;
}
if (document.getElementById('mail_server').value != '9') {
if (document.getElementById('mail_server').value != '8') {
document.getElementById('mail_smtp_ip').style.backgroundColor = '#c0c0c0';
document.getElementById('mail_smtp_ip').disabled = true;
document.getElementById('mail_smtp_port').style.backgroundColor = '#c0c0c0';
256,7 → 256,7
document.getElementById('mail_admin').style.backgroundColor = '#c0c0c0';
document.getElementById('mail_admin').disabled = true;
}
if (document.getElementById('mail_server').value != '9') {
if (document.getElementById('mail_server').value != '8') {
document.getElementById('mail_smtp_ip').style.backgroundColor = '#c0c0c0';
document.getElementById('mail_smtp_ip').disabled = true;
document.getElementById('mail_smtp_port').style.backgroundColor = '#c0c0c0';