[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");
/*
// Affiche / Cache les options de la position
$("#themeFooterPosition").on("change", function() {
if($(this).val() === 'site') {
@ -272,3 +273,4 @@ $("#themeFooterPosition").on("change", function() {
});
}
}).trigger("change");
*/

View File

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