[Koha-devel] about html templates writing :

Paul POULAIN paul.poulain at free.fr
Tue Jun 21 12:44:05 CEST 2005


Hi,
koha-developpers,

Just a reminder for everybody, as i had some problems with french
translation for 2.2.3 :

REMEMBER that TRANSLATOR tool really HATES <!-- TMPL_IF --> inside a
standard html tag, like :
<td <!-- tmpl_if name="x">class="x"<!-- /TMPL_IF -->> or
<input ... <!-- tmpl_if name="y" --> checked<!-- /TMPL_IF -->>

pls alway write :
<!-- TMPL_IF name="y" -->
    <input ... checked>
<!-- TMPL_ELSE -->
    <input ...>
<!-- /TMPL_IF -->


thanks.

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




More information about the Koha-devel mailing list