[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/search.... [rel_2_2]

Henri-Damien LAURENT laurenthdl at alinto.com
Tue Nov 14 11:02:01 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Henri-Damien LAURENT <hdl>	06/11/14 10:02:01

Modified files:
	koha-tmpl/intranet-tmpl/default/en/search.marc: result.tmpl 

Log message:
	Adding a text if no title is included So that biblio CAN be displayed/modified.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.21.2.7&r2=1.21.2.8

Patches:
Index: result.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/Attic/result.tmpl,v
retrieving revision 1.21.2.7
retrieving revision 1.21.2.8
diff -u -b -r1.21.2.7 -r1.21.2.8
--- result.tmpl	13 Jun 2006 09:36:52 -0000	1.21.2.7
+++ result.tmpl	14 Nov 2006 10:02:01 -0000	1.21.2.8
@@ -26,7 +26,7 @@
 					<td>
 				<!-- /TMPL_IF -->
 							<!-- TMPL_IF name="MARC_ON" -->
-								<a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a>
+								<a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!--TMPL_IF Name="title" --><!-- TMPL_VAR NAME="title" --><!--TMPL_ELSE --><em>No Title</em><!--/TMPL_IF--></a> <!-- TMPL_VAR NAME="subtitle" --> 
 							<!-- TMPL_ELSE -->
 								<a class="transparent resultlist" href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a><!-- /TMPL_IF -->
 						<!-- TMPL_IF name="volume" --> vol <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->





More information about the Koha-cvs mailing list