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.6,1.


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-reserve.tmpl,1.6,1.6.2.1
Date: Thu, 10 Feb 2005 05:17:24 -0800

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

Modified Files:
      Tag: rel_2_2
        opac-reserve.tmpl 
Log Message:
do not show reserve fee if it's 0

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-reserve.tmpl,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** opac-reserve.tmpl   6 Dec 2004 17:56:56 -0000       1.6
--- opac-reserve.tmpl   10 Feb 2005 13:17:22 -0000      1.6.2.1
***************
*** 5,8 ****
--- 5,9 ----
        <h2>Impossible to set reserve because </h2>
        <ul>
+               <!-- TMPL_IF name="noreserve" --><li>You can't make reserve in 
this library (feature unactivated)</li><!-- /TMPL_IF -->
                <!-- TMPL_IF NAME="too_much_oweing" --><li>you owe <!-- 
TMPL_VAR NAME="too_much_oweing" --></li><!-- /TMPL_IF -->
                <!-- TMPL_IF NAME="too_many_reserves" --><li>you cannot make 
more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves.</li><!-- 
/TMPL_IF -->
***************
*** 69,73 ****
                </ul>
                <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />
!               <!-- TMPL_IF NAME="fee" -->
                        <p>Note there will be a reserve charge of <b>$<!-- 
TMPL_VAR NAME="fee" --></b></p>
                <!-- /TMPL_IF -->
--- 70,74 ----
                </ul>
                <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />
!               <!-- TMPL_IF NAME="istherefee" -->
                        <p>Note there will be a reserve charge of <b>$<!-- 
TMPL_VAR NAME="fee" --></b></p>
                <!-- /TMPL_IF -->




reply via email to

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