File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
interface/web/sites/templates Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,14 @@ <h2><tmpl_var name="list_head_txt"></h2>
3737 < td class ="tbl_col_buttons "> </ td >
3838 </ tr >
3939 </ tmpl _loop>
40+ < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
41+ < td class ="tbl_col_domain "> < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_txt"}</ a > </ td >
42+ < td class ="tbl_col_this_month "> < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_this_month"} MB</ a > </ td >
43+ < td class ="tbl_col_last_month "> < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_last_month"} MB</ a > </ td >
44+ < td class ="tbl_col_this_year "> < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_this_year"} MB</ a > </ td >
45+ < td class ="tbl_col_last_year "> < a href ="# " onclick ="return false; " style ="font-weight:bold; "> {tmpl_var name="sum_last_year"} MB</ a > </ td >
46+ < td class ="tbl_col_buttons "> </ td >
47+ </ tr >
4048 </ tbody >
4149 < tfoot >
4250 < tr >
You can’t perform that action at this time.
0 commit comments