View | Details | Raw Unified | Return to bug 5629
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl (-2 / +1 lines)
Lines 391-397 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
391
<div id="holdings">
391
<div id="holdings">
392
<!-- TMPL_IF name="count" -->
392
<!-- TMPL_IF name="count" -->
393
    <!-- TMPL_IF name="lotsofitems" -->
393
    <!-- TMPL_IF name="lotsofitems" -->
394
	<p>This record has many physical items. <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;viewallitems=1">Click here to view them all.</a></p>
394
	<p>This record has many physical items. <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;viewallitems=1#holdings">Click here to view them all.</a></p>
395
    <!-- TMPL_ELSE -->
395
    <!-- TMPL_ELSE -->
396
	<table id="holdingst">
396
	<table id="holdingst">
397
	    <thead><tr>
397
	    <thead><tr>
398
- 

Return to bug 5629