From 4079334ba453dc07aa76089c9a34654b9c6a08ea Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 22 Oct 2019 09:20:26 +0200 Subject: [PATCH] [10.0.43.dev] manage import / export masques --- core/module/config/config.php | 2 +- core/module/config/view/index/index.php | 4 ++-- core/module/config/view/manage/manage.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index 1d433c5a..53045f91 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -276,7 +276,7 @@ class config extends common { } // Valeurs en sortie $this->addOutput([ - 'title' => 'Sauvegardes', + 'title' => 'Exporter / Importer', 'view' => 'manage' ]); } diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index f57ad187..60938a39 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -8,10 +8,10 @@ 'value' => 'Accueil' ]); ?> -
+
helper::baseUrl() . 'config/manage', - 'value' => 'Sauvegardes' + 'value' => 'Exporter / Importer' ]); ?>
diff --git a/core/module/config/view/manage/manage.php b/core/module/config/view/manage/manage.php index ca99e360..7f02d362 100644 --- a/core/module/config/view/manage/manage.php +++ b/core/module/config/view/manage/manage.php @@ -1,9 +1,9 @@
- 'buttonGrey', - 'href' => helper::baseUrl() . 'theme', + 'href' => helper::baseUrl() . 'config', 'ico' => 'left', 'value' => 'Retour' ]); ?>