Dateimanagement: anderes colspan bei Bilder berücksichtigen
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection.html
index df9a59d..4c71010 100644 (file)
@@ -1,6 +1,4 @@
 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
-<h1>[% HTML.escape(title) %]</h1>
-
 [%- IF ok %]
 
  <p class="message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
@@ -17,5 +15,5 @@
 [%- END %]
 
 <div>
- [% L.button_tag("\$('#jqm_popup_dialog .close').trigger('click');", LxERP.t8("Close Window")) %]
+ <a href="#" onclick="$('#test_db_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
 </div>