fixed styles
This commit is contained in:
parent
061c9f8750
commit
19ddbdc30a
|
@ -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,
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -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>';
|
||||
|
|
Loading…
Reference in New Issue