X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fflash.html;h=9ff22adeb60783a634626bd40e4fc742e6c20a3b;hb=713de5ed35a8a1faea940354254c4e781631c495;hp=03bf3b405c8a840ddc98676e0f59d57f03a982aa;hpb=e8f9198a000dc292056bd154aad4c8a78beb4094;p=kivitendo-erp.git diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html index 03bf3b405..9ff22adeb 100644 --- a/templates/webpages/common/flash.html +++ b/templates/webpages/common/flash.html @@ -1,22 +1,29 @@ [%- USE HTML -%][%- USE LxERP %][%- USE T8 %] -[%- IF FLASH %] - [%- BLOCK output %] -
- [% - [%- title %]: +[%- 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 %]