webapp: added comments text box to add/edit modal.

This commit is contained in:
Shreyas Zare
2021-05-08 15:42:17 +05:30
parent d8b9a4e010
commit 6b8db352df

View File

@@ -2137,6 +2137,13 @@
</div>
</div>
<div class="form-group">
<label for="txtAddEditRecordComments" class="col-sm-4 control-label">Comments</label>
<div class="col-sm-7">
<textarea id="txtAddEditRecordComments" class="form-control" rows="3"></textarea>
</div>
</div>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary" id="btnAddEditRecord" data-loading-text="Saving...">Save</button>