Merge branch 'pandora_5.1' of https://github.com/pandorafms/pandorafms into pandora_5.1
This commit is contained in:
commit
cebaaeba8e
|
@ -541,7 +541,7 @@ if (isset($module_macros)) {
|
|||
}
|
||||
}
|
||||
}
|
||||
$table_macros->data[$macro_count][0] = '<span>'.__('Add module macro').'</span> <a href="javascript:add_macro();">'.html_print_image('images/add.png',true).'</a>';
|
||||
$table_macros->data[$macro_count][0] = '<span>'.__('Add Custom alert macros').'</span> <a href="javascript:add_macro();">'.html_print_image('images/add.png',true).'</a>';
|
||||
$table_macros->colspan[$macro_count][0] = 5;
|
||||
$macro_count++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue