[Koha-patches] [PATCH] Bug Fixing : ModMember and memberentrygen.tmpl

Joe Atzberger joe.atzberger at liblime.com
Fri May 16 00:06:44 CEST 2008


On Thu, May 15, 2008 at 3:47 PM, Henri-Damien LAURENT <
henridamien.laurent at biblibre.com> wrote:

> -<!--TMPL_IF EXPR="showguarantor"-->  <li><label for="">Guarantor: </label>
> +<!--TMPL_IF EXPR="showguarantor"--><input type="hidden" name="guarantorid"
>   value="<!-- TMPL_VAR NAME="guarantorid" -->" />
> +  <li><label for="">Guarantor: </label>
>   <select name="relationship" id="relationship" >
>

This appears to be a good chance to NOT to use EXPR, since it is really just
a regular NAME parameter test.  The form:
<!--TMPL_IF NAME="showguarantor"-->
will achieve the same results without encouraging the problematic EXPR.

--Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20080515/1a03b4d3/attachment-0002.htm>


More information about the Koha-patches mailing list