X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bda0d70b98bd9c9afc5ef8ae83a58497989d6750..c6dd542b51ae9549ad42a54f9023b905412bbab9:/templates/webpages/common/flash.html diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html index b7164fb92..4b705cdfc 100644 --- a/templates/webpages/common/flash.html +++ b/templates/webpages/common/flash.html @@ -1,21 +1,17 @@ -[%- USE HTML -%][%- USE LxERP %] -[%- 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 %] +[%- PROCESS output title=LxERP.t8('Ok') type='ok' messages = FLASH.ok %]