Bugzilla – Attachment 119953 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: (follow-up) changed welcome user to <p>
Bug-27740-follow-up-changed-welcome-user-to-p.patch (text/plain), 1.82 KB, created by
Henry Bolshaw
on 2021-04-21 14:47:26 UTC
(
hide
)
Description:
Bug 27740: (follow-up) changed welcome user to <p>
Filename:
MIME Type:
Creator:
Henry Bolshaw
Created:
2021-04-21 14:47:26 UTC
Size:
1.82 KB
patch
obsolete
>From 81d79d235cae7fcc4169c3b4f399fa657ea158dd Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Fri, 16 Apr 2021 03:08:21 +0000 >Subject: [PATCH] Bug 27740: (follow-up) changed welcome user to <p> > >In the 'user_summary block', the "Welcome, user" was an <h3>. This has >been changed to a <p> as it isn't really a heading. > >The styling can be changed to make it appear as it was before, or to >make it appear more significant on the page. > >To test: >1) Go to the OPAC >2) Go to the home page >3) Go to the 'user_summary' block >4) Check that the part where is says "Welcome, user" is now a <p> > >Sponsored-by: Catalyst IT > >Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >index 703a7e6e82..e64dfbbc1d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt >@@ -218,7 +218,7 @@ > [% ELSE %] > [% IF Koha.Preference('OPACUserSummary') && dashboard_info %] > <div id="user_summary"> >- <h3>Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</span></a></h3> >+ <p>Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</span></a></p> > <ul id="user_summary_shortcuts"> > [% IF checkouts && checkouts > 0 %] > <li> >-- >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 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