[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui supplier.tmpl,1.3,1.4

Chris Cormack rangi at users.sourceforge.net
Mon Apr 21 06:42:01 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv346/koha-tmpl/intranet-tmpl/default/en/acqui

Modified Files:
	supplier.tmpl 
Log Message:
Fixing bug 347


Index: supplier.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/supplier.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** supplier.tmpl	4 Mar 2003 17:51:20 -0000	1.3
--- supplier.tmpl	21 Apr 2003 04:41:58 -0000	1.4
***************
*** 19,33 ****
  		<TD>Postal Address</td>
  		<td>
! 			<textarea name=company_postal cols=20 rows=3><TMPL_VAR name="postal">
! 			</textarea>
  		</td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>Physical Address</td>
! 		<td><textarea name=physical cols=20 rows=4><TMPL_VAR name="address1">
! 			<TMPL_VAR name="address2">
! 			<TMPL_VAR name="address3">
! 			<TMPL_VAR name="address4">
! 			</textarea>
  		</td>
  	</tr>
--- 19,28 ----
  		<TD>Postal Address</td>
  		<td>
! 			<textarea name=company_postal cols=20 rows=3><TMPL_VAR name="postal"></textarea>
  		</td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>Physical Address</td>
! 		<td><textarea name=physical cols=20 rows=4><TMPL_VAR name="address1"><TMPL_VAR name="address2"><TMPL_VAR name="address3"><TMPL_VAR name="address4"></textarea>
  		</td>
  	</tr>





More information about the Koha-cvs mailing list