X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/68f1c66a321810fbf9028ef92f1fa17392127258..5ef8b31028dada9eff3c317fe92c0a9b05ea41a4:/templates/webpages/common/flash.html diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html index fe908512a..cb592edc3 100644 --- a/templates/webpages/common/flash.html +++ b/templates/webpages/common/flash.html @@ -1,21 +1,16 @@ -[%- USE HTML -%] -[%- IF FLASH %] - [%- BLOCK output %] -
[%- 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 %]