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:
root
2019-06-11 19:37:42 -04:00
parent f06a66887d
commit a5b7004e8a
1013 changed files with 120 additions and 183718 deletions

View File

@@ -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>