andre 5 месяцев назад
Родитель
Сommit
2bcd76e44e

+ 2 - 0
app/UI/Client/Setting/Modals/InfoModal.php

@@ -5,6 +5,7 @@ namespace ThurData\Servers\KerioEmail\App\UI\Client\Setting\Modals;
 use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Forms\InfoForm;
 use ThurData\Servers\KerioEmail\App\UI\Client\Setting\Forms\InfoForm;
 use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
 use ThurData\Servers\KerioEmail\Core\UI\Interfaces\ClientArea;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ModalActionButtons\BaseCancelButton;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ModalActionButtons\BaseCancelButton;
+use ThurData\Servers\KerioEmail\Core\UI\Widget\Buttons\ButtonRedirect;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Modals\BaseEditModal;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Modals\BaseEditModal;
 
 
 class InfoModal extends BaseEditModal implements ClientArea
 class InfoModal extends BaseEditModal implements ClientArea
@@ -27,6 +28,7 @@ class InfoModal extends BaseEditModal implements ClientArea
             return $this;
             return $this;
         }
         }
         $this->addActionButton(new BaseCancelButton());
         $this->addActionButton(new BaseCancelButton());
+        $this->addActionButton(new ButtonRedirect('cart.php?a=add&domain=transfer&sld='));
         return $this;
         return $this;
     }
     }
 }
 }

+ 1 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -77,7 +77,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
             if($('input[name="selfdns"]').val() == 1){
             if($('input[name="selfdns"]').val() == 1){
                  $("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
                  $("#addalertfooter").append(' Nutzen Sie dafür die Edit Funktion!');
             }else{
             }else{
-                $("#addalertfooter").append(' Tragen Sie die vorgegebenen Werte bei Ihrem Domain Registrar ein oder transferieren Sie Ihre Domain zu THurData');
+                $("#addalertfooter").append(' Tragen Sie die vorgegebenen Werte bei Ihrem Domain Registrar ein oder transferieren Sie Ihre Domain zu ThurData');
             }
             }
         }
         }
     }
     }