Browse Source

new info form

andre 5 months ago
parent
commit
95c5ef1e5e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/UI/Client/Setting/Modals/InfoModal.php

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

@@ -32,6 +32,7 @@ class InfoModal extends BaseEditModal implements ClientArea
         $transferButton->setRawUrl('cart.php?a=add');
         $transferButton->setRawUrl('cart.php?a=add');
         $transferButton->addRedirectParam('domain','transfer');
         $transferButton->addRedirectParam('domain','transfer');
         $transferButton->addRedirectParam('sld','MAILDOMAIN');
         $transferButton->addRedirectParam('sld','MAILDOMAIN');
+        $transferButton->addClass('Hidden');
         $this->addActionButton($transferButton);
         $this->addActionButton($transferButton);
         return $this;
         return $this;
     }
     }