Skip to content

Commit

Permalink
Update inspectionview.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 23, 2024
1 parent 4829ea0 commit 525c8f5
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 @@ -130,7 +130,7 @@
<div class="row justify-content-center py-2-2">
<input type="hidden" name="id_inspection" value = "<?= $inspection->id_inspection ?>" >
<div class="col-4 col-md-2 py-1"><label for="reg_vhcl">QR Code</label></div>
<div class="col-8 col-md-8 py-1"><input type="text" class="form-control" id="qrcode_inspection" name ="qrcode_inspection" onkeyup="checkifexists(this, 4)"></div>
<div class="col-8 col-md-7 py-1"><input type="text" class="form-control" id="qrcode_inspection" name ="qrcode_inspection" onkeyup="checkifexists(this, 4)"></div>
<div class = "col col-md-3 py-1"><button type="submit" id="submitbtn" class="btn btn-success btn-block"><?= $this->lang->line('submit'); ?></button></div>
</div>
<?php
Expand Down

0 comments on commit 525c8f5

Please sign in to comment.