minor fixes in pagination and alertbox stuff
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -36,8 +36,11 @@ if ($page == 'cronjobs' || $page == 'overview') {
|
||||
\Froxlor\UI\Response::dynamic_error($e->getMessage());
|
||||
}
|
||||
|
||||
UI::twigBuffer('user/table.html.twig', [
|
||||
UI::twigBuffer('user/table-note.html.twig', [
|
||||
'listing' => \Froxlor\UI\Listing::format($collection, $cron_list_data['cron_list']),
|
||||
// alert-box
|
||||
'type' => 'warning',
|
||||
'alert_msg' => $lng['cron']['changewarning']
|
||||
]);
|
||||
UI::twigOutputBuffer();
|
||||
} elseif ($action == 'new') {
|
||||
|
||||
Reference in New Issue
Block a user