From b9cde184d357b838c32d2f673227d20052242115 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 18 Jun 2013 11:20:43 +0200 Subject: [PATCH] =?utf8?q?'Fenster=20schlie=C3=9Fen'=20als=20Link=20und=20?= =?utf8?q?nicht=20als=20vollen=20Button=20darstellen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ...wie in anderen Popup-Dialogen auch --- templates/webpages/admin/edit_client.html | 3 ++- templates/webpages/admin/test_db_connection.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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") %]
-- 2.20.1