[Koha-bugs] [Bug 3690] New: opacsmallimage doesn't appear anywhere but entry page in OPAC

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Fri Oct 2 16:40:09 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3690

           Summary: opacsmallimage doesn't appear anywhere but entry page in
                    OPAC
           Product: Koha
           Version: rel_3_0
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Templates
        AssignedTo: oleonard at myacpl.org
        ReportedBy: jwagner at ptfs.com
   Estimated Hours: 0.0
 Change sponsored?: ---


If you specify a custom image in the opacsmallimage syspref, it shows in the
masthead when you go to the root URL for the OPAC.  However, if you do a search
or go to any other page, it doesn't show.  The link is present, if you hover
over the area you see an outlined box.  If you click on the area you're taken
back to the main OPAC screen, but the image still doesn't show at that point. 
I looked at the masthead.inc code and at the page source, and it seems to be
reading and finding the image.  It's just that something is blocking it from
displaying.  I've tested this on a plain vanilla latest-Koha system, and also
on one with some custom css settings; no difference in behavior.

With a syspref setting like opac-tmpl/prog/images/SITE/logo_small.jpg

First entry point page source code, when the image displays:

   <h1 id="libraryname" style="background-image:
url('opac-tmpl/prog/images/SITE/logo_small.jpg');">
   <a href="/cgi-bin/koha/opac-main.pl">SITE Library</a></h1>

Any other page source code, when the image does not display:

   <h1 id="libraryname" style="background-image:
url('opac-tmpl/prog/images/SITE/logo_small.jpg');">
   <a href="/cgi-bin/koha/opac-main.pl">SITE Library</a></h1>

Any ideas?  The source code looks the same.  Some kind of stylesheet issue?


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list