X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcommon%2Fflash.html;h=1f537ac4a9f0ab8e19c047c9b0a81a498cb75053;hb=5bc3c720b5c6f422ca3fa63d6d400d3a46fd633d;hp=cb592edc36896fa6a01258aea4fe8231c4779d97;hpb=de66b95fa834d44d84b8d6e48b1ffbbd607d07e0;p=kivitendo-erp.git diff --git a/templates/webpages/common/flash.html b/templates/webpages/common/flash.html index cb592edc3..1f537ac4a 100644 --- a/templates/webpages/common/flash.html +++ b/templates/webpages/common/flash.html @@ -1,16 +1,29 @@ [%- 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 %]