[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-reserve.tmpl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Mon May 5 13:21:33 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv15430/koha-tmpl/opac-tmpl/default/en

Modified Files:
	opac-reserve.tmpl 
Log Message:
fix for 394

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-reserve.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** opac-reserve.tmpl	19 Mar 2003 15:15:33 -0000	1.8
--- opac-reserve.tmpl	5 May 2003 11:21:31 -0000	1.9
***************
*** 17,25 ****
  	<TMPL_IF NAME="already_reserved">You already have a reserve placed on this item.</TMPL_IF>
  	<TMPL_IF NAME="no_items_selected">You must select at least on item type!</TMPL_IF>
  	</B></font><P></td></tr></table>
  </TMPL_IF>
  <TMPL_IF NAME="select_item_types">
  	<!-- The first time round you select which bibitems you want -->
! 	<p>Reserve page for item: <b><TMPL_VAR NAME="title"> ( <TMPL_VAR NAME="author"> )</b></p>
  	<p> There are <b><TMPL_VAR NAME="rank"></b> reserves already on this item. </p>
  	<p>Please select which item types are ok for you. The first of these item that matches one of these types that becomes available will be set kept for you.<p>
--- 17,26 ----
  	<TMPL_IF NAME="already_reserved">You already have a reserve placed on this item.</TMPL_IF>
  	<TMPL_IF NAME="no_items_selected">You must select at least on item type!</TMPL_IF>
+ 	<TMPL_IF NAME="no_branch_selected">You must select a branch for pickup!</TMPL_IF>
  	</B></font><P></td></tr></table>
  </TMPL_IF>
  <TMPL_IF NAME="select_item_types">
  	<!-- The first time round you select which bibitems you want -->
! 	<p>Reserve page for item: <b><TMPL_VAR NAME="title"> ( <TMPL_VAR NAME="author"> <TMPL_VAR name="biblionumber">)</b></p>
  	<p> There are <b><TMPL_VAR NAME="rank"></b> reserves already on this item. </p>
  	<p>Please select which item types are ok for you. The first of these item that matches one of these types that becomes available will be set kept for you.<p>
***************
*** 27,31 ****
  	<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
  		<input type="hidden" name="item_types_selected" value="1">
! 		<input type="hidden" name="bib" value="<TMPL_VAR NAME='biblionumber'>">
  		<TABLE border=1>
  			<tr bgcolor="#99cccc" background='<TMPL_VAR NAME="themelang">/images/background-opac.gif'>
--- 28,32 ----
  	<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
  		<input type="hidden" name="item_types_selected" value="1">
! 		<input type="hidden" name="bib" value="<TMPL_VAR name="biblionumber">">
  		<TABLE border=1>
  			<tr bgcolor="#99cccc" background='<TMPL_VAR NAME="themelang">/images/background-opac.gif'>
***************
*** 48,52 ****
  		<p>
  		Please select the branch from which you want to collect the item:
! 		<select name="branch"><TMPL_VAR NAME="branchoptions"></select><br>
  		<p>
  		<table border=0 cellpadding=0 cellspacing=0>
--- 49,53 ----
  		<p>
  		Please select the branch from which you want to collect the item:
! 		<TMPL_VAR NAME="CGIbranch"><br>
  		<p>
  		<table border=0 cellpadding=0 cellspacing=0>





More information about the Koha-cvs mailing list