beta 07 pas de modules dans le site de test en langues étrangères

This commit is contained in:
Fred Tempez 2022-12-18 09:59:03 +01:00
parent b5b361c705
commit 5f2f9ee820
2 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,6 @@ class install extends common
// Fichiers des Interface
public static $i18nFiles = [];
/**
* Pré-installation - choix de la langue
*/
@ -165,7 +164,8 @@ class install extends common
}*/
// Installation du site de test
if ($this->getInput('installDefaultData', helper::FILTER_BOOLEAN) === FALSE) {
if ($this->getInput('installDefaultData', helper::FILTER_BOOLEAN) === false
&& $lang === 'fr_FR' ) {
$this->initData('page', self::$i18nContent, true);
$this->initData('module', self::$i18nContent, true);
$this->setData(['module', 'blog', 'posts', 'mon-premier-article', 'userId', $userId]);

View File

@ -57,6 +57,7 @@
<?php echo '&#9655; ' . helper::translate('Options avancées'); ?>
</h3>
<div class="accordion-content">
<?php if ($this->getUrl(2) === 'fr_FR'): ?>
<div class="row">
<div class="col12">
<?php echo template::checkbox('installDefaultData', true, 'Ne pas charger l\'exemple de site (utilisateurs avancés)', [
@ -65,6 +66,7 @@
?>
</div>
</div>
<?php endif;?>
<div class="row">
<div class="col3">
<?php echo template::select('installProxyType', $module::$proxyType, [