Détail des modifications des fichiers templates

Pour tous ceux qui ont personnalisé leurs fichiers templates, voici les modifications qui ont été apportées sur les fichiers templates d'origine, afin qu'ils puissent rapidement mettre à jour leur fichiers personnalisés. Ces mises à jour sont importantes car elles corrigent des bugs, ne les négligez donc pas!

tpl_aide.html

Ligne 10, remplacer:


<font size={%::_SKIN[middlefont]%}><B>Questions Fréquentes</B></font> 

par:


<font size={%::_SKIN[middlefont]%}><B>{%LNG[faq_title]%}</B></font>

tpl_detail.html

ligne 339, remplacer:


	
<font color="orange"><b>{%::SearchMask%}</b></font>

par


	
<font color="{%::_SKIN[searchcolor]%}"><b>{%::SearchMask%}</b></font>

tpl_entete.html

ligne 229, rajouter le bloc:


<!--********** TPL NAME = bbleft **********-->

<div align="left">\\1</div>

<!--********** TPL NAME = bbright **********-->

<div align="right">\\1</div>


tpl_popup.html

ligne 153, remplacer:


<b><a href="javascript:;" onClick="window.opener.addsmile(' {%box[smilecode]%} '); window.opener.Compter(window.opener.formulaire.msg,window.opener.formulaire.limitchar); window.close();" class="lien">{%box[smilecode]%}</a></b>

par


	
<b><a href="javascript:;" onClick="window.opener.addsmile('{%box[code_retour]%}'); window.opener.Compter(window.opener.formulaire.msg,window.opener.formulaire.limitchar); window.close();" class="lien">{%box[smilecode]%}</a></b>

ligne 130, rajouter le bloc:


<!--********** TPL NAME = pf_extavatar **********-->

<img src={%::InfosMB[userlogo]%}>


tpl_stats.html

ligne 11, remplacer:


<td bgcolor="{%::_SKIN[bgtable3]%}" {%box[affdegrad]%} bgcolor="{%::_SKIN[bgtable3]%}" class="corp" align="center">

par


	
<td bgcolor="{%::_SKIN[bgtable3]%}" {%box[affdegrad]%} class="corp" align="center">

ligne 349, remplacer:


<td width="10%" class="corp" align="center" {%box[affdegrad]%} bgcolor="{%::_SKIN[bgtable3]%}"><font size={%::_SKIN[middlefont]%}>{%LNG[pm]%}</font></td>

par


	
<td width="15%" class="corp" align="center" {%box[affdegrad]%} bgcolor="{%::_SKIN[bgtable3]%}"><font size={%::_SKIN[middlefont]%}>{%LNG[pm]%}</font></td>