Bugzilla – Attachment 24436 Details for
Bug 11566
Fixing accessibility on OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Improved accessibility by removing <fieldset> tags as they were unnecessary.
Improved-accessibility-by-removing-fieldset-tags-a.patch (text/plain), 1.42 KB, created by
Merllissia Manueli
on 2014-01-16 00:59:35 UTC
(
hide
)
Description:
Improved accessibility by removing <fieldset> tags as they were unnecessary.
Filename:
MIME Type:
Creator:
Merllissia Manueli
Created:
2014-01-16 00:59:35 UTC
Size:
1.42 KB
patch
obsolete
>From 39320a11ccc29b3d43bf7d74fa3ceafe2f718cba Mon Sep 17 00:00:00 2001 >From: merllissia <manuelimel@gmail.com> >Date: Thu, 16 Jan 2014 13:58:36 +1300 >Subject: [PATCH] Improved accessibility by removing <fieldset> tags as they > were unnecessary. > >http://bugs.koha-community.org/show_bug.cgi?id=11566 >--- > .../opac-tmpl/bootstrap/en/modules/opac-tags.tt | 2 -- > 1 file changed, 2 deletions(-) > >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 b726798..a6d898e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >@@ -72,7 +72,6 @@ > <h1>All Tags</h1> > > <form method="get" action="opac-tags.pl" class="form-inline"> >- <fieldset> > <label> > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] > Tags to show from other users >@@ -89,7 +88,6 @@ > <p><a class="loginModal-trigger" href="/cgi-bin/koha/opac-user.pl">Log in to see your own saved tags.</a></p> > [% END %] > [% END %] >- </fieldset> > </form> > > [% IF ( TAGLOOP ) %] >-- >1.7.9.5
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 11566
:
24432
|
24433
|
24434
|
24435
| 24436 |
24437
|
24438
|
24439
|
24440