X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..7647d46:/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..78829da3a 100644 --- a/templates/webpages/admin/test_db_connection.html +++ b/templates/webpages/admin/test_db_connection.html @@ -1,15 +1,15 @@ [%- USE T8 %] -[% USE HTML %] +[%- USE HTML %] -
[% title %]
+

[% title %]

[%- IF connection_ok %] -

[% 'The connection was established successfully.' | $T8 %]

+

[% 'The connection was established successfully.' | $T8 %]

[%- ELSE %] -

+

[% 'The connection to the database could not be established.' | $T8 %] [% 'Error message from the database driver:' | $T8 %]

@@ -23,6 +23,3 @@

- - -