minor fixes
This commit is contained in:
parent
d86d0ff090
commit
589d9c1d7c
|
@ -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');
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue