[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-reserve.tmpl,1.1,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Thu Mar 17 23:33:04 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-reserve.tmpl 
Log Message:
Adding link to return to detail screen if there is an error

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-reserve.tmpl	20 Oct 2004 19:15:07 -0000	1.1
--- opac-reserve.tmpl	17 Mar 2005 22:33:01 -0000	1.1.2.1
***************
*** 10,14 ****
  <!-- TMPL_IF NAME="too_much_oweing" -->Sorry, you cannot make reserves because you owe <!-- TMPL_VAR NAME="too_much_oweing" -->.  <!-- /TMPL_IF -->
  <!-- TMPL_IF NAME="too_many_reserves" -->Sorry, you cannot make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves. <!-- /TMPL_IF -->
! <!-- 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 one item.<!-- /TMPL_IF -->
  	<!-- TMPL_IF NAME="no_branch_selected" -->You must select a branch for pickup!<!-- /TMPL_IF -->
--- 10,16 ----
  <!-- TMPL_IF NAME="too_much_oweing" -->Sorry, you cannot make reserves because you owe <!-- TMPL_VAR NAME="too_much_oweing" -->.  <!-- /TMPL_IF -->
  <!-- TMPL_IF NAME="too_many_reserves" -->Sorry, you cannot make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves. <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="already_reserved" -->You already have a reserve placed on this item.
! <form action="opac-detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="icon back" value="Return to Item Detail Screen" /></form>
! <!-- /TMPL_IF -->
  <!-- TMPL_IF NAME="no_items_selected" -->You must select at least one item.<!-- /TMPL_IF -->
  	<!-- TMPL_IF NAME="no_branch_selected" -->You must select a branch for pickup!<!-- /TMPL_IF -->
***************
*** 24,28 ****
  <input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->">
  <h2>Reservation Details</h2>
- 
  <div class="form">
  <table>
--- 26,29 ----





More information about the Koha-cvs mailing list