From 0b400cdb35dd543a60a45feafc9b28857882aa47 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 12 Aug 2020 09:21:40 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9bordement=20dans=20inputfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/template.class.php | 2 +- core/layout/common.css | 10 ++++++++++ module/blog/view/article/article.php | 1 - module/blog/view/edit/edit.php | 6 +++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/core/class/template.class.php b/core/class/template.class.php index 786ecc97..dfdcad0d 100755 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -244,7 +244,7 @@ class template { 'value' => $attributes['value'] ]); // Champ d'upload - $html .= '
'; + $html .= '
-
+
'Taille optimale de l\'image de couverture : ' . ((int) substr($this->getData(['theme', 'site', 'width']), 0, -2) - (20 * 2)) . ' x 350 pixels.', 'label' => 'Image de couverture', @@ -44,13 +44,13 @@ 'value' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'picture']) ]); ?>
-
+
'Largeur de l\'image', 'selected' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'pictureSize']) ]); ?>
-
+
'Position', 'selected' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'picturePosition']),