//dashactivity configuration

This commit is contained in:
Vincent Augagneur
2013-09-12 10:08:28 +02:00
parent 937ce38a1f
commit 38822bfb5e
5 changed files with 73 additions and 8 deletions
+6 -1
View File
@@ -261,7 +261,11 @@ class Dashactivity extends Module
$fields_form = array(
'form' => array(
'id_form' => 'step_carrier_general',
'input' => array()
'input' => array(),
'submit' => array(
'title' => $this->l(' Save '),
'class' => 'btn submit_dash_config'
)
),
);
@@ -302,6 +306,7 @@ class Dashactivity extends Module
$this->fields_form = array();
$helper->id = (int)Tools::getValue('id_carrier');
$helper->identifier = $this->identifier;
$helper->submit_action = 'submitDashConfig';
$helper->tpl_vars = array(
'fields_value' => $this->getConfigFieldsValues(),
'languages' => $this->context->controller->getLanguages(),