Admin: Anlegen, Bearbeiten und Löschen von Mandanten implementiert
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection.html
1 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
2 <h1>[% HTML.escape(title) %]</h1>
3
4 [%- IF ok %]
5
6  <p class="message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
7
8 [%- ELSE %]
9
10  <p class="message_error">
11   [% LxERP.t8('The connection to the database could not be established.') %]
12   [% LxERP.t8('Error message from the database driver:') %]
13  </p>
14
15  <p>[% HTML.escape(error) %]</p>
16
17 [%- END %]
18
19 <div>
20  [% L.button_tag("\$('#jqm_popup_dialog .close').trigger('click');", LxERP.t8("Close Window")) %]
21 </div>