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 '
';