From 5228a8add0c6f3ef39f1ddcb4927899b114fc5d0 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/client-list.tpl.php | 78 ++++++++++++++++++++++++++----- 1 file changed, 66 insertions(+), 12 deletions(-) diff --git a/Theme/Backend/client-list.tpl.php b/Theme/Backend/client-list.tpl.php index c050125..95cfda5 100755 --- a/Theme/Backend/client-list.tpl.php +++ b/Theme/Backend/client-list.tpl.php @@ -28,23 +28,77 @@ echo $this->getData('nav')->render(); ?> getHtml('ID', '0', '0'); ?> - - + + + getHtml('Name'); ?> - - + + + getHtml('City'); ?> - - + + + getHtml('Zip'); ?> - - + + + getHtml('Address'); ?> - - + + + getHtml('Country'); ?> - - + + + $value) : ++$count; $url = UriFactory::build('{/prefix}sales/client/profile?{?}&id=' . $value->getId());