Ver Fonte

copy domain to maildomain

andre há 4 meses atrás
pai
commit
7f44c2ed02
2 ficheiros alterados com 6 adições e 4 exclusões
  1. 5 1
      check_configure_kerio_buisness_mail.tpl
  2. 1 3
      configure_groupware.tpl

+ 5 - 1
check_configure_kerio_buisness_mail.tpl

@@ -50,7 +50,11 @@
         checkBox = $("*[id^='iCheck-customfield']")
         $("#btnCompleteProductConfig").prop("disabled",true);
         $("#hint").text('Bitte wählen Sie Ihre Maildomain und akzeptieren Sie die erweiterten Nutzungsbedingungen!');
-        $(customFields[0]).val(''); // domain
+        if(isset($domain)){
+            $(customFields[0]).val() = $domain; // domain
+        }else{
+            $(customFields[0]).val(''); // domain
+        }
         $(checkBox[0]).removeClass('checked'); // checkbox
         $(customFields[0]).blur(function () {
             if (is_domain($(customFields[0]).val().trim())) {

+ 1 - 3
configure_groupware.tpl

@@ -12,8 +12,6 @@
 {if file_exists("templates/orderforms/{$carttpl}/layouts/head.tpl")}
 	{include file="templates/orderforms/{$carttpl}/layouts/head.tpl"}
 {/if}
-
-
 <!-- Standard Cart -->
 <div id="order-standard_cart">
     <div class="row">
@@ -72,7 +70,7 @@
                                         </td>
                                         <td valign="top" style="text-align:left;">
                                             {*
-						Product Icon set by its group id
+                        						Product Icon set by its group id
                                                 -----------------------------------------
                                                 ThurMail Private                => gid=1
                                                 Thurfiles Private Hosting       => gid=2