[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 12:01:51 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 11:01:51

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-detail.tmpl 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	(display subtitles)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.1.2.22&r2=1.1.2.22.2.1

Patches:
Index: opac-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1.2.22
retrieving revision 1.1.2.22.2.1
diff -u -b -r1.1.2.22 -r1.1.2.22.2.1
--- opac-detail.tmpl	7 Jul 2006 20:08:29 -0000	1.1.2.22
+++ opac-detail.tmpl	12 Feb 2007 11:01:51 -0000	1.1.2.22.2.1
@@ -25,7 +25,7 @@
 <li><a href="http://www.google.com/search?q=<!-- TMPL_VAR NAME="title" ESCAPE="url" -->+site:worldcatlibraries.org">Other Libraries(WorldCat)</a></li>
 <li><a href="http://www.scholar.google.com/scholar?q=<!-- TMPL_VAR NAME="title" ESCAPE="url" -->">Other Databases (Google Scholar)</a></li></ul></div>
 </div>
-<h2><!-- TMPL_VAR NAME="title" --><!-- TMPL_IF NAME="subtitle" --> <span class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></span><!-- /TMPL_IF --></h2>
+<h2><!-- TMPL_VAR NAME="title" --></h2><!-- TMPL_LOOP NAME="subtitles" --><!-- TMPL_IF NAME="subtitle" --> <h3 class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></h3><!-- /TMPL_IF --><!-- /TMPL_LOOP -->
 <!-- TMPL_IF NAME="author" --><h3 class="author">By <a href="/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="author" -->&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search"><!-- TMPL_VAR NAME="author" --></a></h3><!-- /TMPL_IF --> 
 
 





More information about the Koha-cvs mailing list