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 d1a0253 commit 10fe06c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<table id="inspectlist" class="table table-striped table-sm">
<thead>
<tr>
<th scope="col" class="text-center"><?= $this->lang->line('number_inspection'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('date_inspection'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('make_vhcl'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('model_vhcl'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('reg_vhcl'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('vin_vhcl'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('client_vhcl'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('inspector'); ?></th>
<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>
<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"><i class="fal fa-tachometer-fast"></i></th>
<th scope="col" class="text-center"></th>
Expand Down Expand Up @@ -108,7 +108,7 @@ className: 'btn btn-success',
stateSave: true,
columnDefs: [
{searchable: false, orderable: false, targets: [8,9,10] },
{targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')}
{targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')},
{ visible: false, targets: [5,7] }
],
lengthMenu: [ 25, 50, 100 ]
Expand Down

0 comments on commit 10fe06c

Please sign in to comment.