From ccbd793307c8cf2179dcb07d5aa17b6a0a64e73e Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 15 Jun 2016 15:34:30 +0200 Subject: [PATCH] Solved download messages at first time and other visual changes --- pandora_console/general/header.php | 11 ----------- .../general/login_identification_wizard.php | 2 +- pandora_console/general/login_required.php | 8 +++++--- pandora_console/include/functions_update_manager.php | 4 ++-- 4 files changed, 8 insertions(+), 17 deletions(-) diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 603cbe26d3..bd2e0afe7c 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -72,17 +72,6 @@ config_check(); $table->styleTable = 'margin: auto; margin-top: 0px;'; $table->rowclass[0] = ''; - //UM messages - if (is_user_admin ($config['id_user'])) { - include_once ("include/functions_update_manager.php"); - $number_unread_messages = update_manager_get_unread_messages (); - if ($number_unread_messages > 0) { - $um_messages = html_print_image("images/header_email.png", true, - array("alt" => 'cross', "class" => 'bot', 'title' => __('UM unread messages').': ' . $number_unread_messages)); - $table->data[0]['um'] = '' . $um_messages . ""; - } - } - // Search bar $search_bar = '
'; if (!isset($config['search_keywords'])) { diff --git a/pandora_console/general/login_identification_wizard.php b/pandora_console/general/login_identification_wizard.php index 7ffb3c74d1..ae56db98fa 100644 --- a/pandora_console/general/login_identification_wizard.php +++ b/pandora_console/general/login_identification_wizard.php @@ -162,7 +162,7 @@ echo '
"; echo '
'; echo ' '; - html_print_input_text_extended ('email-newsletter', $email, 'text-email-newsletter', '', 30, 255, false, '', array ("style" => "display:none; ")); echo ' '; + html_print_input_text_extended ('email-newsletter', $email, 'text-email-newsletter', '', 30, 255, false, '', array ("style" => "display:none; width: 180px;")); echo ' '; echo ' *'.__("Required") .' '; echo '
'; echo '
'; diff --git a/pandora_console/general/login_required.php b/pandora_console/general/login_required.php index 6dc94e2eff..be1bc081c2 100644 --- a/pandora_console/general/login_required.php +++ b/pandora_console/general/login_required.php @@ -51,7 +51,7 @@ echo '