From ce78b29b94f855ed1dd43f4b7a2f6349166ee460 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 31 May 2020 18:03:29 +0200 Subject: [PATCH] make tables tabable --- Theme/Backend/Components/Editor/inline-editor.tpl.php | 4 ++-- Theme/Backend/editor-list.tpl.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/Components/Editor/inline-editor.tpl.php b/Theme/Backend/Components/Editor/inline-editor.tpl.php index 8f944d4..95e4978 100644 --- a/Theme/Backend/Components/Editor/inline-editor.tpl.php +++ b/Theme/Backend/Components/Editor/inline-editor.tpl.php @@ -1,7 +1,7 @@
diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php index 505048d..ecc650b 100644 --- a/Theme/Backend/editor-list.tpl.php +++ b/Theme/Backend/editor-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?> $value) : ++$count; $url = UriFactory::build('{/prefix}editor/single?{?}&id=' . $value->getId()); ?> - + printHtml($value->getTitle()); ?> printHtml($value->getCreatedBy()->getName1()); ?> printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?>