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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl (-1 / +1 lines)
Lines 387-393 YAHOO.util.Event.onContentReady("furtherm", function () { Link Here
387
<div id="holdings">
387
<div id="holdings">
388
<!-- TMPL_IF name="count" -->
388
<!-- TMPL_IF name="count" -->
389
    <!-- TMPL_IF name="lotsofitems" -->
389
    <!-- TMPL_IF name="lotsofitems" -->
390
	<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>
390
	<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>
391
    <!-- TMPL_ELSE -->
391
    <!-- TMPL_ELSE -->
392
	<table id="holdingst">
392
	<table id="holdingst">
393
	    <thead><tr>
393
	    <thead><tr>

Return to bug 5629