forked from ZwiiCMS-Team/ZwiiCMS
[9.2.10] Option de marges dans le pied de page hors du site
This commit is contained in:
parent
ad47125c11
commit
20463e8728
@ -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");
|
||||
*/
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user