]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/edit_client.html
Preisfaktoren könnten zwar über ihren Faktorwert in Rechnungen gespeichert werde...
[mfinanz.git] / templates / webpages / admin / edit_client.html
index cd9983fcf3e01e0f2f1bfe505f5791b02aa7e87a..2d3fe552f7e2a0c97baf06c7ed928eb15765520c 100644 (file)
   }
 
   function test_database_connectivity() {
-    open_jqm_window({
-      url:  'controller.pl?action=Admin/test_database_connectivity',
-      data: $(".contains_dbsettings").serialize(),
-      type: 'POST',
-      id:   'test_db_connection_window'
+    kivi.popup_dialog({
+      url:    'controller.pl?action=Admin/test_database_connectivity',
+      data:   $(".contains_dbsettings").serialize(),
+      type:   'POST',
+      id:     'test_db_connection_window',
+      dialog: { title: kivi.t8('Database Connection Test') }
     });
     return true;
   }