updated views

This commit is contained in:
Bachir Soussi Chiadmi
2016-10-25 17:59:47 +02:00
parent a2db826449
commit 992c9a552a
59 changed files with 1279 additions and 256 deletions

View File

@@ -27,7 +27,7 @@
<thead>
<tr>
<?php foreach ($header as $field => $label): ?>
<th <?php if ($header_classes[$field]) { print 'class="'. $header_classes[$field] . '" '; } ?>>
<th <?php if ($header_classes[$field]) { print 'class="'. $header_classes[$field] . '" '; } ?> scope="col">
<?php print $label; ?>
</th>
<?php endforeach; ?>