Bug 33732 - Intranet holdings table uses OPAC item images
Summary: Intranet holdings table uses OPAC item images
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: 22.11
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-14 15:32 UTC by Mark Hofstetter
Modified: 2024-07-04 20:37 UTC (History)
2 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hofstetter 2023-05-14 15:32:55 UTC
on the detail page in the intranet

cgi-bin/koha/catalogue/detail.pl

in the Holdings Table the image urls for the opac item images are used eg
"opac-tmpl/bootstrap/itemtypeimg/bridge/book.png"

and not the url to the intranet images like everywhere else
<img src="/intranet-tmpl/prog/img/itemtypeimg/bridge/book.png" title="Books" alt="Books">

I am not sure if this intentional, but I doubt it

thx
Mark
Comment 1 Jonathan Druart 2023-05-16 08:04:56 UTC
I am not seeing that on master.
Comment 2 Katrin Fischer 2023-06-09 12:25:21 UTC
Hm, I just tested it too and not seeing it either. I see this on the staff interface detail page:

<td class="itype">
    <img src="/intranet-tmpl/prog/img/itemtypeimg/bridge/book.png" alt="Books" title="Books">
    <span class="itypedesc itypetext">Books</span>
</td>