From bf1819fc741e664da66de8e43df199c73e9f4301 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 10 Aug 2020 13:30:48 +0200 Subject: [PATCH] Ajustements --- core/module/config/view/backup/backup.php | 4 ++-- core/module/install/ressource/defaultdata.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/module/config/view/backup/backup.php b/core/module/config/view/backup/backup.php index 89a7e0a1..8e244b47 100755 --- a/core/module/config/view/backup/backup.php +++ b/core/module/config/view/backup/backup.php @@ -16,14 +16,14 @@
-
+

Paramètre

true, - 'help' => 'Lorsque le contenu du gestionnaire de fichiers est très volumineux une copie par FTP est préférable.' + 'help' => 'Si le contenu du gestionnaire de fichiers est très volumineux, mieux vaut une copie par FTP.' ]); ?>
diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 4a9cf666..f0b3d7a9 100755 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -112,7 +112,7 @@ class init extends common { 'template' => '3' ], 'header' => [ - 'backgroundColor' => 'rgba(255, 255, 255, 1)', + 'backgroundColor' => 'rgba(32, 59, 82, 1)', 'font' => 'Oswald', 'fontSize' => '2em', 'fontWeight' => 'normal', @@ -123,7 +123,7 @@ class init extends common { 'margin' => false, 'position' => 'site', 'textAlign' => 'center', - 'textColor' => 'rgba(0, 17, 157, 1)', + 'textColor' => 'rgba(255, 255, 255, 1)', 'textHide' => false, 'textTransform' => 'none', 'linkHomePage' => true,