[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-reserve.tmpl,1.1,1.
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-reserve.tmpl,1.1,1.2 |
Date: |
Wed, 06 Jul 2005 14:53:57 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3699/koha-tmpl/opac-tmpl/npl/en
Modified Files:
opac-reserve.tmpl
Log Message:
Updating template to match changes to opac-reserve.pl
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.2
diff -C2 -r1.1 -r1.2
*** opac-reserve.tmpl 20 Oct 2004 19:15:07 -0000 1.1
--- opac-reserve.tmpl 6 Jul 2005 21:53:55 -0000 1.2
***************
*** 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 ----
***************
*** 30,34 ****
<tr><th>For:</th><td><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR
NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR
NAME="cardnumber" -->)<!-- /TMPL_LOOP --></td></tr>
! <tr><th>Pick up from:</th><td><!-- TMPL_VAR NAME="CGIbranch" --></td></tr>
</table>
--- 31,38 ----
<tr><th>For:</th><td><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR
NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR
NAME="cardnumber" -->)<!-- /TMPL_LOOP --></td></tr>
! <tr><th>Pick up from:</th><td><select name="branch" id="branch">
! <option>-- Please choose your branch --</option>
! <!-- TMPL_LOOP NAME="CGIbranch" --><option value="<!-- TMPL_VAR
NAME="value" -->"><!-- TMPL_VAR NAME="branch" --></option><!-- /TMPL_LOOP -->
! </select></td></tr>
</table>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-reserve.tmpl,1.1,1.2,
Owen Leonard <=