Revision 7210e098
Von Sven Schöling vor fast 13 Jahren hinzugefügt
templates/webpages/common/flash.html | ||
---|---|---|
2 | 2 |
[%- IF FLASH %] |
3 | 3 |
[%- BLOCK output %] |
4 | 4 |
<div class="flash_message_[% type %]"> |
5 |
<a href='#' style='float:right' onclick='$($(this).closest("div")).remove()'><img src='image/close.png' border='0' alt='[% 'Close Flash' | $T8 %]'></a> |
|
5 | 6 |
[%- title %]: |
6 | 7 |
[% FOREACH message = messages %] |
7 | 8 |
[%- HTML.escape(message) %] |
Auch abrufbar als: Unified diff
flash messages wegklickbar gemacht.