@@ -12,6 +12,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
1212 < th class ="tbl_col_system_user " scope ="col " style ="text-align:right; "> < tmpl _var name ="used_txt "> </ th >
1313 < th class ="tbl_col_system_user " scope ="col " style ="text-align:right; "> < tmpl _var name ="soft_txt "> </ th >
1414 < th class ="tbl_col_system_user " scope ="col " style ="text-align:right; "> < tmpl _var name ="hard_txt "> </ th >
15+ < th class ="tbl_col_system_user " scope ="col " style ="text-align:right; "> < tmpl _var name ="files_txt "> </ th >
1516 < th class ="tbl_col_buttons " scope ="col "> </ th >
1617 </ tr >
1718 < tr >
@@ -20,6 +21,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
2021 < td class ="tbl_col_system_user "> </ td >
2122 < td class ="tbl_col_system_user "> </ td >
2223 < td class ="tbl_col_system_user "> </ td >
24+ < td class ="tbl_col_system_user "> </ td >
2325 < 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','sites/user_quota_stats.php'); "> < span > {tmpl_var name="filter_txt"}</ span > </ button > </ div > </ td >
2426 </ tr >
2527 </ thead >
@@ -31,6 +33,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
3133 < 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 >
3234 < 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 >
3335 < 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 >
36+ < 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 >
3437 < td class ="tbl_col_buttons ">
3538 < div class ="buttons icons16 ">
3639
@@ -41,7 +44,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4144 </ tbody >
4245 < tfoot >
4346 < tr >
44- < td class ="tbl_footer tbl_paging " colspan ="6 "> < tmpl _var name ="paging "> </ td >
47+ < td class ="tbl_footer tbl_paging " colspan ="7 "> < tmpl _var name ="paging "> </ td >
4548 </ tr >
4649 </ tfoot >
4750 </ table >
0 commit comments