From cc758464818089dcadd938a533d222a74544dfcc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Mar 2024 02:24:56 +0000 Subject: [PATCH] bump --- Controller.js | 1 - Theme/Backend/editor-view.tpl.php | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Controller.js b/Controller.js index 0543c29..f486284 100755 --- a/Controller.js +++ b/Controller.js @@ -1,4 +1,3 @@ -import { jsOMS } from '../../jsOMS/Utils/oLib.js'; import { Autoloader } from '../../jsOMS/Autoloader.js'; import { Editor } from './Models/Editor.js'; diff --git a/Theme/Backend/editor-view.tpl.php b/Theme/Backend/editor-view.tpl.php index 772de87..d384070 100644 --- a/Theme/Backend/editor-view.tpl.php +++ b/Theme/Backend/editor-view.tpl.php @@ -32,7 +32,10 @@ echo $this->data['nav']->render(); ?>
content; ?>
tags)) : ?> tags as $tag) : ?> - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + printHtml($tag->getL11n()); ?> +