[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-reserve.tmpl,1.1.2.2,1.1.2.3

Finlay Thompson finlayt at users.sourceforge.net
Thu Dec 5 22:12:10 CET 2002


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

Modified Files:
      Tag: rel-1-2
	opac-reserve.tmpl 
Log Message:

fixed bug in the "all" hidden input.


Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/Attic/opac-reserve.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-reserve.tmpl	29 Nov 2002 03:30:51 -0000	1.1.2.2
--- opac-reserve.tmpl	5 Dec 2002 21:12:06 -0000	1.1.2.3
***************
*** 31,35 ****
  <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 on item type!</TMPL_IF>
  </h3>
  </TMPL_IF>
--- 31,35 ----
  <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">Please select at least on item type!</TMPL_IF>
  </h3>
  </TMPL_IF>
***************
*** 85,89 ****
  <!-- If there is only one types -->
  <input type="reset" class="brown-box" value="Clear">&nbsp&nbsp<input type="submit" class="green-box" value="Submit">
! <input type="hidden" name="all">
  </form>
  
--- 85,89 ----
  <!-- If there is only one types -->
  <input type="reset" class="brown-box" value="Clear">&nbsp&nbsp<input type="submit" class="green-box" value="Submit">
! <input type="hidden" name="all" value="1">
  </form>
  





More information about the Koha-cvs mailing list