forked from ZwiiCMS-Team/ZwiiCMS
Déplacement de champs et modif libellés
This commit is contained in:
parent
75aee539d9
commit
992be89413
@ -116,18 +116,6 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
|
||||||
<div class="col6">
|
|
||||||
<?php echo template::checkbox('pageEditHideTitle', true, 'Masquer le titre ', [
|
|
||||||
'checked' => $this->getData(['page', $this->getUrl(2), 'hideTitle'])
|
|
||||||
]); ?>
|
|
||||||
</div>
|
|
||||||
<div class="col6">
|
|
||||||
<?php echo template::checkbox('pageEditbreadCrumb', true, 'Fil d\'Ariane', [
|
|
||||||
'checked' => $this->getData(['page', $this->getUrl(2), 'breadCrumb'])
|
|
||||||
]); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -136,7 +124,7 @@
|
|||||||
<h4>Mise en page</h4>
|
<h4>Mise en page</h4>
|
||||||
<?php echo template::select('pageEditBlock', $module::$pageBlocks, [
|
<?php echo template::select('pageEditBlock', $module::$pageBlocks, [
|
||||||
'label' => 'Gabarits :',
|
'label' => 'Gabarits :',
|
||||||
'help' => 'Une page définie comme barre latérale est utilisée pour la pagination d\'une page standard. Pour définir la page comme barre latérale, choisissez l\'option dans la liste.',
|
'help' => 'Pour définir la page comme barre latérale, choisissez l\'option dans la liste.',
|
||||||
'selected' => $this->getData(['page', $this->getUrl(2) , 'block'])
|
'selected' => $this->getData(['page', $this->getUrl(2) , 'block'])
|
||||||
]); ?>
|
]); ?>
|
||||||
<!-- Sélection des barres latérales -->
|
<!-- Sélection des barres latérales -->
|
||||||
@ -160,6 +148,18 @@
|
|||||||
'selected' => $this->getData(['page', $this->getUrl(2), 'barRight'])
|
'selected' => $this->getData(['page', $this->getUrl(2), 'barRight'])
|
||||||
]); ?>
|
]); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col6">
|
||||||
|
<?php echo template::checkbox('pageEditHideTitle', true, 'Masquer le titre ', [
|
||||||
|
'checked' => $this->getData(['page', $this->getUrl(2), 'hideTitle'])
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
<div class="col6">
|
||||||
|
<?php echo template::checkbox('pageEditbreadCrumb', true, 'Fil d\'Ariane', [
|
||||||
|
'checked' => $this->getData(['page', $this->getUrl(2), 'breadCrumb'])
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user