X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/de66b95fa834d44d84b8d6e48b1ffbbd607d07e0..8ec984acf7c46bde9a1da0e060503218e33e5b25:/templates/webpages/common/flash.html?ds=inline 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 %]