minor fixes

This commit is contained in:
fbsanchez 2020-09-14 17:48:38 +02:00
parent d86d0ff090
commit 589d9c1d7c
2 changed files with 6 additions and 5 deletions

View File

@ -1195,10 +1195,6 @@ if (!empty($ehorus)) {
echo '</div>';
echo '</form>';
profile_print_profile_table($id);
echo '<div style="width: 100%" class="action-buttons">';
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 '</div>';
echo '</form>';
profile_print_profile_table($id);
echo '</div>';
echo '<br />';
enterprise_hook('close_meta_frame');

View File

@ -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;