forked from ZwiiCMS-Team/ZwiiCMS
Formulation notice export
This commit is contained in:
parent
b3ef3092c0
commit
510dae5671
@ -32,7 +32,7 @@ class form extends common {
|
|||||||
|
|
||||||
public static $pagination;
|
public static $pagination;
|
||||||
|
|
||||||
const FORM_VERSION = '1.3';
|
const FORM_VERSION = '1.4';
|
||||||
|
|
||||||
const TYPE_MAIL = 'mail';
|
const TYPE_MAIL = 'mail';
|
||||||
const TYPE_SELECT = 'select';
|
const TYPE_SELECT = 'select';
|
||||||
@ -183,7 +183,7 @@ class form extends common {
|
|||||||
fclose($fp);
|
fclose($fp);
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'notification' => ' Export CSV effectué dans :<br />'.$csvfilename,
|
'notification' => 'Export CSV effectué dans le gestionnaire de fichiers<br />sous le nom '.$csvfilename,
|
||||||
'redirect' => helper::baseUrl() . $this->getUrl(0) .'/data',
|
'redirect' => helper::baseUrl() . $this->getUrl(0) .'/data',
|
||||||
'state' => true
|
'state' => true
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user