diff options
| -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] |