diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 595eaf93c9..9fdbe4a7d7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-07-19 Raúl Mateos + + * operation/agentes/status_monitor.php, godmode/groups/group_list.php: + Center image. + + * godmode/users/user_list.php: Added delete text to table. + 2010-07-19 Miguel de Dios * include/functions_db.php: fixed in the function "get_user_groups", order diff --git a/pandora_console/godmode/groups/group_list.php b/pandora_console/godmode/groups/group_list.php index 0d07fa5899..93ba52d990 100644 --- a/pandora_console/godmode/groups/group_list.php +++ b/pandora_console/godmode/groups/group_list.php @@ -156,6 +156,7 @@ $table->head[1] = __('Icon'); $table->head[2] = __('Alerts'); $table->head[3] = __('Actions'); $table->align = array (); +$table->align[1] = 'center'; $table->align[3] = 'center'; $table->data = array (); diff --git a/pandora_console/godmode/users/user_list.php b/pandora_console/godmode/users/user_list.php index 7c7e5e08e6..67bdd5f2c9 100644 --- a/pandora_console/godmode/users/user_list.php +++ b/pandora_console/godmode/users/user_list.php @@ -132,7 +132,7 @@ $table->head[2] = __('Last contact') . ' ' . ''; $table->head[3] = __('Profile'); $table->head[4] = __('Description'); -$table->head[5] = ''; +$table->head[5] = __('Delete'); $table->align[2] = "center"; $table->align[3] = "center"; diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 7a2b25c483..2698d148dc 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -195,7 +195,7 @@ $table->head[5] = __('Status'); $table->align[5] = "center"; $table->head[6] = __('Graph'); -$table->align[6] = "left"; +$table->align[6] = "center"; $table->head[7] = __('Data'); $table->align[7] = "left";