Revision 9439c4f2
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
templates/webpages/common/flash.html | ||
---|---|---|
1 | 1 |
[% USE HTML %] |
2 | 2 |
[% USE LxERP %] |
3 | 3 |
[% USE T8 %] |
4 |
|
|
4 | 5 |
[% BLOCK output %] |
5 | 6 |
<div id="flash_[% type %]" class="flash_message flash_message_[% type %]" [% IF !messages || !messages.size %] style="display: none" [% END %]> |
6 | 7 |
<div class="icon-container"> |
... | ... | |
22 | 23 |
</div><!-- /.flash_notification --> |
23 | 24 |
</div> |
24 | 25 |
</div> |
25 |
[% END %] |
|
26 |
[% END #BLOCK output %] |
|
27 |
|
|
26 | 28 |
[% PROCESS output title=LxERP.t8('Error') type='error' messages = FLASH.error %] |
27 | 29 |
[% PROCESS output title=LxERP.t8('Warning') type='warning' messages = FLASH.warning %] |
28 | 30 |
[% PROCESS output title=LxERP.t8('Information') type='info' messages = FLASH.info %] |
Auch abrufbar als: Unified diff
Diverse weitere Anpassungen zum Design 4.0