update login

This commit is contained in:
jonathan
2015-04-15 16:11:04 -04:00
parent e506eac6c6
commit 14ba5ce845
11 changed files with 221 additions and 30 deletions

View File

@@ -29,6 +29,8 @@ SELECT LANG_ID, LANG_NAME FROM langOptions
window.onload= function(){
document.getElementById('form[USR_USERNAME]').placeholder = _('ID_USER');
document.getElementById('form[USR_PASSWORD_MASK]').placeholder = _('ID_PASSWORD');
document.getElementById('form[BSUBMIT]').classList.remove('module_app_button___gray');
document.getElementById('form[BSUBMIT]').classList.add('button-login-success');
};
// enable/disable forgot password link