Bug 15122 - Allow styling the Items available for loan -list in OPAC search results
Summary: Allow styling the Items available for loan -list in OPAC search results
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-04 06:25 UTC by paxed
Modified: 2017-12-13 23:55 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2015-11-04 06:25:34 UTC
When you search the OPAC, the search results lists the "Items available for loan", with a list of all the branches where that particular item is available.  The branches in that list cannot be styled separately at all.

The list should have span class with the branch short name, and the count of items
in that branch should also have a class or a tag to allow styling that separately from the branch name, for example:

<span class="available">Items available for loan:
<span class="branch-CPL">Centerville<span class="count">(1)</span></span>
</span>