From fe3653ed94ba53b07b4fbdb3fa32cf8968f6b761 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Mar 2021 21:38:36 +0100 Subject: [PATCH] table sorting improvements --- Theme/Backend/editor-list.tpl.php | 37 +++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php index edacf1f..6ba1c2a 100755 --- a/Theme/Backend/editor-list.tpl.php +++ b/Theme/Backend/editor-list.tpl.php @@ -60,19 +60,52 @@ echo $this->getData('nav')->render(); ?>
getHtml('Documents'); ?>
- +
$value) : ++$count; $url = UriFactory::build('{/prefix}editor/list?path=' . \rtrim($value->getVirtualPath(), '/') . '/' . $value->name); ?> -
getHtml('Title'); ?> + + + getHtml('Creator'); ?> + + + getHtml('Created'); ?> + + +
+ printHtml($value->name); ?> printHtml($value->createdBy->name1); ?> printHtml($value->createdAt->format('Y-m-d')); ?>