From ffe8428a13a5ff6fcc77bd5dd26f1d17e981d33d Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Sat, 07 Jul 2012 14:50:28 -0400
Subject: [PATCH] removed enclosing div from a.button and button elements

---
 interface/web/themes/default-v2/templates/mail/mail_user_stats_list.htm |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/interface/web/themes/default-v2/templates/mail/mail_user_stats_list.htm b/interface/web/themes/default-v2/templates/mail/mail_user_stats_list.htm
index e6f0cde..fac9fa9 100644
--- a/interface/web/themes/default-v2/templates/mail/mail_user_stats_list.htm
+++ b/interface/web/themes/default-v2/templates/mail/mail_user_stats_list.htm
@@ -21,7 +21,9 @@
                         <td class="tbl_col_last_month"></td>
                         <td class="tbl_col_this_year"></td>
                         <td class="tbl_col_last_year"></td>
-                        <td class="tbl_col_buttons"><div class="buttons"><button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','mail/mail_user_stats.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td>
+                        <td class="tbl_col_buttons">
+                            <button type="button" class="button icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','mail/mail_user_stats.php');"><span>{tmpl_var name="filter_txt"}</span></button>
+                        </td>
                     </tr>
                 </thead>
                 <tbody>
@@ -32,11 +34,7 @@
                             <td class="tbl_col_last_month"><a href="#" onClick="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="last_month"} MB</a></td>
                             <td class="tbl_col_this_year"><a href="#" onClick="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="this_year"} MB</a></td>
                             <td class="tbl_col_last_year"><a href="#" onClick="loadContent('mail/mail_user_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="last_year"} MB</a></td>
-                            <td class="tbl_col_buttons">
-                                <div class="buttons icons16">
-                                    &nbsp;
-                                </div>
-                            </td>
+                            <td class="tbl_col_buttons"></td>
                         </tr>
                     </tmpl_loop>
                 </tbody>

--
Gitblit v1.9.1