mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Changed text 'Module macros' to 'Custom macros'
This commit is contained in:
parent
f3d7f0cc39
commit
7424e37fa0
@ -462,7 +462,7 @@ html_print_table ($table_simple);
|
|||||||
ui_toggle(html_print_table ($table_advanced, true),
|
ui_toggle(html_print_table ($table_advanced, true),
|
||||||
__('Advanced options'));
|
__('Advanced options'));
|
||||||
ui_toggle(html_print_table ($table_macros, true),
|
ui_toggle(html_print_table ($table_macros, true),
|
||||||
__('Module macros') . ui_print_help_icon ('module_macros', true));
|
__('Custom macros') . ui_print_help_icon ('module_macros', true));
|
||||||
ui_toggle(html_print_table ($table_new_relations, true) .
|
ui_toggle(html_print_table ($table_new_relations, true) .
|
||||||
html_print_table ($table_relations, true), __('Module relations'));
|
html_print_table ($table_relations, true), __('Module relations'));
|
||||||
|
|
||||||
|
@ -541,7 +541,7 @@ if (isset($module_macros)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$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->data[$macro_count][0] = '<span>'.__('Custom macros').'</span> <a href="javascript:add_macro();">'.html_print_image('images/add.png',true).'</a>';
|
||||||
$table_macros->colspan[$macro_count][0] = 5;
|
$table_macros->colspan[$macro_count][0] = 5;
|
||||||
$macro_count++;
|
$macro_count++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user