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/mail/templates/user_quota_stats_list.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/templates/user_quota_stats_list.htm b/interface/web/mail/templates/user_quota_stats_list.htm index c5bc1f4..b4f3c1e 100644 --- a/interface/web/mail/templates/user_quota_stats_list.htm +++ b/interface/web/mail/templates/user_quota_stats_list.htm @@ -11,7 +11,7 @@ <th class="tbl_col_name" scope="col"><tmpl_var name="name_txt"></th> <th class="" scope="col" style="text-align:right;"><tmpl_var name="used_txt"></th> <th class="" scope="col" style="text-align:right;"><tmpl_var name="quota_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_domain"><input type="text" name="search_email" value="{tmpl_var name='search_email'}" /></td> -- Gitblit v1.9.1