From 53cdec7533d6d40adc786af91baa20daf55e15a9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 25 Sep 2020 17:55:03 +0200 Subject: [PATCH] fix icons --- Theme/Backend/editor-list.tpl.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php index b0c71c0..22cc1dc 100755 --- a/Theme/Backend/editor-list.tpl.php +++ b/Theme/Backend/editor-list.tpl.php @@ -22,8 +22,7 @@ $docs = $this->getData('docs'); /** @var \Modules\Media\Models\Collection[] */ $collections = $this->getData('collections'); - -$mediaPath = \urldecode($this->getData('path') ?? '/'); +$mediaPath = \urldecode($this->getData('path') ?? '/'); $previous = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \reset($docs)->getId() . '&ptype=p'; $next = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \end($docs)->getId() . '&ptype=n'; @@ -73,7 +72,7 @@ echo $this->getData('nav')->render(); ?> $url = UriFactory::build('{/prefix}editor/list?path=' . \rtrim($value->getVirtualPath(), '/') . '/' . $value->getName()); ?> - + printHtml($value->getName()); ?> printHtml($value->getCreatedBy()->getName1()); ?> printHtml($value->getCreatedAt()->format('Y-m-d')); ?> @@ -87,7 +86,7 @@ echo $this->getData('nav')->render(); ?> printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> - getHtml('Empty', '0', '0'); ?> + getHtml('Empty', '0', '0'); ?>