diff --git a/controllers/admin/AdminCarrierWizardController.php b/controllers/admin/AdminCarrierWizardController.php index bda129b4e..ec0e926ac 100644 --- a/controllers/admin/AdminCarrierWizardController.php +++ b/controllers/admin/AdminCarrierWizardController.php @@ -139,10 +139,6 @@ class AdminCarrierWizardControllerCore extends AdminController { $this->fields_form = array( 'form' => array( - 'legend' => array( - 'title' => $this->l('Carriers:'), - 'image' => '../img/admin/delivery.gif' - ), 'input' => array( array( 'type' => 'text', @@ -198,10 +194,6 @@ class AdminCarrierWizardControllerCore extends AdminController { $this->fields_form = array( 'form' => array( - 'legend' => array( - 'title' => $this->l('Carriers:'), - 'image' => '../img/admin/delivery.gif' - ), 'input' => array( array( 'type' => 'shop', @@ -218,10 +210,6 @@ class AdminCarrierWizardControllerCore extends AdminController { $this->fields_form = array( 'form' => array( - 'legend' => array( - 'title' => $this->l('Carriers:'), - 'image' => '../img/admin/delivery.gif' - ), 'input' => array( array( 'type' => 'radio', @@ -343,10 +331,6 @@ class AdminCarrierWizardControllerCore extends AdminController { $this->fields_form = array( 'form' => array( - 'legend' => array( - 'title' => $this->l('Carriers:'), - 'image' => '../img/admin/delivery.gif' - ), 'input' => array( array( 'type' => 'select', diff --git a/controllers/admin/AdminShippingController.php b/controllers/admin/AdminShippingController.php index 1aebd7026..54557d9ac 100644 --- a/controllers/admin/AdminShippingController.php +++ b/controllers/admin/AdminShippingController.php @@ -68,24 +68,7 @@ class AdminShippingControllerCore extends AdminController
  • '.$this->l('Coupons are not taken into account when calculating free shipping').'
  • ', 'submit' => array() - ), - // Deprecated since 1.5.5 - // 'billing' => array( - // 'title' => $this->l('Billing'), - // 'icon' => 'money', - // 'fields' => array( - // 'PS_SHIPPING_METHOD' => array( - // 'title' => $this->l('Billing'), - // 'cast' => 'intval', - // 'type' => 'radio', - // 'choices' => array( - // 0 => $this->l('According to total price'), - // 1 => $this->l('According to total weight') - // ), - // 'validation' => 'isBool' - // ), - // ) - // ), + ) ); }