X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..6092ef39d7da3d61b6df25c9dc3ff23b1a7b8acb:/templates/webpages/admin/test_db_connection.html diff --git a/templates/webpages/admin/test_db_connection.html b/templates/webpages/admin/test_db_connection.html index 865efeac9..4c7101097 100644 --- a/templates/webpages/admin/test_db_connection.html +++ b/templates/webpages/admin/test_db_connection.html @@ -1,28 +1,19 @@ -[%- USE T8 %] -[% USE HTML %]
+[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +[%- IF ok %] -[% 'The connection was established successfully.' | $T8 %]
- - [%- ELSE %] - -- [% 'The connection to the database could not be established.' | $T8 %] - [% 'Error message from the database driver:' | $T8 %] +
-[% HTML.escape(errstr) %]
+[% HTML.escape(error) %]
- [%- END %] - --
- +[%- END %] - -