Lines 18-31
Link Here
|
18 |
[% CASE 'order_cannot_be_edited' %] |
18 |
[% CASE 'order_cannot_be_edited' %] |
19 |
<div class="dialog message">This order cannot be edited, the basket is closed or the order was already received.</div> |
19 |
<div class="dialog message">This order cannot be edited, the basket is closed or the order was already received.</div> |
20 |
[% CASE 'wrong_csrf_token' %] |
20 |
[% CASE 'wrong_csrf_token' %] |
21 |
<div class="dialog message">The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.</div> |
21 |
<div class="dialog alert">The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.</div> |
22 |
[% CASE 'budget_is_locked' %] |
22 |
[% CASE 'budget_is_locked' %] |
23 |
<div class="dialog message">The budget is locked, fund creation is not possible.</div> |
23 |
<div class="dialog message">The budget is locked, fund creation is not possible.</div> |
24 |
[% CASE 'missing_es_modules' %] |
24 |
[% CASE 'missing_es_modules' %] |
25 |
<div class="dialog message">Necessary Elasticsearch packages are not installed on your server. Please contact your server admin if you wish to configure Elasticsearch</div> |
25 |
<div class="dialog message">Necessary Elasticsearch packages are not installed on your server. Please contact your server admin if you wish to configure Elasticsearch</div> |
26 |
[% CASE 'insufficient_permission' %] |
26 |
[% CASE 'insufficient_permission' %] |
27 |
<div class="dialog message">You do not have sufficient permission to continue.</div> |
27 |
<div class="dialog message">You do not have sufficient permission to continue.</div> |
28 |
[% CASE %][% blocking_error | html %] |
28 |
[% CASE %] |
|
|
29 |
<div class="dialog alert">[% blocking_error | html %]</div> |
29 |
[% END %] |
30 |
[% END %] |
30 |
|
31 |
|
31 |
[% INCLUDE 'intranet-bottom.inc' %] |
32 |
[% INCLUDE 'intranet-bottom.inc' %] |