Bugzilla – Attachment 24435 Details for
Bug 11566
Fixing accessibility on OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11566: Fixing accessibility on OPAC in opac-addbybiblionumber.tt
Bug-11566-Fixing-accessibility-on-OPAC-in-opac-add.patch (text/plain), 1.58 KB, created by
Aleisha Amohia
on 2014-01-16 00:53:27 UTC
(
hide
)
Description:
Bug 11566: Fixing accessibility on OPAC in opac-addbybiblionumber.tt
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2014-01-16 00:53:27 UTC
Size:
1.58 KB
patch
obsolete
>From b70edd75db76b0c5c01578f87ccdc138985fcafb Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 16 Jan 2014 13:45:37 +1300 >Subject: [PATCH] Bug 11566: Fixing accessibility on OPAC in > opac-addbybiblionumber.tt > >Removed unnecessary fieldset around save button >--- > .../bootstrap/en/modules/opac-addbybiblionumber.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt >index c191547..3d9ca9c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt >@@ -84,10 +84,8 @@ > [% FOREACH biblio IN biblios %] > <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html%]" /> > [% END %] >- <fieldset class="action"> > <input type="submit" value="Save" class="btn" /> > <a class="close cancel" href="#">Cancel</a> >- </fieldset> > </form> > [% END # / UNLESS singleshelf %] > [% ELSE %] >@@ -107,4 +105,4 @@ > </div> <!-- / .main --> > > [% INCLUDE 'opac-bottom.inc' is_popup=1 %] >-[% BLOCK jsinclude %][% END %] >\ No newline at end of file >+[% BLOCK jsinclude %][% END %] >-- >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