about html templates writing :
21 Jun
2005
21 Jun
'05
1:44 p.m.
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)
7693
Age (days ago)
7693
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul POULAIN