From 510dae5671d3b4b9f5835b2fcf1578a79bc02dd4 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 20 Feb 2019 11:45:31 +0100 Subject: [PATCH] Formulation notice export --- module/form/form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/form/form.php b/module/form/form.php index 00f68ef8..6af68148 100755 --- a/module/form/form.php +++ b/module/form/form.php @@ -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 :
'.$csvfilename, + 'notification' => 'Export CSV effectué dans le gestionnaire de fichiers
sous le nom '.$csvfilename, 'redirect' => helper::baseUrl() . $this->getUrl(0) .'/data', 'state' => true ]);