X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcommon%2Fflash.html;h=9ff22adeb60783a634626bd40e4fc742e6c20a3b;hb=844a541e0d8f59644540413f675e8f07cd154cf6;hp=b7164fb925413c65f46d9c3a6e4e27ad3fef762e;hpb=bda0d70b98bd9c9afc5ef8ae83a58497989d6750;p=kivitendo-erp.git diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html index b7164fb92..9ff22adeb 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 %]