X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Ftest_db_connection.html;h=df9a59d63640a3b95ba439bf3b9342ef847b7158;hb=368f144b970a4b307a50d82bb398e704d65eec43;hp=fc0b2839e4e80bd42fdfe96a4c881a8d2d7509b7;hpb=e3f07619ecd412a3c6244bd78398d3c50d32923e;p=kivitendo-erp.git diff --git a/templates/webpages/admin/test_db_connection.html b/templates/webpages/admin/test_db_connection.html index fc0b2839e..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")) %] +