2012-06-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor.php: Fixed strings of link and unlink actions due to bad translation. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6532 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
04eff36fcc
commit
2f73a6b049
|
@ -1,3 +1,8 @@
|
|||
2012-06-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor.php: Fixed strings of link
|
||||
and unlink actions due to bad translation.
|
||||
|
||||
2012-06-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.builder.php: Fixed creation of alert
|
||||
|
|
|
@ -259,7 +259,7 @@ if($is_function_policies !== ENTERPRISE_NOT_HOOK) {
|
|||
}
|
||||
else {
|
||||
$result = policies_relink_module($id_agent_module);
|
||||
ui_print_result_message($result, __('Module relinked to the policy successful'));
|
||||
ui_print_result_message($result, __('Module will be linked in the next application'));
|
||||
|
||||
db_pandora_audit("Agent management", "Re-link module " . $id_agent_module);
|
||||
}
|
||||
|
@ -267,7 +267,7 @@ if($is_function_policies !== ENTERPRISE_NOT_HOOK) {
|
|||
|
||||
if($unlink_policy) {
|
||||
$result = policies_unlink_module($id_agent_module);
|
||||
ui_print_result_message($result, __('Module unlinked from the policy successful'));
|
||||
ui_print_result_message($result, __('Module will be unlinked in the next application'));
|
||||
|
||||
db_pandora_audit("Agent management", "Unlink module " . $id_agent_module);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue