Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
7d91e319
Commit
7d91e319
authored
Sep 05, 2012
by
cfoe
Browse files
readded sum row
parent
2c08dfea
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/templates/web_sites_stats_list.htm
View file @
7d91e319
...
...
@@ -37,6 +37,14 @@
<td
class=
"tbl_col_buttons"
></td>
</tr>
</tmpl_loop>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_domain"
><a
href=
"#"
onclick=
"return false;"
style=
"font-weight:bold;"
>
{tmpl_var name="sum_txt"}
</a></td>
<td
class=
"tbl_col_this_month"
><a
href=
"#"
onclick=
"return false;"
style=
"font-weight:bold;"
>
{tmpl_var name="sum_this_month"} MB
</a></td>
<td
class=
"tbl_col_last_month"
><a
href=
"#"
onclick=
"return false;"
style=
"font-weight:bold;"
>
{tmpl_var name="sum_last_month"} MB
</a></td>
<td
class=
"tbl_col_this_year"
><a
href=
"#"
onclick=
"return false;"
style=
"font-weight:bold;"
>
{tmpl_var name="sum_this_year"} MB
</a></td>
<td
class=
"tbl_col_last_year"
><a
href=
"#"
onclick=
"return false;"
style=
"font-weight:bold;"
>
{tmpl_var name="sum_last_year"} MB
</a></td>
<td
class=
"tbl_col_buttons"
></td>
</tr>
</tbody>
<tfoot>
<tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment