Skip to content

Commit

Permalink
Update inspectionform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Mar 11, 2024
1 parent a8c7b72 commit 58fbba3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
<div class="col-lg-8">
<?php echo form_open("inspection/inspection_save", "id='inspform'");?>
<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>
<textarea class="form-control" id="<?= $langprefix ?>rmrk_inspection" name="<?= $langprefix ?>rmrk_inspection" rows="5"></textarea>
</div>
</div>



<?php
$mcp = "";
$scp = "";
Expand Down

0 comments on commit 58fbba3

Please sign in to comment.