koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.4,1.


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.4,1.5
Date: Wed, 15 Sep 2004 09:42:45 -0700

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

Modified Files:
        opac-reserve.tmpl 
Log Message:
reservation is impossible if the borrower has a card lost, is gonenoaddress or 
is suspended

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-reserve.tmpl   19 May 2004 17:05:15 -0000      1.4
--- opac-reserve.tmpl   15 Sep 2004 16:42:42 -0000      1.5
***************
*** 10,13 ****
--- 10,16 ----
                <!-- TMPL_IF NAME="no_items_selected" --><li>you must select at 
least on item type!</li><!-- /TMPL_IF -->
                <!-- TMPL_IF NAME="no_branch_selected" --><li>you must select a 
branch for pickup!</li><!-- /TMPL_IF -->
+               <!-- TMPL_IF name="GNA" --><li>You are gone without address. 
Reservation is forbidden. Please contact the library</li><!-- /TMPL_IF -->
+               <!-- TMPL_IF name="lost" --><li>This card has been declared 
lost. Reserve impossible. Please contact the library</li><!-- /TMPL_IF -->
+               <!-- TMPL_IF name="debarred" --><li>Your account is temporarily 
suspended. Please contact the library</li><!-- /TMPL_IF -->
        </ul>
  <!-- /TMPL_IF -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]