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");
|
}).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");
|
||||||
|
*/
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user