fixed styles

This commit is contained in:
daniel 2023-03-28 08:34:05 +02:00
parent 061c9f8750
commit 19ddbdc30a
2 changed files with 3 additions and 16 deletions

View File

@ -1045,20 +1045,6 @@ if ($is_management_allowed === true) {
} else {
echo '<i>'.__("The current authentication scheme doesn't support creating users on %s", get_product_name()).'</i>';
}
} else {
html_print_action_buttons(
html_print_submit_button(
__('Create user'),
'none',
true,
[ 'icon' => 'wand' ],
true
),
[
'type' => 'form_action',
'right_content' => $tablePagination,
],
);
}
?>

View File

@ -216,11 +216,12 @@ $enable_disable['text'] = html_print_div(
// New Widget.
$newWidget['text'] = '<a href="#" id="add-widget" class="invisible">';
$newWidget['text'] .= html_print_image(
'images/add.png',
'images/plus@svg.svg',
true,
[
'title' => __('Add Cell'),
'class' => 'invert_filter',
'class' => 'main_menu_icon invert_filter',
'style' => 'margin-top:5px;',
]
);
$newWidget['text'] .= '</a>';