From c74c6d79e60b340f212afe4a8bd805ac90959477 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Wed, 04 Jul 2012 23:36:03 -0400
Subject: [PATCH] added class to search_limit column

---
 interface/web/client/templates/client_circle_list.htm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/client/templates/client_circle_list.htm b/interface/web/client/templates/client_circle_list.htm
index fc7cfa6..4c5a889 100644
--- a/interface/web/client/templates/client_circle_list.htm
+++ b/interface/web/client/templates/client_circle_list.htm
@@ -22,7 +22,7 @@
                         <th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th>
                         <th class="tbl_col_circle_name" scope="col"><tmpl_var name="circle_name_txt"></th>
                         <th class="tbl_col_description" scope="col"><tmpl_var name="description_txt"></th>
-                        <th class="" scope="col">{tmpl_var name='search_limit'}</th>
+                        <th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th>
                     </tr>
                     <tr>
                         <td class="tbl_col_circle_id"><input type="text" name="search_circle_id" value="{tmpl_var name='search_circle_id'}" style="width:30px;" /></td>

--
Gitblit v1.9.1