// Removed useless code

This commit is contained in:
Damien Metzger
2013-07-17 18:33:39 +02:00
parent eaa9ae95bf
commit 810120aeb9
2 changed files with 1 additions and 34 deletions
@@ -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',