Bug 5629 : Adding an HTML anchor in the link in order to choose the right tab when we click on the link
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
02824a0b08
commit
b5c58f964a
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
|
|||
<div id="holdings">
|
||||
<!-- TMPL_IF name="count" -->
|
||||
<!-- TMPL_IF name="lotsofitems" -->
|
||||
<p>This record has many physical items. <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&viewallitems=1">Click here to view them all.</a></p>
|
||||
<p>This record has many physical items. <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&viewallitems=1#holdings">Click here to view them all.</a></p>
|
||||
<!-- TMPL_ELSE -->
|
||||
<table id="holdingst">
|
||||
<thead><tr>
|
||||
|
|
Loading…
Reference in a new issue