mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 22:05:41 +02:00
fixed styles
This commit is contained in:
parent
061c9f8750
commit
19ddbdc30a
@ -1045,20 +1045,6 @@ if ($is_management_allowed === true) {
|
|||||||
} else {
|
} else {
|
||||||
echo '<i>'.__("The current authentication scheme doesn't support creating users on %s", get_product_name()).'</i>';
|
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.
|
// New Widget.
|
||||||
$newWidget['text'] = '<a href="#" id="add-widget" class="invisible">';
|
$newWidget['text'] = '<a href="#" id="add-widget" class="invisible">';
|
||||||
$newWidget['text'] .= html_print_image(
|
$newWidget['text'] .= html_print_image(
|
||||||
'images/add.png',
|
'images/plus@svg.svg',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('Add Cell'),
|
'title' => __('Add Cell'),
|
||||||
'class' => 'invert_filter',
|
'class' => 'main_menu_icon invert_filter',
|
||||||
|
'style' => 'margin-top:5px;',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
$newWidget['text'] .= '</a>';
|
$newWidget['text'] .= '</a>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user