From cf140411575213143054b9aa080ebf6eb5ef7b4c 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/qa-dashboard.tpl.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php index 59f6591..c770bb1 100755 --- a/Theme/Backend/qa-dashboard.tpl.php +++ b/Theme/Backend/qa-dashboard.tpl.php @@ -28,11 +28,11 @@ echo $this->getData('nav')->render(); ?> printHtml($question->name); ?> -
- getTags(); foreach ($tags as $tag) : ?> - printHtml($tag->getTitle()); ?> - -
+ +
+ getTags(); foreach ($tags as $tag) : ?> + printHtml($tag->getTitle()); ?> +