From 91a642db1ebf5b022bbd885ca2dbbfc521a4eff0 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Fri, 16 Jul 2010 09:12:35 +0000 Subject: [PATCH] 2010-07-16 Raul Mateos * operation/incidents/incident.php: Put create button on the right. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3012 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/incidents/incident.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d9af3c08b7..cecc1e01bf 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-07-16 Raúl Mateos + + * operation/incidents/incident.php: Put create button on the right. + 2010-07-15 Miguel de Dios * godmode/gis_maps/configure_gis_map.php: fixed typo in the tip. diff --git a/pandora_console/operation/incidents/incident.php b/pandora_console/operation/incidents/incident.php index 64c5317602..a2434016d3 100644 --- a/pandora_console/operation/incidents/incident.php +++ b/pandora_console/operation/incidents/incident.php @@ -322,9 +322,9 @@ if ($count < 1) { echo ''; unset ($table); } - + echo '

'; if (give_acl ($config["id_user"], 0, "IW")) { - echo '
'; + echo '
'; echo '
'; print_submit_button (__('Create incident'), 'crt', false, 'class="sub next"'); echo '
';