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 7e856fa commit 007c842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/views/pdfcert.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<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 Expand Up @@ -127,4 +128,4 @@


</body>
</html>
</html>

0 comments on commit 007c842

Please sign in to comment.