X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7210e09814ce9af4d6bd50f308aa8c1807e746e3..8ec984acf7c46bde9a1da0e060503218e33e5b25:/templates/webpages/common/flash.html
diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html
index 129d6a3be..1f537ac4a 100644
--- a/templates/webpages/common/flash.html
+++ b/templates/webpages/common/flash.html
@@ -1,22 +1,29 @@
-[%- USE HTML -%][%- USE LxERP %]
-[%- IF FLASH %]
- [%- BLOCK output %]
-  
-    

-   [%- title %]:
+[%- USE HTML -%][%- USE LxERP %][%- USE T8 %]
+[%- BLOCK output %]
+ 
+  
 
+     
 
+  
[%- title %]:
+  
    [% FOREACH message = messages %]
     [%- HTML.escape(message) %]
     [%- UNLESS loop.last %]
[% END %]
    [%- END %]
+  
+  
+  
+     [[% 'Details' | $T8 %]]  
+  
+    
+    
+    
 
+      
   
- [%- END %]
- [%- IF FLASH.error && FLASH.error.size %]
-  [%- PROCESS output title=LxERP.t8('Error') type='error' messages = FLASH.error %]
- [%- END %]
- [%- IF FLASH.warning && FLASH.warning.size %]
-  [%- PROCESS output title=LxERP.t8('Warning') type='warning' messages = FLASH.warning %]
- [%- END %]
- [%- IF FLASH.info && FLASH.info.size %]
-  [%- PROCESS output title=LxERP.t8('Information') type='info' messages = FLASH.info %]
- [%- END %]
+ 
 [%- END %]
+[%- PROCESS output title=LxERP.t8('Error')       type='error'   messages = FLASH.error %]
+[%- PROCESS output title=LxERP.t8('Warning')     type='warning' messages = FLASH.warning %]
+[%- PROCESS output title=LxERP.t8('Information') type='info'    messages = FLASH.info %]
+[%- PROCESS output title=LxERP.t8('Ok')          type='ok'      messages = FLASH.ok %]