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:
ramonn 2011-06-17 14:44:17 +00:00
parent 7a1696703e
commit 4dcda3bf8b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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').' &raquo; '.__('Alert actions'), "images/god2.png", false, "", true); ui_print_page_header (__('Alerts').' &raquo; '.__('Alert actions'), "images/god2.png", false, "", true);