[Koha-patches] [PATCH] [SIGNED-OFF] Adding an HTML anchor in the link in order to choose the right tab when we click on the link

Owen Leonard oleonard at myacpl.org
Tue Feb 8 15:28:41 CET 2011


From: koha-preprod <koha-preprod at sys-tech.net>


Signed-off-by: Owen Leonard <oleonard at myacpl.org>
---
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
index 5cd97dc..18d69a9 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
@@ -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" -->&amp;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" -->&amp;viewallitems=1#holdings">Click here to view them all.</a></p>
     <!-- TMPL_ELSE -->
 	<table id="holdingst">
 	    <thead><tr>
-- 
1.7.3



More information about the Koha-patches mailing list