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/sites/templates/web_folder_user_list.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/sites/templates/web_folder_user_list.htm b/interface/web/sites/templates/web_folder_user_list.htm
index 9c406e1..2df924f 100644
--- a/interface/web/sites/templates/web_folder_user_list.htm
+++ b/interface/web/sites/templates/web_folder_user_list.htm
@@ -20,7 +20,7 @@
<th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th>
<th class="tbl_col_web_folder_id" scope="col"><tmpl_var name="web_folder_id_txt"></th>
<th class="tbl_col_username" scope="col"><tmpl_var name="username_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_active"><select name="search_active" onChange="submitForm('pageForm','sites/web_folder_user_list.php');">{tmpl_var name='search_active'}</select></td>
--
Gitblit v1.9.1