This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
<div>
|
<div>
|
||||||
<form id="frm" method="post" action="index.html">
|
<form id="frm" method="post" action="index.html">
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="status">Status</label>
|
||||||
|
<select class="form-control" name="status" readonly>
|
||||||
|
<option value="0">New</option>
|
||||||
|
<option value="1">Approved</option>
|
||||||
|
<option value="2">Rejected</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="companyName">Company</label>
|
<label for="companyName">Company</label>
|
||||||
@@ -18,7 +26,7 @@
|
|||||||
|
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<label class="form-check-label text-success font-weight-bold" for="emailValidated">
|
<label class="form-check-label text-success font-weight-bold" for="emailValidated">
|
||||||
<input class="form-check-input" type="checkbox" name="emailValidated" id="emailValidated">Email
|
<input class="form-check-input" type="checkbox" name="emailValidated" id="emailValidated" disabled>Email
|
||||||
verified</label>
|
verified</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@@ -34,7 +42,6 @@
|
|||||||
<input class="form-control" type="date" id="dtProcessed" name="dtProcessed" value="" readonly>
|
<input class="form-control" type="date" id="dtProcessed" name="dtProcessed" value="" readonly>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="dtFetched">Fetched on</label>
|
<label for="dtFetched">Fetched on</label>
|
||||||
<input class="form-control" type="date" id="dtfetched" name="dtfetched" value="" readonly>
|
<input class="form-control" type="date" id="dtfetched" name="dtfetched" value="" readonly>
|
||||||
@@ -43,33 +50,16 @@
|
|||||||
<label for="key">Key</label>
|
<label for="key">Key</label>
|
||||||
<textarea class="form-control form-control-lg" id="key" name="key" rows="10" readonly />
|
<textarea class="form-control form-control-lg" id="key" name="key" rows="10" readonly />
|
||||||
</div>
|
</div>
|
||||||
{{!-- <div class="form-group">
|
|
||||||
<label for="fetchFrom">Fetched from</label>
|
|
||||||
<input class="form-control" type="text" id="fetchFrom" name="fetchFrom" value="" readonly>
|
|
||||||
</div>
|
|
||||||
{"id":1,"dbId":"7f3dd3d5-d6e4-404f-ad29-60f0eb38d054","companyName":"Super TestCo",
|
|
||||||
"contactName":"Test Testerson","notes":null,"email":"cardjohn@ayanova.com",
|
|
||||||
"emailConfirmCode":"1cOrceCicgU","emailValidated":false,"dtRequested":1591988730,
|
|
||||||
"dtProcessed":null,"status":0,"rejectReason":null,"key":null,"dtFetched":null}
|
|
||||||
--}}
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="status">Status</label>
|
|
||||||
<select class="form-control" name="status" readonly>
|
|
||||||
<option value="0">New</option>
|
|
||||||
<option value="1">Approved</option>
|
|
||||||
<option value="2">Rejected</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="rejectReason">Reject reason</label>
|
<label for="rejectReason">Reject reason</label>
|
||||||
<input class="form-control" type="text" id="rejectReason" name="rejectReason" value="" >
|
<input class="form-control" type="text" id="rejectReason" name="rejectReason" value="" >
|
||||||
</div>
|
</div>
|
||||||
<div class="app-frm-buttons mt-5">
|
|
||||||
<button id="btn-reject" class="btn btn-danger mr-5">Reject</button>
|
|
||||||
<button id="btn-approve" class="btn btn-success">Approve</button>
|
|
||||||
<button id="btn-delete" class="btn btn-outline-dark">Delete</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<div class="app-frm-buttons mt-5">
|
||||||
|
<button id="btn-reject" class="btn btn-small btn-danger mt-3">Reject</button>
|
||||||
|
<button id="btn-delete" class="btn btn-outline-dark ml-3 mt-3">Delete</button>
|
||||||
|
<button id="btn-approve" class="btn btn-success ml-5 mt-3">Approve</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user