[9.2.10] Option de marges dans le pied de page hors du site

This commit is contained in:
Fred Tempez 2019-11-12 08:41:19 +01:00
parent ad47125c11
commit 20463e8728
2 changed files with 5 additions and 3 deletions

View File

@ -261,6 +261,7 @@ $("#themeFooterDisplaySearch").on("change", function() {
} }
}).trigger("change"); }).trigger("change");
/*
// Affiche / Cache les options de la position // Affiche / Cache les options de la position
$("#themeFooterPosition").on("change", function() { $("#themeFooterPosition").on("change", function() {
if($(this).val() === 'site') { if($(this).val() === 'site') {
@ -272,3 +273,4 @@ $("#themeFooterPosition").on("change", function() {
}); });
} }
}).trigger("change"); }).trigger("change");
*/

View File

@ -189,8 +189,8 @@
]); ?> ]); ?>
</div> </div>
<div class="col6"> <div class="col6">
<div id="themeFooterPositionOptions" class="displayNone"> <div id="themeFooterPositionOptions">
<?php echo template::checkbox('themeFooterMargin', true, 'Aligner le bas de page avec le contenu', [ <?php echo template::checkbox('themeFooterMargin', true, 'Appliquer une marge à gauche et à droite', [
'checked' => $this->getData(['theme', 'footer', 'margin']) 'checked' => $this->getData(['theme', 'footer', 'margin'])
]); ?> ]); ?>
</div> </div>