[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.1,1.2 acquire.tmpl,1.2,1.3 order.tmpl,1.2,1.3 recieveorder.tmpl,1.2,1.3 recieve.tmpl,1.2,1.3 supplier.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 4 18:51:24 CET 2003


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

Modified Files:
	acqui-home.tmpl acquire.tmpl order.tmpl recieveorder.tmpl 
	recieve.tmpl supplier.tmpl 
Log Message:
some bugfixes and use of icons

Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acqui-home.tmpl	10 Feb 2003 13:38:44 -0000	1.1
--- acqui-home.tmpl	4 Mar 2003 17:51:18 -0000	1.2
***************
*** 18,23 ****
  </TR>
  </table>
- <img src="/images/holder.gif" width=24 height=50 align=left>
- 
  <TABLE width="40%" cellspacing=0 cellpadding=5 border=1 >
  <TR VALIGN=TOP>
--- 18,21 ----
***************
*** 60,65 ****
  	</form>
  </table>
- 
- <img src="/images/holder.gif" width=24 height=50 align=left>
  
  <!-- showbudget-->
--- 58,61 ----

Index: acquire.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** acquire.tmpl	3 Mar 2003 17:38:01 -0000	1.2
--- acquire.tmpl	4 Mar 2003 17:51:18 -0000	1.3
***************
*** 25,39 ****
  	</script>
  	<form action="/cgi-bin/koha/acqui/finishreceive.pl" method=post>
- 	<input type=hidden name=biblio value=<TMPL_VAR name="biblionumber">>
- 	<input type=hidden name=ordnum value=<TMPL_VAR name="ordernumber">>
- 	<input type=hidden name=biblioitemnum value=<TMPL_VAR name="biblioitemnumber">>
- 	<input type=hidden name=id value="<TMPL_VAR name="booksellerid">">
- 	<input type=hidden name=freight value="<TMPL_VAR name="freight">">
- 	<input type=hidden name=gst value="<TMPL_VAR name="gst">">
- 	<TMPL_IF name="catview">
- 		<input type=image  name=submit src=/images/save-changes.gif border=0 width=187 height=42 align=right>
- 	<TMPL_ELSE>
- 		<a href=/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<TMPL_VAR name="ordernumber">&id=<TMPL_VAR name="booksellerid">><img src=/images/modify-mem.gif align=right border=0></a>
- 	</TMPL_IF>
  	<FONT SIZE=6><em><TMPL_VAR name="ordernumber"> - Receive Order</em></FONT><br>
  	Shopping Basket For: <TMPL_VAR name="name">
--- 25,28 ----
***************
*** 86,91 ****
  			<td><input type=text size=20 name=volinf></td>
  		</tr>
  	</table>
- 	<img src="/images/holder.gif" width=32 height=250 align=left>
  	<table border=1 cellspacing=0 cellpadding=5 width="40%">
  		<tr valign=top bgcolor=#99cc33>
--- 75,94 ----
  			<td><input type=text size=20 name=volinf></td>
  		</tr>
+ 		<TR VALIGN=TOP>
+ 			<td colspan=2 align="center">
+ 				<input type=hidden name=biblio value=<TMPL_VAR name="biblionumber">>
+ 				<input type=hidden name=ordnum value=<TMPL_VAR name="ordernumber">>
+ 				<input type=hidden name=biblioitemnum value=<TMPL_VAR name="biblioitemnumber">>
+ 				<input type=hidden name=id value="<TMPL_VAR name="booksellerid">">
+ 				<input type=hidden name=freight value="<TMPL_VAR name="freight">">
+ 				<input type=hidden name=gst value="<TMPL_VAR name="gst">">
+ 				<TMPL_IF name="catview">
+ 					<input type=image  name=submit src="/<TMPL_VAR name="theme">/images/filesave.png" border=0 title="continue" alt="save" border=0 border=0>
+ 				<TMPL_ELSE>
+ 					<a href=/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<TMPL_VAR name="ordernumber">&id=<TMPL_VAR name="booksellerid">><img src="/<TMPL_VAR name="theme">/images/fileopen.png" border=0 title="edit" alt="edit" border=0 border=0></a>
+ 				</TMPL_IF>
+ 			</td>
+ 		</tr>
  	</table>
  	<table border=1 cellspacing=0 cellpadding=5 width="40%">
  		<tr valign=top bgcolor=#99cc33>

Index: order.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/order.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** order.tmpl	13 Feb 2003 17:29:06 -0000	1.2
--- order.tmpl	4 Mar 2003 17:51:19 -0000	1.3
***************
*** 1,12 ****
  <TMPL_INCLUDE name="acquisitions-top.inc">
! <FONT SIZE=6><em>Supplier Search Results</em></FONT>
! <div align=right>
! <a href=supplier.pl?id=0><img  alt="Add New Supplier" src="/images/new-supplier.gif"  WIDTH=187  HEIGHT=42 BORDER=0 border=0></a>
! </div>
  <CENTER>
  You searched on <b>supplier <TMPL_VAR name="supplier">,</b> <TMPL_VAR name="count"> results found<p>
  <table border=0 cellspacing=0 cellpadding=5 width="80%">
  <tr valign=top bgcolor="#ffdf61">
! 	<td width="20%">&nbsp;</td>
  	<td width="30%"><b>Company</b></td>
  	<td width="50%">
--- 1,11 ----
  <TMPL_INCLUDE name="acquisitions-top.inc">
! <FONT SIZE=6><em>Supplier Search Results</em></FONT><br />
! <a href=supplier.pl?id=0><input type=image src="/<TMPL_VAR name="theme">/images/filenew.png" title="Add supplier" ALT="Add" BORDER=0 ></a>
  <CENTER>
  You searched on <b>supplier <TMPL_VAR name="supplier">,</b> <TMPL_VAR name="count"> results found<p>
  <table border=0 cellspacing=0 cellpadding=5 width="80%">
  <tr valign=top bgcolor="#ffdf61">
! 	<td width="10%"><b>Order</b></td>
! 	<td width="10%"><b>Recieve<b></td>
  	<td width="30%"><b>Company</b></td>
  	<td width="50%">
***************
*** 25,30 ****
  	<tr valign=top bgcolor=<TMPL_VAR name="color">>
  		<td>
! 			<a href="basket.pl?id=<TMPL_VAR name="id">"><img src="/images/new-basket-short.gif" alt="New Basket" width=70 height=30 border=0 ></a>
! 			<a href="recieveorder.pl?id=<TMPL_VAR name="id">"><img src="/images/receive-order-short.gif" alt="Receive Order" width=70 height=30 border=0 ></a>
  		</td>
  		<td><a href="supplier.pl?id=<TMPL_VAR name="id">"><TMPL_VAR name="name"></a></td>
--- 24,31 ----
  	<tr valign=top bgcolor=<TMPL_VAR name="color">>
  		<td>
! 			<a href="basket.pl?id=<TMPL_VAR name="id">"><input type=image src="/<TMPL_VAR name="theme">/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a>
! 		</td>
! 		<td>
! 			<a href="recieveorder.pl?id=<TMPL_VAR name="id">"><input type=image src="/<TMPL_VAR name="theme">/images/mail_get.png" title="recieve" ALT="Add" BORDER=0 ></a>
  		</td>
  		<td><a href="supplier.pl?id=<TMPL_VAR name="id">"><TMPL_VAR name="name"></a></td>

Index: recieveorder.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** recieveorder.tmpl	3 Mar 2003 17:38:02 -0000	1.2
--- recieveorder.tmpl	4 Mar 2003 17:51:19 -0000	1.3
***************
*** 25,30 ****
  </tr>
  <TR VALIGN=TOP>
! <TD></td>
! <td><input type=image  name=submit src=/images/continue.gif border=0 width=120 height=42>
  </td>
  </tr>
--- 25,29 ----
  </tr>
  <TR VALIGN=TOP>
! <td colspan=2 align="center"><input type=image  name=submit src="/<TMPL_VAR name="theme">/images/2rightarrow.png" border=0 title="continue" alt="save" border=0>
  </td>
  </tr>

Index: recieve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** recieve.tmpl	3 Mar 2003 17:38:02 -0000	1.2
--- recieve.tmpl	4 Mar 2003 17:51:20 -0000	1.3
***************
*** 36,40 ****
  			<td><TMPL_VAR name="basketno"></td>
  			<td><TMPL_VAR name="isbn"></td>
! 			<td><a href="acquire.pl?recieve=<TMPL_VAR name="ordernumber">&biblio=<TMPL_VAR name="biblionumber">&invoice=<TMPL_VAR name="invoice">&gst=<TMPL_VAR name="gst">&freight=<TMPL_VAR name="freight">"><TMPL_VAR name="title"></a></td>
  			<td><TMPL_VAR name="author"></td>
  			<td>$<TMPL_VAR name="unitprice"></td>
--- 36,40 ----
  			<td><TMPL_VAR name="basketno"></td>
  			<td><TMPL_VAR name="isbn"></td>
! 			<td><a href="acquire.pl?recieve=<TMPL_VAR name="ordernumber">&biblio=<TMPL_VAR name="biblionumber">&invoice=<TMPL_VAR name="invoice">&gst=<TMPL_VAR name="gst">&freight=<TMPL_VAR name="freight">&id=<TMPL_VAR name="id">"><TMPL_VAR name="title"></a></td>
  			<td><TMPL_VAR name="author"></td>
  			<td>$<TMPL_VAR name="unitprice"></td>
***************
*** 75,76 ****
--- 75,77 ----
  </CENTER>
  
+ THEMELANG :<TMPL_VAR name="themelang">
\ No newline at end of file

Index: supplier.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/supplier.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** supplier.tmpl	13 Feb 2003 17:29:07 -0000	1.2
--- supplier.tmpl	4 Mar 2003 17:51:20 -0000	1.3
***************
*** 84,92 ****
  		</td>
  	</tr>
! 	<tr valign=right>
! 		<td><input type=image  name=submit src=/images/save-changes.gif border=0 width=187 height=42 align=right></td>
  	</tr>
  </table>
- <img src="/images/holder.gif" width=32 height=250 align=left>
  
  <table border=1 cellspacing=0 cellpadding=5 width="40%">
--- 84,91 ----
  		</td>
  	</tr>
! 	<tr>
! 		<td colspan=2 align="center"><input type=image  name=submit src="/<TMPL_VAR name="theme">/images/filesave.png" border=0 title="save" alt="save"></td>
  	</tr>
  </table>
  
  <table border=1 cellspacing=0 cellpadding=5 width="40%">





More information about the Koha-cvs mailing list