From a75d3af0ce5db2e821ec75bd53005d6c6635e58e Mon Sep 17 00:00:00 2001 From: Prof Langues Date: Fri, 3 May 2019 10:39:43 +0200 Subject: [PATCH] =?UTF-8?q?|9.1.0.0]=20Ic=C3=B4nes=20th=C3=A8me=20et=20div?= =?UTF-8?q?erses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 ++-- core/module/theme/view/index/index.php | 4 ++-- core/module/theme/view/manage/manage.php | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/core.php b/core/core.php index 07767582..c6538433 100644 --- a/core/core.php +++ b/core/core.php @@ -2266,7 +2266,7 @@ class layout extends common { if($this->getUser('group') >= self::GROUP_ADMIN) { $rightItems .= '
  • ' . template::ico('users') . '
  • '; $rightItems .= '
  • ' . template::ico('brush') . '
  • '; - $rightItems .= '
  • ' . template::ico('gear') . '
  • '; + $rightItems .= '
  • ' . template::ico('cog-alt') . '
  • '; // Mise à jour automatique if(helper::checkNewVersion() ) { $rightItems .= '
  • ' . template::ico('update colorRed') . '
  • '; @@ -2648,7 +2648,7 @@ class template { %s data-lity > - ' . self::ico('download', 'right') . ' + ' . self::ico('upload', 'right') . ' ', $attributes['class'], diff --git a/core/module/theme/view/index/index.php b/core/module/theme/view/index/index.php index e5180e1c..b92fc11d 100755 --- a/core/module/theme/view/index/index.php +++ b/core/module/theme/view/index/index.php @@ -15,8 +15,8 @@
    'upload', 'href' => helper::baseUrl() . $this->getUrl(0) . '/manage', - 'ico' => 'download', 'value' => 'Thèmes' ]); ?>
    @@ -48,7 +48,7 @@
    helper::baseUrl() . $this->getUrl(0) . '/manage', - 'ico' => 'download', + 'ico' => 'upload', 'value' => 'Thèmes' ]); ?>
    diff --git a/core/module/theme/view/manage/manage.php b/core/module/theme/view/manage/manage.php index f3d85d00..90c978fa 100644 --- a/core/module/theme/view/manage/manage.php +++ b/core/module/theme/view/manage/manage.php @@ -12,10 +12,10 @@
    -

    Importer

    +

    Importer un thème

    'Archive', - 'type' => 2 + 'label' => 'Archive ZIP', + 'type' => 2, ]); ?>
    -

    Exporter

    +

    Exporter un thème

    helper::baseUrl() . 'theme/save', - 'ico' => 'download', + 'ico' => 'download-cloud', 'value' => 'Sauvegarder' ]); ?>