jqModal-Dialoge durch jQuery-UI-Dialoge ersetzen
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection.html
1 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
2 [%- IF ok %]
3
4  <p class="message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
5
6 [%- ELSE %]
7
8  <p class="message_error">
9   [% LxERP.t8('The connection to the database could not be established.') %]
10   [% LxERP.t8('Error message from the database driver:') %]
11  </p>
12
13  <p>[% HTML.escape(error) %]</p>
14
15 [%- END %]
16
17 <div>
18  <a href="#" onclick="$('#test_db_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
19 </div>