diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d991978e3b..816f658e53 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-08-24 Juan Manuel Ramon + + * operation/incidents/incident_detail.php: Fixed table width in this + view. + 2011-08-24 Miguel de Dios * godmode/reporting/reporting_builder.preview.php: fixed the include of diff --git a/pandora_console/operation/incidents/incident_detail.php b/pandora_console/operation/incidents/incident_detail.php index 939068ce20..0e86ed73a4 100755 --- a/pandora_console/operation/incidents/incident_detail.php +++ b/pandora_console/operation/incidents/incident_detail.php @@ -208,7 +208,7 @@ if (isset ($id_inc)) { //If $id_inc is set (when $_GET["id"] is set, not $_GET[" echo '
'; } -echo ''; +echo '
'; echo '
'.__('Incident').''; if ((check_acl ($config["id_user"], $id_grupo, "IM") == 1) OR ($usuario == $config["id_user"])) { @@ -287,7 +287,7 @@ if ((check_acl ($config["id_user"], $id_grupo, "IM") == 1) OR ($usuario == $conf html_print_textarea ("descripcion", 15, 80, $texto, 'style="height:200px;" disabled'); } -echo '
'; +echo '
'; // Only if user is the used who opened incident or (s)he is admin if (isset ($id_inc) AND ((check_acl ($config["id_user"], $id_grupo, "IM") == 1) OR ($usuario == $config["id_user"]))) { @@ -312,8 +312,8 @@ if (isset ($id_inc)) { echo __('Add note'); echo ''; echo '
'; - echo '

'.__('Add note').'

'; - echo ' + echo '

'.__('Add note').'

'; + echo '
'; @@ -323,7 +323,7 @@ if (isset ($id_inc)) { $table->cellpadding = 4; $table->cellspacing = 4; $table->class = "databox"; - $table->width = 600; + $table->width = '98%'; $table->data = array (); $table->head = array (); @@ -343,7 +343,7 @@ if (isset ($id_inc)) { } if (!empty ($table->data)) { - echo "

".__('Notes attached to incident').'

'; + echo "

".__('Notes attached to incident').'

'; echo '
'; html_print_table ($table); echo '
'; @@ -360,7 +360,7 @@ if (isset ($id_inc)) { $table->cellpadding = 4; $table->cellspacing = 4; $table->class = "databox"; - $table->width = 650; + $table->width = '98%'; $table->head = array (); $table->data = array (); @@ -385,7 +385,7 @@ if (isset ($id_inc)) { } if (!empty ($table->data)) { - echo "

".__('Attached files')."

"; + echo "

".__('Attached files')."

"; echo '
'; html_print_table ($table); echo '
'; @@ -407,8 +407,8 @@ if (isset ($id_inc)) { echo ''; echo '
'; - echo '

'.__('Add attachment').'

'; - echo ' + echo '

'.__('Add attachment').'

'; + echo '
'.__('Filename').'
'.__('Description').'