Edit and create timesheet records in modal (#603)

- added loading indicator for datatables
- fix multiple reloads of datatable content
This commit is contained in:
Kevin Papst
2019-03-03 19:43:12 +01:00
committed by GitHub
parent 86832fb703
commit bea4be881b
23 changed files with 382 additions and 211 deletions

11
templates/form.html.twig Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="{{ app.request.locale }}">
<head></head>
<body class="ajax-forms">
<div id="ajax-messages">
{{ include('@AdminLTE/Partials/_flash_messages.html.twig') }}
</div>
<div id="ajax-form">
{{ block('main') }}
</div>
</body>