diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-19 11:46:18 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-19 11:46:18 +0800 |
commit | 9728a96b641d6476d4be86cebfa1ea62636221c5 (patch) | |
tree | 39cf6d5edca8b2d8e9ce22bfd3c3a96ece2e957d | |
parent | a1ffbd6c0cb3278e4cf99dae021d96587512e5e2 (diff) | |
parent | 09ff8205ac808aead98951bf7b0745c0ad2d796a (diff) |
Merge branch 'master' into sicepat
-rw-r--r-- | pages/flypage.html | 4 |
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] |