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

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Aug 10 16:22:50 CEST 2005


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

Modified Files:
	lateorders.tmpl 
Log Message:
Minor display changes.
Now displaying publicationyear.
And biblio information in One cell.

Index: lateorders.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/lateorders.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** lateorders.tmpl	10 Aug 2005 10:22:57 -0000	1.2
--- lateorders.tmpl	10 Aug 2005 14:22:48 -0000	1.3
***************
*** 7,15 ****
  			<th class="acquisition">Supplier</th>
  			<th class="acquisition">Order Date</th>
! 			<th class="acquisition">Late since</th>
  			<th class="acquisition">Including Basket</th>
! 			<th class="acquisition">Title</th>
! 			<th class="acquisition">Author</th>
! 			<th class="acquisition">Publisher</th>
  			<th class="acquisition">Branch</th>
  			<th class="acquisition">Estimated Unit Price</th>
--- 7,13 ----
  			<th class="acquisition">Supplier</th>
  			<th class="acquisition">Order Date</th>
! 			<th class="acquisition">Ordered for</th>
  			<th class="acquisition">Including Basket</th>
! 			<th class="acquisition">Book information</th>
  			<th class="acquisition">Branch</th>
  			<th class="acquisition">Estimated Unit Price</th>
***************
*** 26,33 ****
  				</td>
  				<td> &nbsp;</td>
! 				<td>
! 					<input type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->"> days
  				</td>
! 				<td colspan="4">
  					&nbsp;
  				</td>
--- 24,31 ----
  				</td>
  				<td> &nbsp;</td>
! 				<td align="center">
! 					<input align="right" size="4" maxlength="3" type="text" name="delay" value="<!--TMPL_VAR Name="delay" -->"> days
  				</td>
! 				<td colspan="2">
  					&nbsp;
  				</td>
***************
*** 59,69 ****
  				</td>
  				<td>
! 					<!-- TMPL_VAR name="title" -->
! 				</td>
! 				<td>
! 					<!-- TMPL_VAR name="author" -->
! 				</td>
! 				<td>
! 					<!-- TMPL_VAR name="publisher" -->
  				</td>
  				<td>
--- 57,63 ----
  				</td>
  				<td>
! 					<b><!-- TMPL_VAR name="title" --></b>
! 				<!-- TMPL_IF name="author" --><br/><i>Author:</i> <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="publisher" --><br/><i>Published by:</i> <!-- TMPL_VAR NAME="publisher" --><!-- TMPL_IF name="publicationyear" --><i> in </i><!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF --><!-- /TMPL_IF -->
  				</td>
  				<td>





More information about the Koha-cvs mailing list