[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbasket2.tmpl,1.8,1.9 supplier.tmpl,1.9,1.10

Ambrose C. LI acli at users.sourceforge.net
Fri Feb 20 03:49:29 CET 2004


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

Modified Files:
	newbasket2.tmpl supplier.tmpl 
Log Message:
Make the translation tool happier.


Index: newbasket2.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbasket2.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** newbasket2.tmpl	11 Feb 2004 09:03:47 -0000	1.8
--- newbasket2.tmpl	20 Feb 2004 02:49:26 -0000	1.9
***************
*** 4,16 ****
  
  <!-- TMPL_IF name ="testdonation" -->
! 	<a href="newbiblio.pl?id=<!-- TMPL_VAR name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&sub=<!-- TMPL_VAR name="parsub" -->">
! 	<img src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/filenew.png" border=0 align=right alt="Add New Biblio"></a>
  <!-- TMPL_ELSE -->
! 	<a href="newdonation.pl?id=<!-- TMPL_VAR name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&sub=<!-- TMPL_VAR name="parsub" -->">
! 	<img src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/filenew.png"  border=0 align=right alt="Add New Biblio"></a>
  <!-- /TMPL_IF -->
  
! <a href="basket.pl?basket=<!-- TMPL_VAR name="basket" -->">
! <img src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/1uparrow.png"  border=0 align=right alt="View Basket"></a>
  <FORM ACTION="/cgi-bin/koha/acqui/newbasket2.pl">
  <input type=hidden name=id value=<!-- TMPL_VAR name="id" -->>
--- 4,16 ----
  
  <!-- TMPL_IF name ="testdonation" -->
! 	<a href="newbiblio.pl?id=<!-- TMPL_VAR ESCAPE=URL name="id" -->&basket=<!-- TMPL_VAR name="basket" -->&sub=<!-- TMPL_VAR ESCAPE=URL name="parsub" -->">
! 	<img src="<!-- TMPL_VAR ESCAPE=URL name="interface" -->/<!-- TMPL_VAR ESCAPE=URL name="theme" -->/images/filenew.png" border=0 align=right alt="Add New Biblio"></a>
  <!-- TMPL_ELSE -->
! 	<a href="newdonation.pl?id=<!-- TMPL_VAR ESCAPE=URL name="id" -->&basket=<!-- TMPL_VAR ESCAPE=URL name="basket" -->&sub=<!-- TMPL_VAR ESCAPE=URL name="parsub" -->">
! 	<img src="<!-- TMPL_VAR ESCAPE=URL name="interface" -->/<!-- TMPL_VAR ESCAPE=URL name="theme" -->/images/filenew.png"  border=0 align=right alt="Add New Biblio"></a>
  <!-- /TMPL_IF -->
  
! <a href="basket.pl?basket=<!-- TMPL_VAR ESCAPE=URL name="basket" -->">
! <img src="<!-- TMPL_VAR ESCAPE=URL name="interface" -->/<!-- TMPL_VAR ESCAPE=URL name="theme" -->/images/1uparrow.png"  border=0 align=right alt="View Basket"></a>
  <FORM ACTION="/cgi-bin/koha/acqui/newbasket2.pl">
  <input type=hidden name=id value=<!-- TMPL_VAR name="id" -->>

Index: supplier.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/supplier.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** supplier.tmpl	11 Feb 2004 09:03:47 -0000	1.9
--- supplier.tmpl	20 Feb 2004 02:49:26 -0000	1.10
***************
*** 25,29 ****
  		<TD>Postal Address</td>
  		<td>
! 			<textarea name=company_postal cols=20 rows=3><!-- TMPL_VAR name="postal" --></textarea>
  		</td>
  	</tr>
--- 25,29 ----
  		<TD>Postal Address</td>
  		<td>
! 			<textarea name="company_postal" cols=20 rows=3><!-- TMPL_VAR name="postal" --></textarea>
  		</td>
  	</tr>
***************
*** 99,103 ****
  			<!-- TMPL_ELSE -->
  				<input type="radio" name="status" value="1">Active
! 				<input type="radio" name="status" value="0"checked>Inactive</td>
  			<!-- /TMPL_IF -->
  	</tr>
--- 99,103 ----
  			<!-- TMPL_ELSE -->
  				<input type="radio" name="status" value="1">Active
! 				<input type="radio" name="status" value="0" checked>Inactive</td>
  			<!-- /TMPL_IF -->
  	</tr>





More information about the Koha-cvs mailing list