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 249da56 commit d6292f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<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 min-tablet-l"><small><?= $this->lang->line('number_inspection'); ?></small></th>
<th scope="col" class="text-center all"><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>
<th scope="col" class="text-center"><small><?= $this->lang->line('reg_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('vin_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('client_vhcl'); ?></small></th>
<th scope="col" class="text-center"><small><?= $this->lang->line('inspector'); ?></small></th>
<th scope="col" class="text-center"><i class="fal fa-file-alt"></i></th>
<th scope="col" class="text-center all"><i class="fal fa-file-alt"></i></th>
<th scope="col" class="text-center"><i class="fal fa-tachometer-fast"></i></th>
<th scope="col" class="text-center"></th>
<th scope="col" class="text-center all"></th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit d6292f0

Please sign in to comment.