koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] about html templates writing :


From: Paul POULAIN
Subject: [Koha-devel] about html templates writing :
Date: Tue Jun 21 12:44:05 2005
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

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)



reply via email to

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