new system for address confrimation
This commit is contained in:
@@ -171,8 +171,8 @@
|
||||
<label for="edit-location-address">Address</label>
|
||||
<div style="display: flex; gap: 10px;">
|
||||
<input type="text" id="edit-location-address" name="Address" style="flex: 1;">
|
||||
<button type="button" class="btn btn-secondary btn-sm" id="lookup-address-edit-btn">
|
||||
📍 Lookup Address
|
||||
<button type="button" class="btn btn-secondary btn-sm" id="confirm-address-edit-btn">
|
||||
📍 Confirm Address
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -282,8 +282,8 @@
|
||||
<div style="display: flex; gap: 10px;">
|
||||
<input type="text" id="location-address" name="Address"
|
||||
placeholder="Enter address" style="flex: 1;">
|
||||
<button type="button" class="btn btn-secondary btn-sm" id="lookup-address-add-btn">
|
||||
📍 Lookup Address
|
||||
<button type="button" class="btn btn-secondary btn-sm" id="confirm-address-add-btn">
|
||||
📍 Confirm Address
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -336,7 +336,7 @@
|
||||
<button type="button" class="btn btn-secondary" id="cancel-modal-btn">
|
||||
Cancel
|
||||
</button>
|
||||
<button type="submit" class="btn btn-primary">
|
||||
<button type="submit" class="btn btn-primary" id="save-location-btn" disabled>
|
||||
Save Location
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user