forked from ZwiiCMS-Team/ZwiiCMS
Position des options
This commit is contained in:
parent
2aa3e80e0a
commit
c39ae60a42
@ -23,22 +23,22 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col6">
|
<div class="col6">
|
||||||
<?php echo template::checkbox('translateAutoDetect', true, 'Détection automatique de la langue', [
|
<?php echo template::checkbox('translateCredits', true, 'Afficher les crédits du script Google', [
|
||||||
'checked' => $this->getData(['config','translate', 'autoDetect']),
|
'checked' => $this->getData(['config','translate', 'showCredits']),
|
||||||
'help' => 'Détecte la langue du navigateur.'
|
'help' => 'Option vivement recommandée pour le respect du droit d\'auteur'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col6">
|
<div class="col6">
|
||||||
<?php echo template::checkbox('translateAdmin', true, 'Traduction de l\'interface du CMS', [
|
<?php echo template::checkbox('translateAutoDetect', true, 'Détection automatique de la langue', [
|
||||||
'checked' => $this->getData(['config','translate', 'admin'])
|
'checked' => $this->getData(['config','translate', 'autoDetect']),
|
||||||
|
'help' => 'Détecte la langue du navigateur.'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col6">
|
<div class="col6">
|
||||||
<?php echo template::checkbox('translateCredits', true, 'Afficher les crédits du script Google', [
|
<?php echo template::checkbox('translateAdmin', true, 'Traduction de l\'interface du CMS', [
|
||||||
'checked' => $this->getData(['config','translate', 'showCredits']),
|
'checked' => $this->getData(['config','translate', 'admin'])
|
||||||
'help' => 'Option vivement recommandée pour le respect du droit d\'auteur'
|
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user