Browse Source

Afronden

master
Rogier Neeleman 8 years ago
parent
commit
654db19869
  1. 4
      application/views/uitslag_groep.php

4
application/views/uitslag_groep.php

@ -46,8 +46,8 @@ @@ -46,8 +46,8 @@
<tr class="active">
<th></th>
<th>Totaal:</th>
<th class="text-right"><?php echo $total; ?></th>
<th class="text-right"><?php echo $totalmax; ?></th>
<th class="text-right"><?php echo round($total, 0); ?></th>
<th class="text-right"><?php echo round($totalmax, 0 ); ?></th>
<th class="text-right"><?php echo round(($total/$totalmax)*100, 0); ?>%</th>
</tr>
</thead>

Loading…
Cancel
Save