mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 13:35:37 +00:00
Update client_software_add_modal.php
Tidy
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<select class="form-control select2" name="type" required>
|
<select class="form-control select2" name="type" required>
|
||||||
<option value="">- Type -</option>
|
<option value="">- Type -</option>
|
||||||
<?php foreach($software_types_array as $software_type) { ?>
|
<?php foreach ($software_types_array as $software_type) { ?>
|
||||||
<option><?php echo $software_type; ?></option>
|
<option><?php echo $software_type; ?></option>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</select>
|
</select>
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<select class="form-control select2" name="license_type">
|
<select class="form-control select2" name="license_type">
|
||||||
<option value="">- Select a License Type -</option>
|
<option value="">- Select a License Type -</option>
|
||||||
<?php foreach($license_types_array as $license_type) { ?>
|
<?php foreach ($license_types_array as $license_type) { ?>
|
||||||
<option><?php echo $license_type; ?></option>
|
<option><?php echo $license_type; ?></option>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user