Skip to content

Commit

Permalink
Update vehiclesform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 2, 2024
1 parent 74a7035 commit 47ba01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/vehiclesform.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<label for="fueltyp_vhcl"><?= $this->lang->line('fuel_vhcl'); ?></label>
<div class="input-group mb-3">
<select class="custom-select" name="fueltyp_vhcl" id="fueltyp_vhcl" >
<option>Επιλογή...</option>
<?php foreach ($fueltypes as $ft) { ?>
<option value="<?= $ft ?>" <?php if ($ft == $fueltyp_vhcl) { echo "SELECTED"; } ?>><?= $this->lang->line($ft); ?></option>
<?php } ?>
Expand Down

0 comments on commit 47ba01e

Please sign in to comment.