@ -22,7 +22,7 @@
< div class = "col6" >
<?php echo template :: text ( 'themeSiteBackgroundColor' , [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Fond',
'value' => $this->getData(['theme', 'site', 'backgroundColor'])
]); ?>
@ -30,7 +30,7 @@
< div class = "col6" >
<?php echo template :: text ( 'themeTextTextColor' , [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Texte',
'value' => $this->getData(['theme', 'text', 'textColor'])
]); ?>
@ -40,19 +40,19 @@
< div class = "col6" >
<?php echo template :: text ( 'themeTitleTextColor' , [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Titres',
'value' => $this->getData(['theme', 'title', 'textColor'])
]); ?>
< / div >
< / div >
< div class = "col6" >
<?php echo template :: text ( 'themeTextLinkColor' , [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Liens',
'value' => $this->getData(['theme', 'text', 'linkColor'])
]); ?>
< / div >
< / div >
< / div >
< div class = "row" >
< div class = "col6" >
@ -76,34 +76,33 @@
< div class = "col6 offset3" >
<?php echo template :: text ( 'themeButtonBackgroundColor' , [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Boutons',
'value' => $this->getData(['theme', 'button', 'backgroundColor'])
]); ?>
< / div >
< / div >
< / div >
< / div >
< div class = "col4 bodybackground" >
< div class = "bgPreview" >
< div class = "row" >
< div class = "col8" >
< h1 class = "headerPreview" > Titre< / h1 >
< h1 class = "headerPreview" > Sous-Titre < / h1 >
< / div >
< div class = "col4" >
<?php echo template :: button ( 'themeSiteSubmitButtonPreview' , [
'class' => 'buttonSubmitPreview',
'value' => 'Bouton'
]); ?>
< / div >
< / div >
< div class = "bgPreview" >
< div class = "row" >
< div class = "col12" >
< div class = "block preview" >
< h4 class = "preview" > Block< / h4 >
< p class = "textPreview" > Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.< / p >
< p > < a href = "#" class = "urlPreview" > Lorem ipsum dolor sit amet.< / a > < / p >
< / div >
< div class = "col6" >
< h1 class = "headerPreview" > Titre< / h1 >
< h2 class = "headerPreview" > Sous-titre < / h2 >
< / div >
< div class = "col6" >
<?php echo template :: button ( 'themeSiteSubmitButtonPreview' , [
'class' => 'buttonSubmitPreview',
'value' => 'Bouton'
]); ?>
< / div >
< / div >
< div class = "row" >
< div class = "col12" >
< div class = "block preview" >
< h4 class = "preview" > Bloc< / h4 > < p class = "textPreview" > Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.< / p >
< p > < a href = "#" class = "urlPreview" > Lorem ipsum dolor sit amet.< / a > < / p >
< / div >
< / div >
< / div >
< / div >
@ -123,7 +122,7 @@
'selected' => $this->getData(['theme', 'text', 'font']),
'fonts' => true
]); ?>
< / div >
< / div >
< div class = "col6" >
<?php echo template :: select ( 'themeTextFontSize' , $module :: $siteFontSizes , [
'label' => 'Taille',
@ -136,7 +135,7 @@
< / div >
< div class = "col6" >
< div class = "block" >
< h4 > Mise en forme des titres< / h4 >
< h4 > Mise en forme des titres< / h4 >
< div class = "row" >
< div class = "col4" >
<?php echo template :: select ( 'themeTitleFont' , $module :: $fonts , [
@ -150,7 +149,7 @@
'label' => 'Style',
'selected' => $this->getData(['theme', 'title', 'fontWeight'])
]); ?>
< / div >
< / div >
< div class = "col4" >
<?php echo template :: select ( 'themeTitleTextTransform' , $module :: $textTransforms , [
'label' => 'Casse',
@ -190,7 +189,7 @@
<?php echo template :: checkbox ( 'themeSiteMargin' , true , 'Pas de marge au-dessus et en-dessous du site' , [
'checked' => $this->getData(['theme', 'site', 'margin'])
]); ?>
< / div >
< / div >
< / div >
< / div >
< / div >