Rename submit bouton

This commit is contained in:
Michael RICOIS 2017-08-30 09:34:29 +02:00
parent f7857a3f40
commit 747b957f98

View File

@ -316,7 +316,7 @@
)
);
$formExportPart = array(
/*$formExportPart = array(
'form' => array(
'legend' => array(
'title' => $this->l('Export PART - 2 ventes par ligne'),
@ -328,9 +328,9 @@
'title' => $this->l('Export PART'),
),
)
);
);*/
$formExportPartV2 = array(
/*$formExportPartV2 = array(
'form' => array(
'legend' => array(
'title' => $this->l('Export PART Version 2 - une vente/ligne'),
@ -342,7 +342,7 @@
'title' => $this->l('Export PART V2'),
),
)
);
);*/
$formExportPartV3 = array(
'form' => array(
@ -353,7 +353,7 @@
),
'submit' => array(
'name' => 'submitNewsletterExportPartV3',
'title' => $this->l('Export PART LIGHT'),
'title' => $this->l('Export'),
),
)
);
@ -366,7 +366,7 @@
'input' => array(
),
'submit' => array(
'title' => $this->l('Export PART V4'),
'title' => $this->l('Export'),
'name' => 'submitNewsletterExportPartV4'
),
),
@ -380,7 +380,7 @@
'input' => array(
),
'submit' => array(
'title' => $this->l('Export PART V5'),
'title' => $this->l('Export'),
'name' => 'submitNewsletterExportPartV5'
),
),
@ -394,7 +394,7 @@
'input' => array(
),
'submit' => array(
'title' => $this->l('Export PART PRO V5'),
'title' => $this->l('Export'),
'name' => 'submitNewsletterExportPartV6'
),
),
@ -409,7 +409,7 @@
),
'submit' => array(
'name' => 'submitNewsletterExportPartV4',
'title' => $this->l('Export PRO'),
'title' => $this->l('Export'),
),
)
);