[10.0.66.dev] Supprimer aide page d'accueil

This commit is contained in:
fredtempez 2019-11-03 17:27:10 +01:00
parent 9fdc645bb5
commit 5001f3fd63
2 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@ class common {
const TEMP_DIR = 'site/tmp/';
// Numéro de version
const ZWII_VERSION = '10.0.65.dev';
const ZWII_VERSION = '10.0.66.dev';
public static $actions = [];
public static $coreModuleIds = [

View File

@ -81,8 +81,7 @@ echo template::formOpen('pageEditForm'); ?>
<div class="row">
<div class="col3">
<?php echo template::checkbox('pageHomePageId', true, 'Page d\'accueil', [
'checked' => $this->getData(['page', $this->getUrl(2), 'homePageId']),
'help' => 'Activer l\'option sur une page, pour choisir une autre page d\'accueil.',
'checked' => $this->getData(['page', $this->getUrl(2), 'homePageId'])
]); ?>
</div>
</div>