update change login
This commit is contained in:
@@ -25,7 +25,9 @@ window.onload= function(){
|
||||
document.getElementById('form[BSUBMIT]').classList.remove('module_app_button___gray');
|
||||
document.getElementById('form[BSUBMIT]').classList.add('button-login-success');
|
||||
document.getElementById('form[BCANCEL]').classList.remove('module_app_button___gray');
|
||||
document.getElementById('form[BCANCEL]').classList.add('button-login-cancel');
|
||||
document.getElementById('form[BCANCEL]').classList.add('button-login-cancel');
|
||||
document.getElementById('form[BSUBMIT]').setAttribute("tabindex",-1);
|
||||
document.getElementById('form[BCANCEL]').setAttribute("tabindex",-1);
|
||||
};
|
||||
|
||||
var panel;
|
||||
|
||||
@@ -29,7 +29,8 @@ 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');
|
||||
document.getElementById('form[BSUBMIT]').classList.add('button-login-success');
|
||||
document.getElementById('form[BSUBMIT]').setAttribute("tabindex",-1);
|
||||
};
|
||||
|
||||
// enable/disable forgot password link
|
||||
|
||||
@@ -29,7 +29,8 @@ window.onload= function(){
|
||||
document.getElementById('form[USR_PASSWORD_MASK]').placeholder = _('ID_PASSWORD');
|
||||
document.getElementById('form[USER_ENV]').placeholder = _('ID_WORKSPACE');
|
||||
document.getElementById('form[BSUBMIT]').classList.remove('module_app_button___gray');
|
||||
document.getElementById('form[BSUBMIT]').classList.add('button-login-success');
|
||||
document.getElementById('form[BSUBMIT]').classList.add('button-login-success');
|
||||
document.getElementById('form[BSUBMIT]').setAttribute("tabindex",-1);
|
||||
};
|
||||
|
||||
setFocus (getField ('USR_USERNAME'));
|
||||
|
||||
Reference in New Issue
Block a user