[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui histsearch.tmpl,1.1.2.4,1.1.2.5

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 23 10:55:59 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	histsearch.tmpl 
Log Message:
adding total (qty & price) in historysearch

Index: histsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/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	22 Aug 2005 19:30:04 -0000	1.1.2.4
--- histsearch.tmpl	23 Sep 2005 08:55:57 -0000	1.1.2.5
***************
*** 7,13 ****
  		<tr>
  			<th class="acquisition">&nbsp;</th>
- 			<th class="acquisition">Title</th>
- 			<th class="acquisition">Author</th>
  			<th class="acquisition">Supplier</th>
  			<th class="acquisition">Placed on</th>
  			<th class="acquisition">Recieved on</th>
--- 7,12 ----
  		<tr>
  			<th class="acquisition">&nbsp;</th>
  			<th class="acquisition">Supplier</th>
+ 			<th class="acquisition">Title/Author</th>
  			<th class="acquisition">Placed on</th>
  			<th class="acquisition">Recieved on</th>
***************
*** 22,34 ****
  				</th>
  				<th class="acquisition">
! 					<input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">
  				</th>
  				<th class="acquisition">
  					<input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
  				</th>
  				<th class="acquisition">
- 					<input type="text" name="name" value="<!-- TMPL_VAR name="name" -->">
- 				</th>
- 				<th class="acquisition">
  					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,31 ----
  				</th>
  				<th class="acquisition">
! 					<input type="text" name="name" value="<!-- TMPL_VAR name="name" -->">
  				</th>
  				<th class="acquisition">
+ 					<input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">/
  					<input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
  				</th>
  				<th class="acquisition">
  					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" -->">
***************
*** 59,62 ****
--- 56,60 ----
  						);
  					</script>
+ 					<br/>
  					To <img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0">
  					<input readonly="readonly" size="10" id="to" name="toplacedon" value="<!-- TMPL_VAR name="to_placed_on" -->" type="text">
***************
*** 105,134 ****
  		<!-- 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>
  			</tr>
  		<!-- /TMPL_LOOP -->
  	</table>
  </div>
--- 103,177 ----
  		<!-- TMPL_LOOP NAME="suggestions_loop" -->
  			<tr>
! 				<!-- TMPL_IF name="toggle" -->
! 					<td class="hilighted">
! 				<!-- TMPL_ELSE -->
! 					<td>
! 				<!-- /TMPL_IF -->
  					<!-- TMPL_VAR NAME="count" -->
  				</td>
! 				<!-- TMPL_IF name="toggle" -->
! 					<td class="hilighted">
! 				<!-- TMPL_ELSE -->
! 					<td>
! 				<!-- /TMPL_IF -->
  					<!-- TMPL_VAR NAME="name" -->
  				</td>
! 				<!-- TMPL_IF name="toggle" -->
! 					<td class="hilighted">
! 				<!-- TMPL_ELSE -->
! 					<td>
! 				<!-- /TMPL_IF -->
! 					<p><a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></p>
! 					<p><!-- TMPL_VAR NAME="author" --></p>
! 				</td>
! 				<!-- TMPL_IF name="toggle" -->
! 					<td class="hilighted">
! 				<!-- TMPL_ELSE -->
! 					<td>
! 				<!-- /TMPL_IF -->
  					<!-- TMPL_VAR name="creationdate" -->
  				</td>
! 				<!-- TMPL_IF name="toggle" -->
! 					<td class="hilighted">
! 				<!-- TMPL_ELSE -->
! 					<td>
! 				<!-- /TMPL_IF -->
  					<!-- TMPL_VAR name="datereceived" -->
  				</td>
! 				<!-- TMPL_IF name="toggle" -->
! 					<td class="hilighted number">
! 				<!-- TMPL_ELSE -->
! 					<td class="number">
! 				<!-- /TMPL_IF -->
  					<!-- TMPL_VAR name="quantity" -->
  				</td>
! 				<!-- TMPL_IF name="toggle" -->
! 					<td class="hilighted number">
! 				<!-- TMPL_ELSE -->
! 					<td class="number">
! 				<!-- /TMPL_IF -->
  					<!-- TMPL_VAR name="ecost" -->
  				</td>
+ 				<!-- TMPL_IF name="toggle" -->
+ 					<td class="hilighted">
+ 				<!-- TMPL_ELSE -->
+ 					<td>
+ 				<!-- /TMPL_IF -->
+ 					&nbsp;
+ 				</td>
+ 
  			</tr>
  		<!-- /TMPL_LOOP -->
+ 		<tr>
+ 			<th class="acquisition">&nbsp;</th>
+ 			<th class="acquisition">&nbsp;</th>
+ 			<th class="acquisition">&nbsp;</th>
+ 			<th class="acquisition">&nbsp;</th>
+ 			<th class="acquisition">&nbsp;</th>
+ 			<th class="acquisition">&nbsp;</th>
+ 			<th class="acquisition"><!-- TMPL_VAR name="total_qty" --></th>
+ 			<th class="acquisition"><!-- TMPL_VAR name="total_price" --></th>
+ 			<th class="acquisition">&nbsp;</th>
+ 		</tr>
  	</table>
  </div>





More information about the Koha-cvs mailing list