Browse Source

new info form

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

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

@@ -29,9 +29,6 @@ class InfoModal extends BaseEditModal implements ClientArea
         }
         $this->addActionButton(new BaseCancelButton());
         $transferButton = new BaseRedirectButton('transferDomain');
-        $transferButton->setRawUrl('cart.php?a=add');
-        $transferButton->addRedirectParam('domain','transfer');
-        $transferButton->addClass('hidden');
         $transferButton->addHtmlAttribute('id', 'transferDomain');
         $this->addActionButton($transferButton);
         return $this;