mirror of https://github.com/itflow-org/itflow
Reverted html in add expenses copy modal
This commit is contained in:
parent
ab1b2e05ee
commit
217fd252a3
|
|
@ -102,10 +102,8 @@
|
|||
<textarea class="form-control" rows="4" name="description" required><?php echo $expense_description; ?></textarea>
|
||||
</div>
|
||||
<div class="custom-file">
|
||||
<div class="input-group">
|
||||
<input type="file" class="custom-file-input" name="attachment">
|
||||
<label class="custom-file-label">Attach Reciept...</label>
|
||||
</div>
|
||||
<input type="file" class="custom-file-input" name="attachment">
|
||||
<label class="custom-file-label">Attach Reciept...</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
|
|||
Loading…
Reference in New Issue