From 1b8cf5e4a3b68949180b3cee8326c81d94ccb379 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 20 Oct 2023 13:08:56 +0000 Subject: [PATCH] icon fixes, loading optimizations --- Theme/Backend/Components/Editor/inline-editor-tools.tpl.php | 2 +- Theme/Backend/editor-single.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php b/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php index 429d033..7898d1d 100755 --- a/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php +++ b/Theme/Backend/Components/Editor/inline-editor-tools.tpl.php @@ -10,7 +10,7 @@
  • superscript
  • brush
  • edit -
  • format_list_bullted +
  • format_list_bulleted
  • format_list_numbered
  • format_indent_increase
  • format_indent_decrease diff --git a/Theme/Backend/editor-single.tpl.php b/Theme/Backend/editor-single.tpl.php index 2c431a0..57f6950 100755 --- a/Theme/Backend/editor-single.tpl.php +++ b/Theme/Backend/editor-single.tpl.php @@ -35,7 +35,7 @@ echo $this->data['nav']->render(); ?>
    content; ?>
    - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?>