|
Lines 53-59
Link Here
|
| 53 |
[% END #/ WRAPPER sub-header.inc %] |
53 |
[% END #/ WRAPPER sub-header.inc %] |
| 54 |
|
54 |
|
| 55 |
[% WRAPPER 'main-container.inc' aside='admin-menu' %] |
55 |
[% WRAPPER 'main-container.inc' aside='admin-menu' %] |
| 56 |
[% INCLUDE 'messages.inc' %] |
|
|
| 57 |
|
56 |
|
| 58 |
[% FOREACH m IN messages %] |
57 |
[% FOREACH m IN messages %] |
| 59 |
<div class="alert alert-[% m.type | html %]" id="action_result_dialog"> |
58 |
<div class="alert alert-[% m.type | html %]" id="action_result_dialog"> |
| 60 |
- |
|
|