[10.0.66.dev] Supprimer aide page d'accueil
This commit is contained in:
parent
9fdc645bb5
commit
5001f3fd63
@ -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 = [
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user