+
'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0),
@@ -113,7 +113,7 @@
'value' => 'Retour'
]); ?>
-
+
'buttonBlue',
'href' => helper::baseUrl() . $this->getUrl(0) . '/edit/' . $this->getUrl(1) . '/' . $_SESSION['csrf'],
diff --git a/module/form/form.php b/module/form/form.php
index 7a9f49de..659aec56 100644
--- 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.8';
+ const FORM_VERSION = '1.9';
const TYPE_MAIL = 'mail';
const TYPE_SELECT = 'select';