From 14ff27bffc85e641ce4fe7738e86aaa3b73beb13 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 10 Jan 2016 15:17:58 -0500
Subject: [PATCH] Improved templates in client module.
---
interface/web/client/templates/client_template_list.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/client/templates/client_template_list.htm b/interface/web/client/templates/client_template_list.htm
index 37b8aa2..16176b1 100644
--- a/interface/web/client/templates/client_template_list.htm
+++ b/interface/web/client/templates/client_template_list.htm
@@ -49,7 +49,7 @@
</tbody>
<tfoot>
<tr>
- <td colspan="7"><tmpl_var name="paging"></td>
+ <td colspan="4"><tmpl_var name="paging"></td>
</tr>
</tfoot>
</table>
--
Gitblit v1.9.1