mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 14:54:52 +02:00
Merge branch 'ent-11436-envio-de-correo-electronico-con-advertencia-a-pesar-de-ya-haber-cambiado-la-configuracion' into 'develop'
Ent 11436 envio de correo electronico con advertencia a pesar de ya haber cambiado la configuracion See merge request artica/pandorafms!6464
This commit is contained in:
commit
ad8e3ac44f
@ -732,6 +732,8 @@ class ConsoleSupervisor
|
|||||||
'url' => '__url__/index.php?sec=general&sec2=godmode/setup/setup§ion=perf',
|
'url' => '__url__/index.php?sec=general&sec2=godmode/setup/setup§ion=perf',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
$this->cleanNotifications('NOTIF.ACCESSSTASTICS.PERFORMANCE');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$this->cleanNotifications('NOTIF.ACCESSSTASTICS.PERFORMANCE');
|
$this->cleanNotifications('NOTIF.ACCESSSTASTICS.PERFORMANCE');
|
||||||
|
@ -233,6 +233,10 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#audit_logs > tbody > tr > td > img {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.table_action_buttons > a,
|
.table_action_buttons > a,
|
||||||
.table_action_buttons > img,
|
.table_action_buttons > img,
|
||||||
.table_action_buttons > button,
|
.table_action_buttons > button,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user