From ea3de16088d6e24a72fdb92bb4251807c7f02f79 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 26 Jul 2010 15:00:19 +0000 Subject: [PATCH] 2010-07-26 Raul Mateos * godmode/users/user_list.php: Added px to width to ease the change of profile edition to this page. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3065 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/godmode/users/user_list.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pandora_console/godmode/users/user_list.php b/pandora_console/godmode/users/user_list.php index 67bdd5f2c9..8d09decb62 100644 --- a/pandora_console/godmode/users/user_list.php +++ b/pandora_console/godmode/users/user_list.php @@ -114,7 +114,7 @@ if (isset ($_GET["user_del"])) { //delete user $table->cellpadding = 4; $table->cellspacing = 4; -$table->width = 700; +$table->width = '700px'; $table->class = "databox"; $table->head = array (); $table->data = array (); @@ -202,10 +202,8 @@ foreach ($info as $user_id => $user_info) { print_table ($table); +echo '
'; unset ($table); - - -echo '
'; if ($config["admin_can_add_user"] !== false) { echo '
'; print_input_hidden ('new_user', 1); @@ -221,7 +219,7 @@ echo '

'.__('Profiles defined in Pandora').'

'; $table->cellpadding = 4; $table->cellspacing = 4; $table->class = 'databox'; -$table->width = 700; +$table->width = '700px'; $table->head = array (); $table->data = array (); @@ -240,9 +238,9 @@ $table->head[7] = "UM".print_help_tip (__('Users management'), true); $table->head[8] = "DM".print_help_tip (__('Database management'), true); $table->head[9] = "LM".print_help_tip (__('Alerts management'), true); $table->head[10] = "PM".print_help_tip (__('Systems management'), true); -$table->head[11] = ''; +$table->head[11] = __('Delete'); -$table->align = array_fill (1, 10, "center"); +$table->align = array_fill (1, 11, "center"); $table->size = array_fill (1, 10, 40); $profiles = get_db_all_rows_in_table ("tperfil"); @@ -271,4 +269,5 @@ echo '