[10.0.96.dev] ajustements
This commit is contained in:
parent
4627d726f4
commit
c46e8b74de
@ -15,7 +15,7 @@
|
||||
"position": 1,
|
||||
"group": 0,
|
||||
"targetBlank": false,
|
||||
"title": "Home",
|
||||
"title": "Home Page",
|
||||
"block": "12",
|
||||
"barLeft": "",
|
||||
"barRight": "",
|
||||
|
@ -18,12 +18,14 @@
|
||||
<h4>Ajouter une langue <a href="./core/module/i18n/ressource/help.html" data-lity data-tippy-content="Aide en ligne"<?php echo template::ico('help'); ?></a></h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
<div class="row">
|
||||
<?php
|
||||
$available = array ('' => 'Sélectionner');
|
||||
$available = array_merge ($available, array_diff(self::$i18nList,$this->i18nInstalled()));
|
||||
echo template::select('i18nLanguageAdd', $available, [
|
||||
'label' => 'Nouvelle langue'
|
||||
]); ?>
|
||||
</div>
|
||||
<div class="row">
|
||||
<?php echo template::checkbox('i18AutoTranslation', true, 'Traduction automatique par Google'); ?>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user