Skip to content

Commit

Permalink
Update inspectionview.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Mar 14, 2024
1 parent 946a85e commit b897555
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions application/views/inspectionview.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
</div>
</div>
</div>
<?php if (isset($inspection->rmrk_inspection)) { ?>
<?php if (isset($user_lang) && $user_lang == "greek") {

if (isset($inspection->rmrk_inspection)) { ?>
<div class="col-lg-10 p-3 bg-light">
<div class="row">
<div class = "col">
Expand All @@ -69,7 +71,19 @@
</div>
</div>

<?php } ?>
<?php } } else {

if (isset($inspection->en_rmrk_inspection)) { ?>
<div class="col-lg-10 p-3 bg-light">
<div class="row">
<div class = "col">
<h4><?= $this->lang->line('genremark_inspection'); ?></h4></div>
<div class = "col pb-3"><?= $inspection->en_rmrk_inspection ?></div>

</div>
</div>

<?php } } ?>
<?php if (isset($inspimg)) { ?>
<div class="col-lg-10 p-3 bg-light">
<div class="row">
Expand Down

0 comments on commit b897555

Please sign in to comment.