[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en request.tmpl,1.17,1.18

Owen Leonard oleonard at users.sourceforge.net
Wed Jan 19 22:45:59 CET 2005


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

Modified Files:
	request.tmpl 
Log Message:
Updated to show items as waiting only if destination branch matches holding branch.  Otherwise waiting items will be shown as "in transit" between holding branch and destination branch.

Index: request.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/request.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** request.tmpl	13 Jan 2005 22:41:03 -0000	1.17
--- request.tmpl	19 Jan 2005 21:45:56 -0000	1.18
***************
*** 109,113 ****
  						<td><!-- TMPL_VAR NAME="date" --></td>
  						<td><!-- TMPL_IF Name="wait" -->
! 							Item waiting at <b> <!-- TMPL_VAR NAME="wbrname" --></b> <input type="hidden" name="pickup" value=<!-- TMPL_VAR NAME="wbrcd" -->>
  							<!-- TMPL_ELSE -->
  								<select name="pickup">
--- 109,118 ----
  						<td><!-- TMPL_VAR NAME="date" --></td>
  						<td><!-- TMPL_IF Name="wait" -->
! 						<!-- TMPL_IF NAME="atdestination" -->
! 				<strong>Waiting</strong> at <!-- TMPL_VAR Name="wbrcode" -->
! 				<!-- TMPL_ELSE -->
! 				In transit from <!-- TMPL_VAR NAME="holdingbranch" --> to <!-- TMPL_VAR Name="wbrcode" -->
! 				<!-- /TMPL_IF -->
! 		<input type="hidden" name="pickup" value=<!-- TMPL_VAR NAME="wbrcd" -->>
  							<!-- TMPL_ELSE -->
  								<select name="pickup">





More information about the Koha-cvs mailing list