Skip to content

Commit 7d91e31

Browse files
author
cfoe
committed
readded sum row
1 parent 2c08dfe commit 7d91e31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

interface/web/sites/templates/web_sites_stats_list.htm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)