Browse Source

new check_configure_kerio_buisness_mail.tpl

andre 6 months ago
parent
commit
9a7c91d119
1 changed files with 3 additions and 3 deletions
  1. 3 3
      check_configure_kerio_buisness_mail.tpl

+ 3 - 3
check_configure_kerio_buisness_mail.tpl

@@ -19,7 +19,7 @@
                     $(customFields[0]).addClass('has-error');
                     $(customFields[0]).addClass('has-error');
                     $(customFields[0]).removeClass('has-success');
                     $(customFields[0]).removeClass('has-success');
                     $("#hint").text('Domain ' + $(customFields[0]).val() + ' nicht verfügbar!');
                     $("#hint").text('Domain ' + $(customFields[0]).val() + ' nicht verfügbar!');
-                    $("#btnCompleteProductConfig").prop("enabled",false);
+                    $("#btnCompleteProductConfig").prop("disabled",true);
                 }
                 }
             }
             }
         };
         };
@@ -49,9 +49,9 @@
         $(checkBoxHelper[0]).click(function () {
         $(checkBoxHelper[0]).click(function () {
             setTimeout(function () {
             setTimeout(function () {
                 if ($(checkBox[0]).hasClass('checked')) {
                 if ($(checkBox[0]).hasClass('checked')) {
-                    $("#btnCompleteProductConfig").prop("enabled",false);
+                    $("#btnCompleteProductConfig").prop("disabled",true);
                 } else {
                 } else {
-                    $("#btnCompleteProductConfig").prop("enabled",true);
+                    $("#btnCompleteProductConfig").prop("disabled",false);
                 }
                 }
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
                 checkDomain( $(customFields[0]).val().trim(), {$productinfo['pid']});
             }, 1);
             }, 1);