[Koha-bugs] [Bug 3524] New: Display of item type image/description when placing holds (broken image / no description)

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Wed Aug 12 10:42:37 CEST 2009


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

           Summary: Display of item type image/description when placing
                    holds (broken image / no description)
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: OPAC
        AssignedTo: jmf at liblime.com
        ReportedBy: katrin.fischer at bsz-bw.de
   Estimated Hours: 0.0
 Change sponsored?: ---


When placing a hold in OPAC with syspref OpacItemHolds ON the item type is not
displayed correctly.

When no image is defined for the item type, the description of the item type
from alt-attrbute is displayed, but you see a 'broken-link-image'.

After adding an image to the item type, the image is displayed correctly, but
the description is missing.

(see screenshots)

HTML from template:

  <td>
     <img src=""
     alt="normale Ausleihe"
     title="normale Ausleihe" />
  </td>

  <td>
     <img src="/opac-tmpl/prog/itemtypeimg/npl/Non-fiction.gif"
     alt="normale Ausleihe"
     title="normale Ausleihe" />
  </td>


-- 
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