Added shopping cart icon on expenses header

This commit is contained in:
root
2019-03-16 17:34:27 -04:00
parent e0c7bbd4ed
commit ab1b2e05ee
3 changed files with 6 additions and 4 deletions

View File

@@ -102,8 +102,10 @@
<textarea class="form-control" rows="4" name="description" required><?php echo $expense_description; ?></textarea>
</div>
<div class="custom-file">
<input type="file" class="custom-file-input" name="attachment">
<label class="custom-file-label">Attach Reciept...</label>
<div class="input-group">
<input type="file" class="custom-file-input" name="attachment">
<label class="custom-file-label">Attach Reciept...</label>
</div>
</div>
</div>
<div class="modal-footer">