[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-basket.tmpl,1.3.2.5,1.3.2.6

Paul POULAIN tipaul at users.sourceforge.net
Fri Mar 25 17:59:52 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25061/koha-tmpl/opac-tmpl/css/en

Modified Files:
      Tag: rel_2_2
	opac-basket.tmpl 
Log Message:
adding item details (callnumber, location & barcode) to the basket detail

Index: opac-basket.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-basket.tmpl,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -C2 -r1.3.2.5 -r1.3.2.6
*** opac-basket.tmpl	18 Mar 2005 15:13:57 -0000	1.3.2.5
--- opac-basket.tmpl	25 Mar 2005 16:59:33 -0000	1.3.2.6
***************
*** 111,118 ****
  			</tr>
  		<!-- /TMPL_IF -->
  		</table>
  	<!-- /TMPL_LOOP -->
  <!-- TMPL_ELSE -->
- 
  	<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
  	<div width="100%" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-bottom:10px;">
--- 111,132 ----
  			</tr>
  		<!-- /TMPL_IF -->
+ 				<tr>
+ 					<th>location</th>
+ 					<th>barcode</th>
+ 				</tr>
+ 				<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
+ 					<tr>
+ 						<td>
+ 							<!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> 
+ 							<!-- TMPL_IF name="itemcallnumber" -->
+ 								(<!-- TMPL_VAR NAME="itemcallnumber" -->)
+ 							<!-- /TMPL_IF -->
+ 						</td>
+ 						<td><!-- TMPL_VAR NAME="barcode" --></td>
+ 					</tr>
+ 				<!-- /TMPL_LOOP -->
  		</table>
  	<!-- /TMPL_LOOP -->
  <!-- TMPL_ELSE -->
  	<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
  	<div width="100%" style="margin-top:0px;margin-bottom:0px;padding-top:10px;padding-bottom:10px;">
***************
*** 128,132 ****
  				<!-- BIBLIO RECORD TABLE -->
  				<tr>
! 					<th>
  						<a onClick="javascript:openBiblio(<!-- TMPL_VAR name="biblionumber" -->)"><!-- TMPL_VAR NAME="title" --></a>
  					</th>
--- 142,146 ----
  				<!-- BIBLIO RECORD TABLE -->
  				<tr>
! 					<th colspan="2">
  						<a onClick="javascript:openBiblio(<!-- TMPL_VAR name="biblionumber" -->)"><!-- TMPL_VAR NAME="title" --></a>
  					</th>
***************
*** 154,165 ****
  					</td>
  				</tr>
  			</table>
! 			</td>
! 		</tr>
  	</table>
! 	</div>
  	<!-- /TMPL_LOOP -->
  <!-- /TMPL_IF -->
  </div>
- 
  <!-- TMPL_INCLUDE NAME="opac-basket-bottom.inc" -->
--- 168,192 ----
  					</td>
  				</tr>
+ 				<tr>
+ 					<th>location</th>
+ 					<th>barcode</th>
+ 				</tr>
+ 				<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
+ 					<tr>
+ 						<td>
+ 							<!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> 
+ 							<!-- TMPL_IF name="itemcallnumber" -->
+ 								(<!-- TMPL_VAR NAME="itemcallnumber" -->)
+ 							<!-- /TMPL_IF -->
+ 						</td>
+ 						<td><!-- TMPL_VAR NAME="barcode" --></td>
+ 					</tr>
+ 				<!-- /TMPL_LOOP -->
  			</table>
! 		</td></tr>
  	</table>
! </div>
  	<!-- /TMPL_LOOP -->
  <!-- /TMPL_IF -->
  </div>
  <!-- TMPL_INCLUDE NAME="opac-basket-bottom.inc" -->





More information about the Koha-cvs mailing list