Messerbill 93c8eb92b4 UI: saimod_plugins margin zu den tabs
UI: saimod_todo margin zu den tabs
2015-06-08 23:08:44 +02:00

27 lines
769 B
Smarty

<table class="table table-hover table-condensed sai_table sai_margin_top_10" style="width: 100%">
<tr>
<th>${table_name}</th>
<th>${table_open}</th>
<th>${table_closed}</th>
<th>${table_all}</th>
<th>${table_done}</th>
</tr>
${entries}
<tr>
<td>${table_project}</td>
<td>${project_open}</td>
<td>${project_closed}</td>
<td>${project_all}</td>
<td>${project}%</td>
</tr>
</table>
<table class="table table-hover table-condensed sai_table" style="width: 100%">
<tr>
<th>${table_username}</th>
<th>${table_open}</th>
<th>${table_closed}</th>
<th>${table_all}</th>
<th>${table_percentage}</th>
</tr>
${userstats}
</table>