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/clients_list.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/client/templates/clients_list.htm b/interface/web/client/templates/clients_list.htm
index 67bc598..e6b153b 100644
--- a/interface/web/client/templates/clients_list.htm
+++ b/interface/web/client/templates/clients_list.htm
@@ -13,7 +13,7 @@
<p class="fieldset-legend"><tmpl_var name="list_head_txt"></p>
<div class="table-wrapper marginTop15">
-<table class="table">
+ <table class="table">
<thead class="dark form-group-sm">
<tr>
<th class="small-col" data-column="client_id"><tmpl_var name="client_id_txt"></th>
--
Gitblit v1.9.1