Remove temporality links to help. And in future chenge this help

This commit is contained in:
m-lopez-f 2017-04-20 12:10:52 +02:00
parent 6805dcf363
commit fcf3da2acf
2 changed files with 6 additions and 2 deletions

View File

@ -129,7 +129,8 @@ if (!$delete_template) {
alerts_meta_print_header ();
}
else {
ui_print_page_header (__('Alerts')." » ". __('Alert templates'), "images/gm_alerts.png", false, "alerts_config", true);
//~ ui_print_page_header (__('Alerts')." » ". __('Alert templates'), "images/gm_alerts.png", false, "alerts_config", true);
ui_print_page_header (__('Alerts')." » ". __('Alert templates'), "images/gm_alerts.png", false, "", true);
}
}

View File

@ -59,9 +59,12 @@ if ($a_template !== false) {
alerts_meta_print_header();
}
else {
//~ ui_print_page_header (__('Alerts') .
//~ ' » ' . __('Configure alert template'), "",
//~ false, "alerts_config", true);
ui_print_page_header (__('Alerts') .
' » ' . __('Configure alert template'), "",
false, "alerts_config", true);
false, "", true);
}
}
else {