[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue d... [rel_2_2]

Ryan Higgins rch at liblime.com
Sat May 5 19:26:30 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Ryan Higgins <rych>	07/05/05 17:26:30

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/catalogue: detail.tmpl 

Log message:
	showing subtitles in intranet detail view

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.4.2.12&r2=1.4.2.13

Patches:
Index: detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/Attic/detail.tmpl,v
retrieving revision 1.4.2.12
retrieving revision 1.4.2.13
diff -u -b -r1.4.2.12 -r1.4.2.13
--- detail.tmpl	18 May 2006 19:14:10 -0000	1.4.2.12
+++ detail.tmpl	5 May 2007 17:26:30 -0000	1.4.2.13
@@ -6,7 +6,7 @@
 <div id="main">
 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
 <h3 class="title"><!-- TMPL_VAR NAME="title" --></h3>
-<!-- TMPL_IF NAME="subtitle" --><h4 class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></h4><!-- /TMPL_IF -->
+<!-- TMPL_LOOP NAME="subtitles" --><!-- TMPL_IF NAME="subtitle" --><h4 class="subtitle"><!-- TMPL_VAR NAME="subtitle" --></h4><!-- /TMPL_IF --><!-- /TMPL_LOOP -->
 <!-- TMPL_IF NAME="author" --><h5 class="author">By <a href="/cgi-bin/koha/search.marc/search.pl?op=do_search&marclist=biblio.author&amp;and_or=and&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="author" escape="HTML"-->&amp;type=intranet"><!-- TMPL_VAR NAME="author" --></a></h5><!-- /TMPL_IF -->
 
 <div class="tabitem"><form action="MARCdetail.pl" method="get">





More information about the Koha-cvs mailing list