X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..a3ae31c:/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..df9a59d63 100644 --- a/templates/webpages/admin/test_db_connection.html +++ b/templates/webpages/admin/test_db_connection.html @@ -1,28 +1,21 @@ -[%- USE T8 %] -[% USE HTML %] +[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +

[% HTML.escape(title) %]

-
[% title %]
+[%- IF ok %] - [%- IF connection_ok %] +

[% LxERP.t8('The connection was established successfully.') %]

-

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

+[%- ELSE %] - [%- ELSE %] - -

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

+ [% LxERP.t8('The connection to the database could not be established.') %] + [% LxERP.t8('Error message from the database driver:') %]

-

[% HTML.escape(errstr) %]

- - [%- END %] +

[% HTML.escape(error) %]

-

-

- -
-

+[%- END %] - - +
+ [% L.button_tag("\$('#jqm_popup_dialog .close').trigger('click');", LxERP.t8("Close Window")) %] +