Reverted from bootstrap fancy file to standard html file for add expense file name wasnt showing up unless i added more javascript code

This commit is contained in:
root 2019-04-13 23:36:12 -04:00
parent fd4196bcac
commit 7ee254c768
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@
<label>Description</label>
<textarea class="form-control" rows="4" name="description" required></textarea>
</div>
<div class="custom-file">
<input type="file" class="custom-file-input" name="file">
<label class="custom-file-label">Attach Reciept...</label>
<div class="form-group">
<label>Reciept</label>
<input type="file" class="form-control-file" name="file">
</div>
</div>
<div class="modal-footer">