mirror of
https://github.com/itflow-org/itflow
synced 2026-03-23 05:55:38 +00:00
Reverted html in add expenses copy modal
This commit is contained in:
@@ -102,12 +102,10 @@
|
|||||||
<textarea class="form-control" rows="4" name="description" required><?php echo $expense_description; ?></textarea>
|
<textarea class="form-control" rows="4" name="description" required><?php echo $expense_description; ?></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="custom-file">
|
<div class="custom-file">
|
||||||
<div class="input-group">
|
|
||||||
<input type="file" class="custom-file-input" name="attachment">
|
<input type="file" class="custom-file-input" name="attachment">
|
||||||
<label class="custom-file-label">Attach Reciept...</label>
|
<label class="custom-file-label">Attach Reciept...</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||||
<button type="submit" name="add_expense" class="btn btn-primary">Save</button>
|
<button type="submit" name="add_expense" class="btn btn-primary">Save</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user