]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/test_db_connection.html
Zirkuläres Include zwischen SL::AM und SL::MoreCommon auflösen
[mfinanz.git] / templates / webpages / admin / test_db_connection.html
index df9a59d63640a3b95ba439bf3b9342ef847b7158..4f1271d6151f34eb5073e2589f771cba0b591fe2 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
-<h1>[% HTML.escape(title) %]</h1>
+<div class="listtop">[% HTML.escape(title) %]</div>
 
 [%- IF ok %]
 
@@ -17,5 +17,5 @@
 [%- END %]
 
 <div>
- [% L.button_tag("\$('#jqm_popup_dialog .close').trigger('click');", LxERP.t8("Close Window")) %]
+ <a href="#" onclick="$('#test_db_connection_window').jqmClose();">[% LxERP.t8("Close Window") %]</a>
 </div>