[Koha-bugs] [Bug 5467] New: LDR pos 6 o = Kit should not show as visual material

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 3 14:37:22 CET 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5467

           Summary: LDR pos 6 o = Kit should not show as visual material
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: OPAC
        AssignedTo: oleonard at myacpl.org
        ReportedBy: katrin.fischer at bsz-bw.de
         QAContact: koha-bugs at lists.koha-community.org
   Estimated Hours: 0.0


One of my libaries protested, because a language course (books and audio cds)
showed up in OPAC as "visual material". The icon indicating that it was
including some kind of film.

I looked at the XSLT stylesheets and I think kit would be better grouped
together with mixed materials instead of visual materials.

Or perhaps use a totally different icon?

<xsl:when test="$leader6='g' or $leader6='k' or $leader6='o' or $leader6='r'">
<img src="/opac-tmpl/prog/famfamfam/silk/film.png" alt="visual material"
title="visual material"/>
 Visual Material
</xsl:when>

<xsl:when test="$leader6='p'">
<img src="/opac-tmpl/prog/famfamfam/silk/report_disk.png" alt="mixed materials"
title="mixed materials"/>
Mixed Materials
</xsl:when>

06 - Type of record
a - Language material
c - Notated music
d - Manuscript notated music
e - Cartographic material
f - Manuscript cartographic material
g - Projected medium
i - Nonmusical sound recording
j - Musical sound recording
k - Two-dimensional nonprojectable graphic
m - Computer file
o - Kit
p - Mixed materials
r - Three-dimensional artifact or naturally occurring object
t - Manuscript language material

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list