[Koha] opac-user.pl
Owen Leonard
oleonard at athenscounty.lib.oh.us
Thu Sep 18 03:05:25 NZST 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
More information about the Koha
mailing list