Bugzilla – Attachment 24440 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 accessibilty by adding legend for suggestion form and submit
improved-accessibilty-by-adding-legend-for-suggest.patch (text/plain), 3.88 KB, created by
AlexHorsman
on 2014-01-16 01:06:01 UTC
(
hide
)
Description:
improved accessibilty by adding legend for suggestion form and submit
Filename:
MIME Type:
Creator:
AlexHorsman
Created:
2014-01-16 01:06:01 UTC
Size:
3.88 KB
patch
obsolete
>From e27d863957821e3b3e983d195ec01c6a64189bb9 Mon Sep 17 00:00:00 2001 >From: alex_h <dhorsman@xtra.co.nz> >Date: Thu, 16 Jan 2014 14:03:05 +1300 >Subject: [PATCH] improved accessibilty by adding legend for suggestion form > and submit > >http://bugs.koha-community.org/show_bug.cgi?id=11566 >--- > .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 4 ++-- > .../bootstrap/en/modules/opac-suggestions.tt | 4 +++- > 2 files changed, 5 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index ecccb6e..568678e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -222,8 +222,8 @@ > <div class="notesrow" id="notesrow_[% bibitemloo.biblionumber %]"> > <label for="holdnotes[% bibitemloo.biblionumber %]">Hold notes:</label> > <span id="forcenotesreason_[% bibitemloo.biblionumber %]" class="forcenotesreason"></span> >- <textarea id="holdnotes[% bibitemloo.biblionumber %]" rows="2" cols="30" name="notes_[% bibitemloo.biblionumber %]">[% bibitemloo.holdnotes %]</textarea> >- <input type="hidden" id="notesmandatory_[% bibitemloo.biblionumber %]" value="[% bibitemloo.mandatorynotes %]"/> >+ <textarea id="holdnotes[% bibitemloo.biblionumber %]" rows="2" cols="30" name="notes_[% bibitemloo.biblionumber %]">[% bibitemloo.holdnotes %]</textarea>input >+ <input type="hidden" id="notesmandatory_[% bibitemloo.biblionumber %]" value="[% bibitemloo.mandatorynotes %]"/> > </div> > </li> > [% END # / IF OpacHoldNotes %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 0ba0412..a66cdd6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -32,7 +32,8 @@ > > <form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> > <fieldset class="rows"> >- <ol> >+ <legend>Suggestion Form</legend> >+ <ol> > <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" maxlength="255" /></li> > <li><label for="author">Author:</label><input type="text" id="author" name="author" maxlength="80" /></li> > <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li> >@@ -85,6 +86,7 @@ > </ol> > </fieldset> > <fieldset class="action"> >+ <legend>Submit</legend> > <input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /> > <input type="hidden" name="op" value="add_confirm" /> > <input type="submit" onclick="Check(this.form); return false;" class="btn" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a> >-- >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