From c7f704b713a45cca16dd705b8c1f0644dff673d6 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Mon, 16 Jul 2012 10:20:50 -0400
Subject: [PATCH] removed style parameter from html code, added missing tbl_ classes

---
 interface/web/themes/default-v2/templates/sites/user_quota_stats_list.htm |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/interface/web/themes/default-v2/templates/sites/user_quota_stats_list.htm b/interface/web/themes/default-v2/templates/sites/user_quota_stats_list.htm
index 9e2aca3..43b6a00 100644
--- a/interface/web/themes/default-v2/templates/sites/user_quota_stats_list.htm
+++ b/interface/web/themes/default-v2/templates/sites/user_quota_stats_list.htm
@@ -9,19 +9,19 @@
                 <tr class="caption">
                     <th class="tbl_col_domain" scope="col"><tmpl_var name="domain_txt"></th>
                     <th class="tbl_col_system_user" scope="col"><tmpl_var name="system_user_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="soft_txt"></th>
-                    <th class="" scope="col" style="text-align:right;"><tmpl_var name="hard_txt"></th>
-                    <th class="" scope="col" style="text-align:right;"><tmpl_var name="files_txt"></th>
+                    <th class="tbl_col_used" scope="col"><tmpl_var name="used_txt"></th>
+                    <th class="tbl_col_soft" scope="col"><tmpl_var name="soft_txt"></th>
+                    <th class="tbl_col_hard" scope="col"><tmpl_var name="hard_txt"></th>
+                    <th class="tbl_col_files" scope="col"><tmpl_var name="files_txt"></th>
                     <th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th>
                 </tr>
                 <tr class="filter">
                     <td class="tbl_col_domain"><input type="text" name="search_domain" value="{tmpl_var name='search_domain'}" /></td>
                     <td class="tbl_col_system_user"><input type="text" name="search_system_user" value="{tmpl_var name='search_system_user'}" /></td>
-                    <td class="tbl_col_system_user">&nbsp;</td>
-                    <td class="tbl_col_system_user">&nbsp;</td>
-                    <td class="tbl_col_system_user">&nbsp;</td>
-                    <td class="tbl_col_system_user">&nbsp;</td>
+                    <td class="tbl_col_used">&nbsp;</td>
+                    <td class="tbl_col_soft">&nbsp;</td>
+                    <td class="tbl_col_hard">&nbsp;</td>
+                    <td class="tbl_col_files">&nbsp;</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','sites/user_quota_stats.php');"><span>{tmpl_var name="filter_txt"}</span></button>
                     </td>
@@ -32,10 +32,10 @@
                         <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
                             <td class="tbl_col_domain"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="domain"}</a></td>
                             <td class="tbl_col_system_user"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="system_user"}</a></td>
-                            <td class="tbl_col_used" style="text-align:right;"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="used"}</a></td>
-                            <td class="tbl_col_soft" style="text-align:right;"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="soft"}</a></td>
-                            <td class="tbl_col_hard" style="text-align:right;"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="hard"}</a></td>
-                            <td class="tbl_col_files" style="text-align:right;"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="files"}</a></td>
+                            <td class="tbl_col_used"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="used"}</a></td>
+                            <td class="tbl_col_soft"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="soft"}</a></td>
+                            <td class="tbl_col_hard"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="hard"}</a></td>
+                            <td class="tbl_col_files"><a href="#" onClick="loadContent('sites/web_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="files"}</a></td>
                             <td class="tbl_col_buttons"></td>
                         </tr>
                     </tmpl_loop>

--
Gitblit v1.9.1