X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/128bad31d931ed3a3df4390170f7a598748f3a83..8ec984acf7c46bde9a1da0e060503218e33e5b25:/templates/webpages/common/flash.html diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html index b7164fb92..1f537ac4a 100644 --- a/templates/webpages/common/flash.html +++ b/templates/webpages/common/flash.html @@ -1,21 +1,29 @@ -[%- USE HTML -%][%- USE LxERP %] -[%- IF FLASH %] - [%- BLOCK output %] -
- [%- title %]: +[%- USE HTML -%][%- USE LxERP %][%- USE T8 %] +[%- 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 %]