summaryrefslogtreecommitdiff
path: root/pages/flypage.html
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-19 11:46:18 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-19 11:46:18 +0800
commit9728a96b641d6476d4be86cebfa1ea62636221c5 (patch)
tree39cf6d5edca8b2d8e9ce22bfd3c3a96ece2e957d /pages/flypage.html
parenta1ffbd6c0cb3278e4cf99dae021d96587512e5e2 (diff)
parent09ff8205ac808aead98951bf7b0745c0ad2d796a (diff)
Merge branch 'master' into sicepat
Diffstat (limited to 'pages/flypage.html')
-rw-r--r--pages/flypage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/flypage.html b/pages/flypage.html
index 192b5a5..b0e01be 100644
--- a/pages/flypage.html
+++ b/pages/flypage.html
@@ -60,8 +60,8 @@ for my $option (@{$Tag->query({sql
<!-- Call to action button -->
<div class="container my-4">
<div class="d-grid gap-2">
- <button class="btn btn-outline-primary btn-block d-flex justify-content-center align-content-between gap-2" href="[area ord/basket]" type="submit"><span class="material-icons-outlined">add</span>Add to cart</button>
- <button class="btn btn-primary btn-block d-flex justify-content-center align-content-between gap-2" href="[area ord/checkout]" type="submit"><span class="material-icons-outlined">point_of_sale</span>[L]Checkout[/L]</button>
+ <button class="btn btn-outline-primary btn-block d-flex justify-content-center align-content-between gap-2" name="mv_nextpage" value="ord/basket" type="submit"><span class="material-icons-outlined">add</span>Add to cart</button>
+ <button class="btn btn-primary btn-block d-flex justify-content-center align-content-between gap-2" name="mv_nextpage" value="ord/checkout" type="submit"><span class="material-icons-outlined">point_of_sale</span>[L]Checkout[/L]</button>
</div>
</div>
</form>[/fly-list]