Skip to content

Commit

Permalink
Update inspectionform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 30, 2024
1 parent 2c6852c commit eee18b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,18 @@
<input type="hidden" name="inspectionid_insres" value = "<?= $inspectionid ?> ">
<div class="row">
<div class="form-group col">
<label for="exampleFormControlTextarea1"><?= $this->lang->line('genremark_inspection'); ?></label>
<label for="<?= $langprefix ?>rmrk_inspection"><?= $this->lang->line('genremark_inspection'); ?></label>
<textarea class="form-control" id="<?= $langprefix ?>rmrk_inspection" name="<?= $langprefix ?>rmrk_inspection" rows="5"><?php echo $insgenpremark; ?></textarea>
</div>
</div>

<div class="form-group row pt-3">
<label for="chpsect[<?= $cp['id_cp']; ?>]" class="col-sm-7 col-form-label "><?= $cp[$name_cp]; ?><small class="form-text text-muted"><?= $cp[$helptext_cp]; ?></small></label>

<div class="col-sm-5 text-center text-sm-right">

</div>
</div>


<?php
Expand Down

0 comments on commit eee18b6

Please sign in to comment.