X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/17a0869fc518978c148ff7d376039133de9bfe07..de66b95fa834d44d84b8d6e48b1ffbbd607d07e0:/templates/webpages/common/flash.html diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html index 03bf3b405..cb592edc3 100644 --- a/templates/webpages/common/flash.html +++ b/templates/webpages/common/flash.html @@ -1,22 +1,16 @@ [%- USE HTML -%][%- USE LxERP %][%- USE T8 %] -[%- 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 %]