Bugzilla – Attachment 107895 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.58 KB, created by
Martin Renvoize (ashimema)
on 2020-08-06 14:24:57 UTC
(
hide
)
Description:
Bug 26161: Move actions under rhs fieldsets
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-08-06 14:24:57 UTC
Size:
1.58 KB
patch
obsolete
>From 2381b2548ef2e76357fdada024221657879a6d9e 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 >--- > 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.20.1
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