diff --git a/pandora_console/images/user_pasword.png b/pandora_console/images/user_password.png similarity index 100% rename from pandora_console/images/user_pasword.png rename to pandora_console/images/user_password.png diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 95acc620dd..37aea05ed0 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4800,7 +4800,7 @@ input:checked + .p-slider:before { background-color: transparent !important; border: none; border-radius: 0 !important; - border-bottom: 2px solid #343434; + border-bottom: 1px solid #343434; padding: 8px 0px 2px 35px; /* height: 28px; */ box-sizing: border-box; @@ -4811,23 +4811,20 @@ input:checked + .p-slider:before { } .edit_user_info_right #fullname { - background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png"); + background-image: url("../../images/user_name.png"); } .edit_user_info_right #email { - background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png"); + background-image: url("../../images/user_email.png"); } .edit_user_info_right #phone { - background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png"); -} - -.edit_user_info_right #password_new { - background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png"); + background-image: url("../../images/user_phone.png"); } +.edit_user_info_right #password_new, .edit_user_info_right #password_conf { - background-image: url("http://172.16.0.2/pandora_console/images/header_user_admin_green.png"); + background-image: url("../../images/user_password.png"); } .edit_user_autorefresh { @@ -4901,3 +4898,14 @@ input:checked + .p-slider:before { #autorefresh_list { text-align: center; } + +.autorefresh_select .uno, +.autorefresh_select .tres { + width: 46%; + background-color: pink; +} + +.autorefresh_select .dos { + width: 6%; + background-color: green; +} diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index 69a3865ef8..96b208850e 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -396,8 +396,8 @@ if (!$meta) { $skin = ''; } -$timezone = ''.__('Timezone').''; -$timezone .= $jump.html_print_timezone_select('timezone', $user_info['timezone']); +$timezone = '