Bugzilla – Attachment 114571 Details for
Bug 27099
Stage for import button not showing up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27099: Stage for import button not showing up
Bug-27099-Stage-for-import-button-not-showing-up.patch (text/plain), 1.87 KB, created by
Nick Clemens (kidclamp)
on 2020-12-21 16:53:46 UTC
(
hide
)
Description:
Bug 27099: Stage for import button not showing up
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-12-21 16:53:46 UTC
Size:
1.87 KB
patch
obsolete
>From c7bf12a85273a936683f17c33b7237c583e383fc Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 14 Dec 2020 12:30:03 +0000 >Subject: [PATCH] Bug 27099: Stage for import button not showing up > >In the latest version of Chrome, pages where the Humansmg library is >included have a problem where the language footer obscures the bottom of >the page. > >The problem traces back to some CSS in the Humanmsg library's CSS file: > >html, body { > height: 100%; /* Damn you IE! */ >} > >Removing the line doesn't have any ill effects that I can see in Chrome >or Firefox, and it fixes the problem in Chrome. IE can be damned. > >To test you must have one or more translations enabled in the staff >interface. > >- Apply the patch and clear your browser cache if necessary. >- View pages in the staff interface which use the Humansmg library, > e.g.: > - Administration -> System preferences. Choose a category of > preferences which will be numerous enough to require scrolling to > reach the bottom of the page. > - Tools -> Stage MARC records for import. Upload a file to display the > form for staging the import. > - Cataloging -> Advanced MARC editor > >On each page the language footer should not obscure the bottom of the >page. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/humanmsg.css | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css b/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css >index 40caac901f..e755348891 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css >@@ -4,10 +4,6 @@ > home - http://humanmsg.googlecode.com > */ > >-html, body { >- height: 100%; /* Damn you IE! */ >-} >- > .humanMsg { > border-radius: 5px; > font: normal 20px/50px Helvetica, Arial, Sans-Serif; >-- >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 27099
:
114381
|
114428
| 114571