mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
cleaned up the file hiearchy, added icons to asset types. fixed edit client net terms, added change photo for contacts, added some more options to settings
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
</div>
|
||||
<select class="form-control selectpicker show-tick" data-live-search="true" name="type" required>
|
||||
<option value="">- Type -</option>
|
||||
<?php foreach($asset_types_array as $asset_type) { ?>
|
||||
<option><?php echo $asset_type; ?></option>
|
||||
<?php foreach($asset_types_array as $asset_type => $asset_icon) { ?>
|
||||
<option data-icon="text-secondary fa fa-fw <?php echo $asset_icon; ?>"><?php echo $asset_type; ?></option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user