From 44d58c7c015928fe369034cf1809898f4fcd509c Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 13 May 2019 21:47:13 +0200 Subject: [PATCH] [Form 1.9] taille et position des boutons --- module/blog/view/article/article.php | 4 ++-- module/form/form.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/blog/view/article/article.php b/module/blog/view/article/article.php index 44196686..cd4f7344 100644 --- a/module/blog/view/article/article.php +++ b/module/blog/view/article/article.php @@ -105,7 +105,7 @@ getUser('group') >= self::GROUP_ADMIN): ?>
-
+
'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';