From: Moritz Bunkus Date: Tue, 18 Jun 2013 09:20:43 +0000 (+0200) Subject: 'Fenster schließen' als Link und nicht als vollen Button darstellen X-Git-Tag: release-3.1.0beta1~309^2~9 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b9cde184d357b838c32d2f673227d20052242115;p=kivitendo-erp.git 'Fenster schließen' als Link und nicht als vollen Button darstellen ...wie in anderen Popup-Dialogen auch --- diff --git a/templates/webpages/admin/edit_client.html b/templates/webpages/admin/edit_client.html index 5f853e116..e6cacaa9d 100644 --- a/templates/webpages/admin/edit_client.html +++ b/templates/webpages/admin/edit_client.html @@ -128,7 +128,8 @@ open_jqm_window({ url: 'controller.pl?action=Admin/test_database_connectivity', data: $("INPUT[data-dbsettings=1]").serialize(), - type: 'POST' + type: 'POST', + id: 'test_db_connection_window' }); return true; } diff --git a/templates/webpages/admin/test_db_connection.html b/templates/webpages/admin/test_db_connection.html index df9a59d63..4f1271d61 100644 --- a/templates/webpages/admin/test_db_connection.html +++ b/templates/webpages/admin/test_db_connection.html @@ -1,5 +1,5 @@ [%- USE HTML %][%- USE LxERP -%][%- USE L -%] -

[% HTML.escape(title) %]

+
[% HTML.escape(title) %]
[%- IF ok %] @@ -17,5 +17,5 @@ [%- END %]
- [% L.button_tag("\$('#jqm_popup_dialog .close').trigger('click');", LxERP.t8("Close Window")) %] + [% LxERP.t8("Close Window") %]