Skip to content

Commit

Permalink
wheeldrive
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 16, 2024
1 parent 007c842 commit 764bac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/views/pdfcert.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
<p class="certhead"><?= $this->lang->line('certificate'); ?></p>
<p class="certsubhead"><?= $this->lang->line('dekra_nr'); ?>: <?php echo $inspection->number_inspection; ?></p>
<table width = "80%" align="center">
<tr><td width="40%" class="certfield" style="padding: 15px 0"><?= $this->lang->line('pdf_vin_vhcl'); ?></td><td colspan="3" class="certfield" style="padding: 15px 0"><?php echo $inspection->vin_vhcl; ?></td></tr>
<tr><td width="40%" class="certfield" style="padding: 15px 0"><?= $this->lang->line('pdf_make_vhcl'); ?></td><td class="certfield" style="padding: 15px 0"><?php echo $inspection->make_vhcl; ?></td></tr>
<tr><td width="40%" class="certfield" style="padding: 15px 0"><?= $this->lang->line('pdf_model_vhcl'); ?></td><td class="certfield" style="padding: 15px 0"><?php echo $inspection->model_vhcl; ?></td></tr>
<tr><td width="40%" class="certfield" style="padding: 15px 0"><?= $this->lang->line('pdf_vin_vhcl'); ?></td><td class="certfield" style="padding: 15px 0"><?php echo $inspection->vin_vhcl; ?></td></tr>
Expand Down
3 changes: 3 additions & 0 deletions application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<td width="40%" colspan="2" class="frcellhdr dgreen bot-border"><?= $this->lang->line('pdf_reg_vhcl'); ?> <span style = "font-weight:normal; color: #000;"><?php echo $inspection->reg_vhcl; ?></span> </td>
</tr>
<tr>
<td class="frcellfld"><?= $this->lang->line('pdf_vin_vhcl'); ?></td><td colspan="3"><?php echo $inspection->vin_vhcl; ?>
</tr>
<tr>
<td class="frcellfld"><?= $this->lang->line('pdf_type_vhcl'); ?></td><td><?php echo $inspection->type_vhcl; ?></td><td class="frcellfld"><?= $this->lang->line('pdf_doors_vhcl'); ?></td><td><?php echo $inspection->doors_vhcl; ?></td>
</tr>
<tr>
Expand Down

0 comments on commit 764bac5

Please sign in to comment.