]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/common/flash.html
flash messages wegklickbar gemacht.
[mfinanz.git] / templates / webpages / common / flash.html
index fe908512aef91b35d38d429922731449b3c930d4..129d6a3be0cc5998db2af5c4820ff3e58fca5ae6 100644 (file)
@@ -1,7 +1,8 @@
-[%- USE HTML -%]
+[%- USE HTML -%][%- USE LxERP %]
 [%- IF FLASH %]
  [%- BLOCK output %]
   <div class="flash_message_[% type %]">
+    <a href='#' style='float:right' onclick='$($(this).closest("div")).remove()'><img src='image/close.png' border='0' alt='[% 'Close Flash' | $T8 %]'></a>
    [%- title %]:
    [% FOREACH message = messages %]
     [%- HTML.escape(message) %]