[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities auth_finder.tmpl,1.5,1.6 blinddetail-biblio-search.tmpl,1.5,1.6 detail-biblio-search.tmpl,1.3,1.4

Paul POULAIN tipaul at users.sourceforge.net
Mon Nov 8 11:01:17 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27338/koha-tmpl/intranet-tmpl/default/en/authorities

Modified Files:
	auth_finder.tmpl blinddetail-biblio-search.tmpl 
	detail-biblio-search.tmpl 
Log Message:
minor HTML fixes, to deal with some translator warnings

Index: auth_finder.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/auth_finder.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** auth_finder.tmpl	18 Aug 2004 16:07:34 -0000	1.5
--- auth_finder.tmpl	8 Nov 2004 10:01:14 -0000	1.6
***************
*** 21,25 ****
  			<input type="hidden" name="excluding" value="">
  			<input type="hidden" name="operator" value="contains">
! 			<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->"
  		</p>
  		<p>
--- 21,25 ----
  			<input type="hidden" name="excluding" value="">
  			<input type="hidden" name="operator" value="contains">
! 			<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
  		</p>
  		<p>

Index: blinddetail-biblio-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/blinddetail-biblio-search.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** blinddetail-biblio-search.tmpl	13 Sep 2004 15:29:48 -0000	1.5
--- blinddetail-biblio-search.tmpl	8 Nov 2004 10:01:14 -0000	1.6
***************
*** 12,16 ****
  while (i<=opener.opener.document.f.field_value.length) {
  	if (opener.opener.document.f.tag[i].value == whichfield && opener.opener.document.f.subfield[i].value == '9') {
! 		opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR NAME="authid">";
  	}
  	<!-- TMPL_LOOP NAME="0XX" -->
--- 12,16 ----
  while (i<=opener.opener.document.f.field_value.length) {
  	if (opener.opener.document.f.tag[i].value == whichfield && opener.opener.document.f.subfield[i].value == '9') {
! 		opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR NAME="authid" -->";
  	}
  	<!-- TMPL_LOOP NAME="0XX" -->

Index: detail-biblio-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/detail-biblio-search.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** detail-biblio-search.tmpl	19 Jul 2004 19:31:31 -0000	1.3
--- detail-biblio-search.tmpl	8 Nov 2004 10:01:14 -0000	1.4
***************
*** 12,16 ****
  		Print
  	</a>
! 	<a href="javascript:CopyValues()">	<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/arrow.gif" height="45" width="45" ">
  
  	</a>
--- 12,16 ----
  		Print
  	</a>
! 	<a href="javascript:CopyValues()">	<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/arrow.gif" height="45" width="45">
  
  	</a>





More information about the Koha-cvs mailing list