From 41bdfbd03b2270cc6d8571c2b65822ff385c2120 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/helper-list.tpl.php | 48 +++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/helper-list.tpl.php b/Theme/Backend/helper-list.tpl.php index 413b110..1779239 100755 --- a/Theme/Backend/helper-list.tpl.php +++ b/Theme/Backend/helper-list.tpl.php @@ -58,20 +58,64 @@ echo $this->getData('nav')->render(); ?>
getHtml('Helpers'); ?>
- +
$value) : ++$count; $url = UriFactory::build('{/prefix}helper/list?path=' . \rtrim($value->getVirtualPath(), '/') . '/' . $value->name); ?> -
getHtml('Name'); ?> + + + getHtml('Tag'); ?> + + + getHtml('Creator'); ?> + + + getHtml('Updated'); ?> + + +
+ printHtml($value->name); ?> printHtml($value->createdBy->name1); ?>