2013-11-14 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager_editor_common.php: Change interval message for policy data modules to improve usability git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9078 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
40a0d86a02
commit
7e3c95c61b
|
@ -1,3 +1,8 @@
|
||||||
|
2013-11-14 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/module_manager_editor_common.php: Change
|
||||||
|
interval message for policy data modules to improve usability
|
||||||
|
|
||||||
2013-11-14 Sergio Martin <sergio.martin@artica.es>
|
2013-11-14 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/languages/ru.mo
|
* include/languages/ru.mo
|
||||||
|
|
|
@ -318,6 +318,7 @@ if ($moduletype == MODULE_DATA) {
|
||||||
if ($__code_from == 'policies') {
|
if ($__code_from == 'policies') {
|
||||||
// If is the policy form, module_interval will store the factor (not the seconds).
|
// If is the policy form, module_interval will store the factor (not the seconds).
|
||||||
// So server will transform it to interval in seconds
|
// So server will transform it to interval in seconds
|
||||||
|
$table_advanced->data[2][1] = sprintf(__('Default') . ': 1' , $interval_factor) . ui_print_help_icon ('module_interval_factor', true);
|
||||||
$table_advanced->data[2][1] .= html_print_input_hidden('module_interval', $interval_factor, true);
|
$table_advanced->data[2][1] .= html_print_input_hidden('module_interval', $interval_factor, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue