Skip to content

Commit

Permalink
Update inspectionview.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 28, 2024
1 parent 611450b commit ddb03d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionview.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<div class="col-sm-6 p-1 text-center text-sm-left">
<?php if ($inspection->filename_inspection != NULL) {?>
<p class="inspfile"><a href="<?= base_url()?>assets/pdfs/<?= $inspection->filename_inspection ?>" target="_blank"><i class="fal fa-file-pdf"></i> <?= $this->lang->line('inspection_report'); ?> (<?= $this->lang->line('greeklang'); ?>)</a></p>
<?php } ?> <a class = "btn btn-primary emailsend" href="<?=base_url()?>inspection/emailsend/<?= $insp->id_inspection?>">>Αποστολή με email</a>
<?php } ?> <a class = "btn btn-primary emailsend" href="<?=base_url()?>inspection/emailsend/<?= $inspection->id_inspection?>">Αποστολή με email</a>
<?php if ($inspection->en_filename_inspection != NULL) {?>
<p class="inspfile"><a href="<?= base_url()?>assets/pdfs/<?= $inspection->en_filename_inspection ?>" target="_blank"><i class="fal fa-file-pdf"></i> <?= $this->lang->line('inspection_report'); ?> (<?= $this->lang->line('englishlang'); ?>)</a></p>
<?php } ?>
Expand Down

0 comments on commit ddb03d1

Please sign in to comment.