Bugzilla – Attachment 108008 Details for
Bug 26161
Confirm and cancel buttons should be underneath the right hand form on the POS page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26161: Move actions under rhs fieldsets
Bug-26161-Move-actions-under-rhs-fieldsets.patch (text/plain), 1.65 KB, created by
ByWater Sandboxes
on 2020-08-10 15:27:58 UTC
(
hide
)
Description:
Bug 26161: Move actions under rhs fieldsets
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-08-10 15:27:58 UTC
Size:
1.65 KB
patch
obsolete
>From 0c45942499df4c898f0e7639b92bb806d27892a2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 6 Aug 2020 15:22:07 +0100 >Subject: [PATCH] Bug 26161: Move actions under rhs fieldsets > >This patch moves the action buttons div to within the column div that >contains the 'This sale' and 'Collect payment' fieldsets. > >Test plan >1/ Apply patch >2/ Navigate to the 'Point of sale' page (having enabled UseCashRegisters >and EnablePointOfSale) >3/ Confirm the 'Confirm' and 'Cancel' button/link now appear on the >correct side. >4/ Signoff > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >index 021e4ea611..87cbd926a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >@@ -129,11 +129,11 @@ > </ol> > > </fieldset> >- </div> > >- <div class="action"> >- <input type="submit" id="submitbutton" name="submitbutton" value="Confirm" /> >- <a class="cancel" href="/cgi-bin/koha/pos/pay.pl">Cancel</a> >+ <div class="action"> >+ <input type="submit" id="submitbutton" name="submitbutton" value="Confirm" /> >+ <a class="cancel" href="/cgi-bin/koha/pos/pay.pl">Cancel</a> >+ </div> > </div> > </div> > </form> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26161
:
107895
|
108008
|
108015