From 589d9c1d7ce757208f1626a931607f8d13cf892a Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 14 Sep 2020 17:48:38 +0200 Subject: [PATCH] minor fixes --- pandora_console/godmode/users/configure_user.php | 10 +++++----- pandora_console/include/styles/pandora.css | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pandora_console/godmode/users/configure_user.php b/pandora_console/godmode/users/configure_user.php index 89cd99fa5b..8e36a0e262 100644 --- a/pandora_console/godmode/users/configure_user.php +++ b/pandora_console/godmode/users/configure_user.php @@ -1195,10 +1195,6 @@ if (!empty($ehorus)) { echo ''; -echo ''; - -profile_print_profile_table($id); - echo '
'; if ($config['admin_can_add_user']) { html_print_csrf_hidden(); @@ -1213,8 +1209,12 @@ if ($config['admin_can_add_user']) { html_print_input_hidden('json_profile', ''); -echo '
'; echo ''; + + +profile_print_profile_table($id); +echo ''; + echo '
'; enterprise_hook('close_meta_frame'); diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 2182348f86..4cf03ca933 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4898,6 +4898,7 @@ input:checked + .p-slider:before { .edit_user_labels { color: #343434; + text-align: left; font-weight: bold; padding-right: 10px; margin: 0px 0px 5px 0px;