Edit and create timesheet records in modal (#603)
- added loading indicator for datatables - fix multiple reloads of datatable content
This commit is contained in:
11
templates/form.html.twig
Normal file
11
templates/form.html.twig
Normal 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>
|
||||
Reference in New Issue
Block a user