From 5001f3fd63acd2563f266af5485ecbd775b49f20 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 3 Nov 2019 17:27:10 +0100 Subject: [PATCH] [10.0.66.dev] Supprimer aide page d'accueil --- core/core.php | 2 +- core/module/page/view/edit/edit.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 9b79e738..89911856 100644 --- a/core/core.php +++ b/core/core.php @@ -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 = [ diff --git a/core/module/page/view/edit/edit.php b/core/module/page/view/edit/edit.php index ab5def1d..651eb50f 100755 --- a/core/module/page/view/edit/edit.php +++ b/core/module/page/view/edit/edit.php @@ -81,8 +81,7 @@ echo template::formOpen('pageEditForm'); ?>
$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']) ]); ?>