Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 29, 2024
1 parent 71cb357 commit 9dbf978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<table id="inspectlist" class="table table-striped table-sm">
<thead>
<tr>
<th scope="col" class="text-center"><small><?= $this->lang->line('number_inspection'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('date_inspection'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('make_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('model_vhcl'); ?></small></th>
Expand All @@ -26,7 +27,6 @@
<tbody>
<?php foreach ($inspections as $insp): ?>
<tr>
<td class="text-left"><small><?php echo $insp->date_inspection; ?></small></td>
<td class="text-left"><small><?php echo $insp->number_inspection; ?></small></td>
<td class="text-center"><?php echo $insp->date_inspection; ?></td>
<td class="text-center"><?php echo $insp->make_vhcl; ?></td>
Expand Down

0 comments on commit 9dbf978

Please sign in to comment.