koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] templates & translation


From: paul POULAIN
Subject: [Koha-devel] templates & translation
Date: Tue Dec 9 02:36:01 2003
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.4) Gecko/20030630

Hi,

HTML::Template has invalid tags from a html point of view : <TMPL_VAR xx> is not closed, and <TMPL_ELSE> neither.

But... there is another method to write template : use <!-- TMPL_VAR xx> instead of <TMPL_VAR xx>.
with this method, HTML::TreeBuilder create better the string list.
So i've written a little script that changed ALL <TMPL > to <!-- TMPL > in both OPAC and INTRANET. I've commited them. So, update your CVS copies, and for future templates, use <!-- TMPL > form and NOT <TMPL > one.

--
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)





reply via email to

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