[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ branchtransfers.tmpl,1.12.2.1,1.12.2.2

Owen Leonard oleonard at users.sourceforge.net
Wed Aug 10 23:45:27 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	branchtransfers.tmpl 
Log Message:
- hiding Messages table if there are no messages
- updating alternating table row colors with CSS

Index: branchtransfers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -C2 -r1.12.2.1 -r1.12.2.2
*** branchtransfers.tmpl	10 Jun 2005 08:40:09 -0000	1.12.2.1
--- branchtransfers.tmpl	10 Aug 2005 21:45:24 -0000	1.12.2.2
***************
*** 70,73 ****
--- 70,74 ----
  
  <!-- TMPL_ELSE -->
+ 		<!-- TMPL_IF NAME="allmessages" -->
  	<table>
  	<tr><th class="circulation">Messages</th></tr>
***************
*** 98,102 ****
  	<!-- /TMPL_LOOP -->&nbsp;
  	</td></tr></table>
! 
  	<form method="post" action="/cgi-bin/koha/circ/branchtransfers.pl">
  	<p><b>Select Destination Branch: </b><select name="tobranchcd">
--- 99,103 ----
  	<!-- /TMPL_LOOP -->&nbsp;
  	</td></tr></table>
! <!-- /TMPL_IF -->
  	<form method="post" action="/cgi-bin/koha/circ/branchtransfers.pl">
  	<p><b>Select Destination Branch: </b><select name="tobranchcd">
***************
*** 116,132 ****
  
  	</form>
! 	<!-- TMPL_IF Name="transferred" -->
  		<p>
! 		<table border="1" cellpadding="5" cellspacing="0" bgcolor="#dddddd">
  		<tr><th colspan="6" class="circulation">Transfered Items</th></tr>
  		<tr><th class="circulation">Barcode</th><th class="circulation">Title</th><th class="circulation">Author</th><th class="circulation">Type</th><th class="circulation">From</th><th class="circulation">To</th></tr>
  		<!-- TMPL_LOOP Name="trsfitemloop" -->
! 			<tr><td align="center" bgcolor="<!-- TMPL_VAR NAME="color" -->">
  			<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onclick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a></td>
! 			<td bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="title" --></td>
! 			<td bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="author" --></td>
! 			<td align="center" bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="itemtype" --></td>
! 			<td align="center" bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="frbrname" --></td>
! 			<td align="center" bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="tobrname" --></td>
  			</tr>
  		<!-- /TMPL_LOOP -->
--- 117,133 ----
  
  	</form>
! 	<!-- TMPL_IF Name="trsfitemloop" -->
  		<p>
! 		<table border="1" cellpadding="5" cellspacing="0">
  		<tr><th colspan="6" class="circulation">Transfered Items</th></tr>
  		<tr><th class="circulation">Barcode</th><th class="circulation">Title</th><th class="circulation">Author</th><th class="circulation">Type</th><th class="circulation">From</th><th class="circulation">To</th></tr>
  		<!-- TMPL_LOOP Name="trsfitemloop" -->
! 			<!-- TMPL_IF NAME="color" --><tr class="hilighted"><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --><td align="center">
  			<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onclick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcode" --></a></td>
! 			<td><!-- TMPL_VAR NAME="title" --></td>
! 			<td><!-- TMPL_VAR NAME="author" --></td>
! 			<td align="center"><!-- TMPL_VAR NAME="itemtype" --></td>
! 			<td align="center"><!-- TMPL_VAR NAME="frbrname" --></td>
! 			<td align="center"><!-- TMPL_VAR NAME="tobrname" --></td>
  			</tr>
  		<!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list