Summary: | Icons for authorized values/item types not showing in OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall <kyle.m.hall> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | normal | ||
Priority: | P5 - low | CC: | julian.maurice, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 7579 - Icons for authorized values/item types not showing in OPAC
[Signed off] Bug 7579 - Icons for authorized values/item types not showing in OPAC |
Description
Kyle M Hall
2012-02-22 15:06:11 UTC
Created attachment 7803 [details] [review] Bug 7579 - Icons for authorized values/item types not showing in OPAC The functions getitemtypeimagedir and getitemtypeimagesrc in Koha.pm were using the system preference 'template' when they should be using 'opacthemes' instead. Created attachment 7815 [details] [review] [Signed off] Bug 7579 - Icons for authorized values/item types not showing in OPAC Ok for the change, tested OK on master test plan was: - copy opac-tmpl/prog to opac-tmpl/prog2 - change syspref opacthemes to 'prog2' - remove itemtype images from opac-tmpl/prog/itemtypeimg - check opac-detail.pl Without the patch, itemtype images disappear, they're still there with the patch. Signed off. QA comment: tiny patch, passed QA This patch will be in 3.6.5. |