forked from ZwiiCMS-Team/ZwiiCMS
[9.1.04] correction mise en forme html
This commit is contained in:
parent
8aa3b1e7f7
commit
a2f0c8980b
@ -141,7 +141,7 @@ $this->pages2Json();
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col6">
|
<div class="col6">
|
||||||
<div class="block" id="PageEditMenu">
|
<div class="block" id="PageEditMenu">
|
||||||
<h4>Emplacements</h4>
|
<h4>Emplacements</h4>
|
||||||
<?php if($this->getHierarchy($this->getUrl(2), false)): ?>
|
<?php if($this->getHierarchy($this->getUrl(2), false)): ?>
|
||||||
@ -206,25 +206,27 @@ $this->pages2Json();
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='row'>
|
<div class='row'>
|
||||||
<div class="block">
|
<div class="col12">
|
||||||
<h4>Autres options</h4>
|
<div class="block">
|
||||||
<div class='col6'>
|
<h4>Autres options</h4>
|
||||||
<?php echo template::select('pageEditGroup', self::$groupPublics, [
|
<div class='col6'>
|
||||||
'label' => 'Groupe requis pour accéder à la page :',
|
<?php echo template::select('pageEditGroup', self::$groupPublics, [
|
||||||
'selected' => $this->getData(['page', $this->getUrl(2), 'group'])
|
'label' => 'Groupe requis pour accéder à la page :',
|
||||||
]); ?>
|
'selected' => $this->getData(['page', $this->getUrl(2), 'group'])
|
||||||
</div>
|
]); ?>
|
||||||
<div class='col12'>
|
</div>
|
||||||
<?php echo template::text('pageEditMetaTitle', [
|
<div class='col12'>
|
||||||
'label' => 'Méta-titre',
|
<?php echo template::text('pageEditMetaTitle', [
|
||||||
'value' => $this->getData(['page', $this->getUrl(2), 'metaTitle'])
|
'label' => 'Méta-titre',
|
||||||
]); ?>
|
'value' => $this->getData(['page', $this->getUrl(2), 'metaTitle'])
|
||||||
<?php echo template::textarea('pageEditMetaDescription', [
|
]); ?>
|
||||||
'label' => 'Méta-description',
|
<?php echo template::textarea('pageEditMetaDescription', [
|
||||||
'maxlength' => '500',
|
'label' => 'Méta-description',
|
||||||
'value' => $this->getData(['page', $this->getUrl(2), 'metaDescription'])
|
'maxlength' => '500',
|
||||||
]); ?>
|
'value' => $this->getData(['page', $this->getUrl(2), 'metaDescription'])
|
||||||
</div>
|
]); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php echo template::formClose(); ?>
|
<?php echo template::formClose(); ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user