Formulation notice export

This commit is contained in:
fredtempez 2019-02-20 11:45:31 +01:00
parent b3ef3092c0
commit 510dae5671
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class form extends common {
public static $pagination;
const FORM_VERSION = '1.3';
const FORM_VERSION = '1.4';
const TYPE_MAIL = 'mail';
const TYPE_SELECT = 'select';
@ -183,7 +183,7 @@ class form extends common {
fclose($fp);
// Valeurs en sortie
$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',
'state' => true
]);