koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] opac-user.pl


From: Owen Leonard
Subject: [Koha-devel] opac-user.pl
Date: Wed Sep 17 08:08:11 2003

Sorry for the re-post, but I never got a response to this, and I'd really like 
to know the answer!

In opac-user.pl, in the default template, there's a column marked 'Current 
Loan', with values 'yes' or 'no' (<TMPL_IF NAME="status">)  What does that 
mean?

In the vanilla template for the same file, there's this block of markup:

<TMPL_IF NAME="renewable">
<A HREF='/cgi-bin/koha/opac-renew.pl?from=opac_user&item=<TMPL_VAR 
NAME="itemnumber">&bornum=<TMPL_VAR NAME="borrowernumber">' 
class="padded">Renew</A>
<TMPL_ELSE>
Not renewable
</TMPL_IF>

...but this always returns 'Not renewable'.  What condition needs to be met for 

it to be renewable? Or is something not working?

  -- Owen

----
Nelsonville Public Library
Koha 2.0.0-pre2-R2



reply via email to

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