Bugzilla – Attachment 57196 Details for
Bug 17545
Make "Add biblio" not hidden by language chooser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17545 [Revised] Make "Add biblio" not hidden by language chooser
Bug-17545-Revised-Make-Add-biblio-not-hidden-by-la.patch (text/plain), 2.43 KB, created by
Owen Leonard
on 2016-11-04 13:46:11 UTC
(
hide
)
Description:
Bug 17545 [Revised] Make "Add biblio" not hidden by language chooser
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-11-04 13:46:11 UTC
Size:
2.43 KB
patch
obsolete
>From 8cc0d6017b37204344a7bb4b8ac6c84aa6edb67d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 4 Nov 2016 09:34:12 -0400 >Subject: [PATCH] Bug 17545 [Revised] Make "Add biblio" not hidden by language > chooser >Content-Type: text/plain; charset="utf-8" > >This alternate patch changes the menu direction so that it "drops" up >instead of down. This avoids the problem of overlapping or being hidden >by the language chooser. > >The disadvantage of this patch is that it is not global. However, I >think it's a better long-term solution to the problem. > >To test, apply the patch and follow the issue description: > >- Make sure more than one language is active for the staff client, so > that the language chooser bar shows at the bottom of each page >- Do one or more Z39.50 searches, to make sure you have some records in > the reservoir >- Go to "Cataloging" and do a "Catalog search", so that the reservoir is > searched. Make sure your search is broad enough that some results from > the reservoir is shown "below the fold" >- Scroll to the last result and click on the "Actions" menu > >The direction of the menu should be up instead of down. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 1313ba1..a3baba2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -198,7 +198,7 @@ > </span> > </td> > <td> >- <div class="dropdown"> >+ <div class="dropup"> > <a class="btn btn-mini dropdown-toggle" id="cataloguesearchactions[% resultsloo.biblionumber %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> >@@ -245,7 +245,7 @@ > <td>[% breeding_loo.edition %]</td> > <td>[% breeding_loo.file %]</td> > <td> >- <div class="dropdown"> >+ <div class="dropup"> > <a class="btn btn-mini dropdown-toggle" id="reservoirsearchactions[% breeding_loo.id %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> >-- >2.1.4
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 17545
:
57131
|
57156
|
57195
|
57196
|
57197
|
57623