update login
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user