[Koha-devel] opac-user.pl

Owen Leonard oleonard at athenscounty.lib.oh.us
Sat Aug 23 12:27:29 CEST 2003


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




More information about the Koha-devel mailing list