Bugzilla – Attachment 119634 Details for
Bug 27740
Accessibility: OPAC - Headings should have correct tags and hierarchy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27740: (QA follow-up) Fix 'Payment method'
Bug-27740-QA-follow-up-Fix-Payment-method.patch (text/plain), 1.47 KB, created by
Martin Renvoize (ashimema)
on 2021-04-15 14:46:50 UTC
(
hide
)
Description:
Bug 27740: (QA follow-up) Fix 'Payment method'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-04-15 14:46:50 UTC
Size:
1.47 KB
patch
obsolete
>From 775db41fdf0e89b2d5b58d97e80b4c332251015c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 15 Apr 2021 15:00:52 +0100 >Subject: [PATCH] Bug 27740: (QA follow-up) Fix 'Payment method' > >The 'Payment method' heading now needs to be moved to the second level >to ensure consistent header heirarchy. > >Test plan >1/ Add some debts to a patrons account >2/ Enable online payments (Paypal is a good example) >3/ Login to the OPAC and navigate to the 'Charges' page >4/ Note the header hierarchy has no gaps... (h1 -> h2, not h1 -> h3) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >index 6c3b5b9c5c..3cfc0f8877 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -135,7 +135,7 @@ > [% IF ENABLE_OPAC_PAYMENTS && DISPLAY_PAYMENT_BLOCK %] > <fieldset class="pay-online hidden"> > <legend>Pay selected fines and charges</legend> >- <span class="help-block"><h3>Payment method</h3></span> >+ <span class="help-block"><h2>Payment method</h2></span> > > [% IF Koha.Preference('EnablePayPalOpacPayments') %] > <div class="control-group"> >-- >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 27740
:
117629
|
117771
|
118837
|
118858
|
119633
|
119634
|
119635
|
119687
|
119688
|
119689
|
119690
|
119691
|
119815
|
119816
|
119953
|
119954
|
119955
|
119958
|
119981
|
120437
|
120438
|
120439
|
120440
|
120441
|
120442
|
120443