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 .= '
'; $html .= sprintf( ' - getUser('group'); ?> helper::baseUrl() . $this->getUrl(0) . '/edit/' . $this->getUrl(1) . '/' . $_SESSION['csrf'], 'value' => 'Editer' diff --git a/module/blog/view/edit/edit.php b/module/blog/view/edit/edit.php index da093b3f..e964ef93 100755 --- a/module/blog/view/edit/edit.php +++ b/module/blog/view/edit/edit.php @@ -36,7 +36,7 @@
-
+
'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']),