mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
[BS5] Replace FooTable with jquery Datatables
This commit is contained in:
parent
0ece065cb0
commit
160dceff3e
18 changed files with 663 additions and 599 deletions
|
|
@ -21,6 +21,7 @@ $template_data = [
|
|||
'role' => $role,
|
||||
'quarantine_settings' => $quarantine_settings,
|
||||
'lang_quarantine' => json_encode($lang['quarantine']),
|
||||
'lang_datatables' => json_encode($lang['datatables']),
|
||||
];
|
||||
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue