From 8145fbd30c55be3ead0648c0ececa3a18644d41c Mon Sep 17 00:00:00 2001 From: xaver <xaver@ispconfig3> Date: Sat, 03 Mar 2012 20:48:32 -0500 Subject: [PATCH] Sort and limit in ispconfig all templates... additional info howtoforge - http://www.howtoforge.com/forums/showthread.php?p=274790 --- interface/web/mail/templates/mail_user_stats_list.htm | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/mail/templates/mail_user_stats_list.htm b/interface/web/mail/templates/mail_user_stats_list.htm index b7f0d28..4a33447 100644 --- a/interface/web/mail/templates/mail_user_stats_list.htm +++ b/interface/web/mail/templates/mail_user_stats_list.htm @@ -9,11 +9,11 @@ <thead> <tr> <th class="tbl_col_email" scope="col"><tmpl_var name="email_txt"></th> - <th class="tbl_col_this_month" scope="col"><tmpl_var name="this_month_txt"></th> - <th class="tbl_col_last_month" scope="col"><tmpl_var name="last_month_txt"></th> - <th class="tbl_col_this_year" scope="col"><tmpl_var name="this_year_txt"></th> - <th class="tbl_col_last_year" scope="col"><tmpl_var name="last_year_txt"></th> - <th class="tbl_col_buttons" scope="col"> </th> + <th class="tbl_col_mail_traffic_this_month" scope="col"><tmpl_var name="this_month_txt"></th> + <th class="tbl_col_mail_traffic_last_month" scope="col"><tmpl_var name="last_month_txt"></th> + <th class="tbl_col_mail_traffic_this_year" scope="col"><tmpl_var name="this_year_txt"></th> + <th class="tbl_col_mail_traffic_last_year" scope="col"><tmpl_var name="last_year_txt"></th> + <th class="" scope="col">{tmpl_var name='search_limit'}</th> </tr> <tr> <td class="tbl_col_email"><input type="text" name="search_email" value="{tmpl_var name='search_email'}" /></td> -- Gitblit v1.9.1