From 54ad28369a3e6a701b26e7eb8fe608babfbd7a76 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 3 Sep 2013 12:58:54 +0200 Subject: tu_list.php: Hide table if no results are found Instead of showing a table with a single "No results found." entry, do not show the table at all and display the text "No results found." in a

container. Signed-off-by: Lukas Fleischer --- web/template/tu_list.php | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'web/template/tu_list.php') diff --git a/web/template/tu_list.php b/web/template/tu_list.php index c2e2d399..6ad9f90d 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -7,6 +7,9 @@ + +

+ @@ -21,14 +24,13 @@ - - - + - +
@@ -54,12 +56,10 @@
+

+ -- cgit v1.2.3-24-g4f1b