Bugzilla – Attachment 120150 Details for
Bug 27876
Accessibility: OPAC - Reduce heading redundancy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27876: changed Your tags title to caption in OPAC
Bug-27876-changed-Your-tags-title-to-caption-in-OP.patch (text/plain), 1.42 KB, created by
Wainui Witika-Park
on 2021-04-25 04:08:24 UTC
(
hide
)
Description:
Bug 27876: changed Your tags title to caption in OPAC
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-04-25 04:08:24 UTC
Size:
1.42 KB
patch
obsolete
>From 3166a735d78a3c994e0868bea644c02583ed2f5c Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Sun, 25 Apr 2021 04:02:04 +0000 >Subject: [PATCH] Bug 27876: changed Your tags title to caption in OPAC > >On the tags page, changed the <h2> "Your tags" to a <caption> to reduce >heading redundancy but keep the information available. > >To test: >1) Apply patch >2) Go to OPAC >3) Go to opac-tags.pl >4) Ensure that there is a caption above the table that says "Your tags" >and that it is not a heading tag > >Sponsored-by: Catalyst IT >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >index 44120677d9..921743f631 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >@@ -131,8 +131,8 @@ > > [% IF ( MY_TAGS ) %] > <form id="deletetags" method="post" action="opac-tags.pl"> >- <h2>Your tags</h2> > <table id="mytagst" class="table table-bordered table-striped"> >+ <caption>Your tags</caption> > <thead> > <tr> > <th> </th> >-- >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 27876
:
120148
|
120149
|
120150
|
120151
|
120152
|
120153
|
120199
|
120200
|
120201
|
120716
|
120717
|
120718