[9.2.00.dev] libellés

This commit is contained in:
fredtempez 2019-06-27 11:35:33 +02:00
parent 6882e4bf89
commit 17b0109ab8
2 changed files with 2 additions and 3 deletions

View File

@ -294,7 +294,7 @@ class theme extends common {
$this->getInput('themeFooterTextPosition') === 'hide' ) {
// Valeurs en sortie
$this->addOutput([
'notification' => 'Sélectionnez au moment un contenu à afficher',
'notification' => 'Sélectionnez au moins un contenu à afficher',
'redirect' => helper::baseUrl() . 'theme/footer',
'state' => false
]);

View File

@ -103,8 +103,7 @@
<?php $footerBlockPosition = $module::$footerblocks [$this->getData(['theme', 'footer', 'template'])]; ?>
<?php echo template::select('themeFooterTemplate', $module::$footerTemplate, [
'label' => 'Gabarits de mise en page',
'selected' => $this->getData(['theme', 'footer', 'template']),
'help' => 'Le changement de la mise en page entraîne la réinitalisation de la position des contenus.'
'selected' => $this->getData(['theme', 'footer', 'template'])
]); ?>
</div>
</div>