From d1e65d1bd9e96c170e86305091f23b84ce35f594 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 28 Oct 2021 16:41:10 +0200 Subject: [PATCH] Disposition footer --- core/module/theme/view/body/body.php | 158 ++++++++++++++------------- 1 file changed, 80 insertions(+), 78 deletions(-) diff --git a/core/module/theme/view/body/body.php b/core/module/theme/view/body/body.php index b65db690..aa717fa1 100644 --- a/core/module/theme/view/body/body.php +++ b/core/module/theme/view/body/body.php @@ -1,97 +1,99 @@ -
-
- 'buttonGrey', - 'href' => helper::baseUrl() . 'theme', - 'ico' => 'left', - 'value' => 'Retour' - ]); ?> -
-
- +
+
+ 'buttonGrey', + 'href' => helper::baseUrl() . 'theme', + 'ico' => 'left', + 'value' => 'Retour' + ]); ?> +
+
+ +
+
+
+
+
+

Couleurs

+
+
+ 'colorPicker', + 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', + 'label' => 'Arrière-plan', + 'value' => $this->getData(['theme', 'body', 'backgroundColor']) + ]); ?> +
+
+
+
+ 'colorPicker', + 'help' => 'Le curseur horizontal règle le niveau de transparence.', + 'label' => 'Fond icône haut de page', + 'value' => $this->getData(['theme', 'body', 'toTopbackgroundColor']) + ]); ?> +
+
+ 'colorPicker', + 'help' => 'Le curseur horizontal règle le niveau de transparence.', + 'label' => 'Icône haut de page', + 'value' => $this->getData(['theme', 'body', 'toTopColor']) + ]); ?> +
+
-
-
-
-

Couleurs

+
+
+
+
+

Image

+
+
+ getData(['theme', 'body', 'image'])) ? $this->getData(['theme', 'body', 'image']) : ""; + echo template::file('themeBodyImage', [ + 'help' => 'Sélectionner une image', + 'label' => 'Fond', + 'type' => 1, + 'value' => $imageFile + ]); ?> +
+
+
-
- 'colorPicker', - 'help' => 'Couleur visible en l\'absence d\'une image.
Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Arrière-plan', - 'value' => $this->getData(['theme', 'body', 'backgroundColor']) +
+ 'Répétition', + 'selected' => $this->getData(['theme', 'body', 'imageRepeat']) + ]); ?> +
+
+ 'Position', + 'selected' => $this->getData(['theme', 'body', 'imagePosition']) ]); ?>
- 'colorPicker', - 'help' => 'Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Fond icône haut de page', - 'value' => $this->getData(['theme', 'body', 'toTopbackgroundColor']) + 'Défilement', + 'selected' => $this->getData(['theme', 'body', 'imageAttachment']) ]); ?>
- 'colorPicker', - 'help' => 'Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Icône haut de page', - 'value' => $this->getData(['theme', 'body', 'toTopColor']) + 'Taille', + 'selected' => $this->getData(['theme', 'body', 'imageSize']) ]); ?>
-
-
-

Image

-
-
- getData(['theme', 'body', 'image'])) ? $this->getData(['theme', 'body', 'image']) : ""; - echo template::file('themeBodyImage', [ - 'help' => 'Sélectionner une image', - 'label' => 'Fond', - 'type' => 1, - 'value' => $imageFile - ]); ?> -
-
-
-
-
- 'Répétition', - 'selected' => $this->getData(['theme', 'body', 'imageRepeat']) - ]); ?> -
-
- 'Position', - 'selected' => $this->getData(['theme', 'body', 'imagePosition']) - ]); ?> -
-
-
-
- 'Défilement', - 'selected' => $this->getData(['theme', 'body', 'imageAttachment']) - ]); ?> -
-
- 'Taille', - 'selected' => $this->getData(['theme', 'body', 'imageSize']) - ]); ?> -
-
-
-
-
+
\ No newline at end of file