Merge branch 'ent-11003-15459-campos-de-alertas-en-metaconsola-no-presentes-en-la-vista-principal-de-gestion-de' into 'develop'

Ent 11003 15459 campos de alertas en metaconsola no presentes en la vista principal de gestion de

See merge request artica/pandorafms!5746
This commit is contained in:
Matias Didier 2023-04-20 10:39:52 +00:00
commit f8fe057459
1 changed files with 21 additions and 17 deletions

View File

@ -122,24 +122,28 @@ $sec = (is_metaconsole() === true) ? 'advanced' : 'galertas';
// case delete_templete action is performed.
if (!$delete_template) {
// Header.
ui_print_standard_header(
__('Alerts'),
'images/gm_alerts.png',
false,
'',
true,
[],
[
if (defined('METACONSOLE')) {
alerts_meta_print_header();
} else {
ui_print_standard_header(
__('Alerts'),
'images/gm_alerts.png',
false,
'',
true,
[],
[
'link' => '',
'label' => __('Alerts'),
],
[
'link' => '',
'label' => __('Alert templates'),
],
]
);
[
'link' => '',
'label' => __('Alerts'),
],
[
'link' => '',
'label' => __('Alert templates'),
],
]
);
}
}
if ($update_template) {