General Setup view
This commit is contained in:
parent
e9526bf886
commit
d2a807636e
File diff suppressed because it is too large
Load Diff
|
@ -3218,7 +3218,7 @@ function config_process_config()
|
|||
// Try to update user table in order to refresh skin inmediatly.
|
||||
$is_user_updating = get_parameter('sec2', '');
|
||||
|
||||
if ($is_user_updating == 'operation/users/user_edit') {
|
||||
if ($is_user_updating === 'godmode/users/configure_user') {
|
||||
$id = get_parameter_get('id', $config['id_user']);
|
||||
// ID given as parameter.
|
||||
$user_info = get_user_info($id);
|
||||
|
@ -3746,7 +3746,7 @@ function config_user_set_custom_config()
|
|||
}
|
||||
}
|
||||
|
||||
if (defined('METACONSOLE')) {
|
||||
if (is_metaconsole() === true) {
|
||||
$config['metaconsole_access'] = $userinfo['metaconsole_access'];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10465,6 +10465,10 @@ button div.upd {
|
|||
-webkit-mask: url(../../images/validate.svg) no-repeat center / contain;
|
||||
}
|
||||
|
||||
button div.mail {
|
||||
mask: url(../../images/mail@svg.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/mail@svg.svg) no-repeat center / contain;
|
||||
}
|
||||
button div.sound {
|
||||
mask: url(../../images/sound_console@svg.svg) no-repeat center / contain;
|
||||
-webkit-mask: url(../../images/sound_console@svg.svg) no-repeat center /
|
||||
|
|
Loading…
Reference in New Issue