mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#10622 fix style policy alerts external
This commit is contained in:
parent
de0fdd58af
commit
631a247f19
@ -93,7 +93,7 @@ if ($add) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ui_print_result_message($result, __('Add action successfuly'), __('Could not be added'), '');
|
ui_print_result_message($result, __('Add action successfully'), __('Could not be added'), '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ if ($add) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ui_print_result_message($result, __('Add action successfuly'), __('Could not be added'), '');
|
ui_print_result_message($result, __('Add action successfully'), __('Could not be added'), '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ if ($delete) {
|
|||||||
$result = policies_delete_action_alert($id_action);
|
$result = policies_delete_action_alert($id_action);
|
||||||
}
|
}
|
||||||
|
|
||||||
ui_print_result_message($result, __('Added action successfuly'), __('Could not be added'), '');
|
ui_print_result_message($result, __('Deleted action successfully'), __('Could not be deleted'), '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ if ($delete) {
|
|||||||
$result = policies_delete_action_alert($id_action);
|
$result = policies_delete_action_alert($id_action);
|
||||||
}
|
}
|
||||||
|
|
||||||
ui_print_result_message($result, __('Added action successfuly'), __('Could not be added'), '');
|
ui_print_result_message($result, __('Deleted action successfully'), __('Could not be deleted'), '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user