File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 226226 </div>
227227 <form action="functions/remove-product.php" method="post">
228228 <input type="hidden" name="data_id">
229- <div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">Close </button><button class="btn btn-danger" type="submit">Remove </button></div>
229+ <div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">No </button><button class="btn btn-danger" type="submit">Yes </button></div>
230230 </form>
231231 </div>
232232 </div>
242242 </div>
243243 <form action="functions/cancel-transaction.php" method="post">
244244 <input type="hidden" name="data_id" value="<?php echo $ id ; ?> ">
245- <div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">Close </button><button class="btn btn-danger" type="submit">Cancel </button></div>
245+ <div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">No </button><button class="btn btn-danger" type="submit">Yes </button></div>
246246 </form>
247247 </div>
248248 </div>
260260 <input type="hidden" name="id" value="<?php echo $ id ; ?> ">
261261 <input type="hidden" name="kilo">
262262 <input type="hidden" name="type">
263- <div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">Close </button><button class="btn btn-primary" type="submit">Proceed </button></div>
263+ <div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">No </button><button class="btn btn-primary" type="submit">Yes </button></div>
264264 </form>
265265 </div>
266266 </div>
You can’t perform that action at this time.
0 commit comments