Summary: | Optionally show only the number of available copies in result lists in OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | NEW --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Magnus Enger
2012-11-08 08:38:55 UTC
(In reply to comment #0) I think you mean : > <xsl:if test="count(key('item-by-status', 'available'))>0"> > <span class="available"> <xsl:text>Available (</xsl:text> > <xsl:value-of select="count(key('item-by-status', 'available'))"/> > <xsl:text>). </xsl:text> > </span> > </xsl:if> |