2011-06-17 Ramon Novoa <rnovoa@artica.es>
* godmode/alerts/alert_actions.php: Aesthetic fix. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4466 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7a1696703e
commit
4dcda3bf8b
|
@ -1,3 +1,7 @@
|
||||||
|
2011-06-17 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* godmode/alerts/alert_actions.php: Aesthetic fix.
|
||||||
|
|
||||||
2011-06-17 Sergio Martin <sergio.martin@artica.es>
|
2011-06-17 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_events.php: Fixed duplication of comments
|
* include/functions_events.php: Fixed duplication of comments
|
||||||
|
|
|
@ -46,7 +46,7 @@ $create_action = (bool) get_parameter ('create_action');
|
||||||
$delete_action = (bool) get_parameter ('delete_action');
|
$delete_action = (bool) get_parameter ('delete_action');
|
||||||
$copy_action = (bool) get_parameter ('copy_action');
|
$copy_action = (bool) get_parameter ('copy_action');
|
||||||
|
|
||||||
if ((!$copy_action) && (!$delete_action))
|
if ((!$copy_action) && (!$delete_action) && (!$update_action))
|
||||||
// Header
|
// Header
|
||||||
ui_print_page_header (__('Alerts').' » '.__('Alert actions'), "images/god2.png", false, "", true);
|
ui_print_page_header (__('Alerts').' » '.__('Alert actions'), "images/god2.png", false, "", true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue