[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.1.2.4,1.1.2.5 newbiblio.tmpl,1.2.2.2,1.2.2.3

Owen Leonard oleonard at users.sourceforge.net
Wed Sep 28 20:30:38 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	histsearch.tmpl newbiblio.tmpl 
Log Message:
Synching with default template

Index: histsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** histsearch.tmpl	30 Jun 2005 19:53:20 -0000	1.1.2.4
--- histsearch.tmpl	28 Sep 2005 18:30:35 -0000	1.1.2.5
***************
*** 6,15 ****
  	<h1>Order search</h3>
  	<div class="results"><!-- TMPL_VAR Name ="numresults" --> orders were found.</div>
! 	<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"><table>
! 		<tr>
  			<th>&nbsp;</th>
- 			<th>Title</th>
- 			<th>Author</th>
  			<th>Supplier</th>
  			<th>Placed on</th>
  			<th>Recieved on</th>
--- 6,15 ----
  	<h1>Order search</h3>
  	<div class="results"><!-- TMPL_VAR Name ="numresults" --> orders were found.</div>
! 	<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
! 	<table>
! 		<thead><tr>
  			<th>&nbsp;</th>
  			<th>Supplier</th>
+ 			<th>Title/Author</th>
  			<th>Placed on</th>
  			<th>Recieved on</th>
***************
*** 21,27 ****
  			
  				<th>Filter By:</th>
- 				<th><input type="text" name="title" value="<!-- TMPL_VAR name="title"-->" /></th>
- 				<th><input type="text" name="author" value="<!-- TMPL_VAR name="author" -->" /></th>
  				<th><input type="text" name="name" value="<!-- TMPL_VAR name="name" -->" /></th>
  				<th>					From <img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top">
  					<input type="text" readonly="readonly" size="10" id="from" name="fromplacedon" value="<!-- TMPL_VAR name="from_placed_on" -->">
--- 21,26 ----
  			
  				<th>Filter By:</th>
  				<th><input type="text" name="name" value="<!-- TMPL_VAR name="name" -->" /></th>
+ 				<th><input type="text" name="title" value="<!-- TMPL_VAR name="title"-->" /> <input type="text" name="author" value="<!-- TMPL_VAR name="author" -->" /></th>
  				<th>					From <img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top">
  					<input type="text" readonly="readonly" size="10" id="from" name="fromplacedon" value="<!-- TMPL_VAR name="from_placed_on" -->">
***************
*** 51,55 ****
  							}
  						);
! 					</script>
  					To <img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" />
  					<input readonly="readonly" size="10" id="to" name="toplacedon" value="<!-- TMPL_VAR name="to_placed_on" -->" type="text" />
--- 50,54 ----
  							}
  						);
! 					</script><br />
  					To <img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" />
  					<input readonly="readonly" size="10" id="to" name="toplacedon" value="<!-- TMPL_VAR name="to_placed_on" -->" type="text" />
***************
*** 85,102 ****
  				<th>&nbsp;</th>
  				<th><input type="submit" class="submit" value="Set Filter" /></th>
! 		</tr>
  		<!-- TMPL_LOOP NAME="suggestions_loop" -->
! 			<tr>
  				<td><!-- TMPL_VAR NAME="count" --></td>
- 				<td><a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></td>
- 				<td><!-- TMPL_VAR NAME="author" --></td>
  				<td><!-- TMPL_VAR NAME="name" --></td>
  				<td><!-- TMPL_VAR name="creationdate" --></td>
  				<td><!-- TMPL_VAR name="datereceived" --></td>
  				<td><!-- TMPL_VAR name="quantity" --></td>
! 				<td><!-- TMPL_VAR name="ecost" --></td>
  				<td>&nbsp;</td>
  			</tr>
  		<!-- /TMPL_LOOP -->
  	</table></form>
  </div>
--- 84,117 ----
  				<th>&nbsp;</th>
  				<th><input type="submit" class="submit" value="Set Filter" /></th>
! 		</tr></thead>
! 		<tfoot><tr>
! 			<td>&nbsp;</td>
! 			<td>&nbsp;</td>
! 			<td>&nbsp;</td>
! 			<td>&nbsp;</td>
! 			<td>&nbsp;</td>
! 			<td class="total"><!-- TMPL_VAR name="total_qty" --></td>
! 			<td class="total"><!-- TMPL_VAR name="total_price" --></td>
! 			<td>&nbsp;</td>
! 		</tr></tfoot>
! 		<tbody>
  		<!-- TMPL_LOOP NAME="suggestions_loop" -->
! 			<!-- TMPL_IF name="toggle" -->
! 					<tr class="highlight">
! 				<!-- TMPL_ELSE -->
! 					<tr>
! 				<!-- /TMPL_IF -->
  				<td><!-- TMPL_VAR NAME="count" --></td>
  				<td><!-- TMPL_VAR NAME="name" --></td>
+ 				<td><a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a><!-- TMPL_IF NAME="author" -->, by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
+ 				</td>
  				<td><!-- TMPL_VAR name="creationdate" --></td>
  				<td><!-- TMPL_VAR name="datereceived" --></td>
  				<td><!-- TMPL_VAR name="quantity" --></td>
! 				<td class="credit"><!-- TMPL_VAR name="ecost" --></td>
  				<td>&nbsp;</td>
  			</tr>
  		<!-- /TMPL_LOOP -->
+ 	</tbody>			
  	</table></form>
  </div>

Index: newbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/newbiblio.tmpl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** newbiblio.tmpl	30 Jun 2005 20:02:40 -0000	1.2.2.2
--- newbiblio.tmpl	28 Sep 2005 18:30:35 -0000	1.2.2.3
***************
*** 137,144 ****
  		<tr><th><label for="bookfund">Bookfund</label></th><td><!-- TMPL_VAR NAME="CGIbookfund" --></td></tr>
  		<tr><th><label for="list_price">Suppliers List Price</label></th><td><input type="text" size="20" id="list_price" name="list_price" value="<!-- TMPL_VAR NAME="listprice" -->" onchange="update(this.form)" /></td></tr>
! 		<tr><th><label for="rrp">Replacement Cost </label></th><td><input type="text" size="20" id="rrp" name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" onchange="update(this.form)" /></td></tr>
! 		<tr><th><label for="ecost">Budgeted Cost</label></th><td><input type="text" size="20" id="ecost" name="ecost" value="<!-- TMPL_VAR NAME="ecost" -->" onchange="update(this.form)" /></td></tr>
! 		<tr><th><label for="GST">Budgeted GST</label></th><td><input type="text" size="20" id="GST" name="GST" value="" onchange="update(this.form)" /></td></tr>
! 		<tr><th><label for="total"><strong>BUDGETED TOTAL</strong></label></th><td><input type="text" size="20" id="total" name="total" value="" onchange="update(this.form)" /></td></tr>
  		<tr><th><label for="cost">Actual Cost</label></th><td><input type="text" size="20" id="cost" name="cost" value="<!-- TMPL_VAR name="ecost"-->" /></td></tr>
  		<tr><th><label for="invoice">Invoice Number *</label></th><td><input type="text" size="20" id="invoice" name="invoice"  value="<!-- TMPL_VAR name="invoice" -->" /></td></tr>
--- 137,144 ----
  		<tr><th><label for="bookfund">Bookfund</label></th><td><!-- TMPL_VAR NAME="CGIbookfund" --></td></tr>
  		<tr><th><label for="list_price">Suppliers List Price</label></th><td><input type="text" size="20" id="list_price" name="list_price" value="<!-- TMPL_VAR NAME="listprice" -->" onchange="update(this.form)" /></td></tr>
! 		<tr><th><label for="rrp">Replacement Cost </label></th><td><input type="text" size="20" id="rrp" name="rrp" value="<!-- TMPL_VAR NAME="rrp" -->" /></td></tr>
! 		<tr><th><label for="ecost">Budgeted Cost</label></th><td><input type="text" size="20" id="ecost" name="ecost" value="<!-- TMPL_VAR NAME="ecost" -->"  /></td></tr>
! 		<tr><th><label for="GST">Budgeted GST</label></th><td><input type="text" size="20" id="GST" name="GST" value=""  /></td></tr>
! 		<tr><th><label for="total"><strong>BUDGETED TOTAL</strong></label></th><td><input type="text" size="20" id="total" name="total" value=""  /></td></tr>
  		<tr><th><label for="cost">Actual Cost</label></th><td><input type="text" size="20" id="cost" name="cost" value="<!-- TMPL_VAR name="ecost"-->" /></td></tr>
  		<tr><th><label for="invoice">Invoice Number *</label></th><td><input type="text" size="20" id="invoice" name="invoice"  value="<!-- TMPL_VAR name="invoice" -->" /></td></tr>





More information about the Koha-cvs mailing list