alors voila un ptit soucis
Citation
[48] ---------- chercher -------------------------------------------------------
#
<td class="td_clair" width="50" rowspan="3">{IMG_BOITE_ONLINE}</td>
#
# [49] ---------- remplacer par -------------------------------------------------
#
<td class="td_clair" width="50" rowspan="4">{IMG_BOITE_ONLINE}</td>
#
je n'est pas la ligne dans ma boite_online_corps.tpl
j'ai ca
<form action="{U_ACTION}" method="post">
<table class="stats" width="100%" cellspacing="1" cellpadding="3">
<tr>
<td class="td_titre" colspan="2">{L_CONNEXION} !</td>
</tr>
<tr>
<td class="td_clair">
<span class="petit">
{L_LOGIN} : <input type="text" name="login" size="20" />
{L_MDP} : <input type="password" name="mdp" size="20" />
<input type="submit" value="Connexion" name="soumettre" />
</span>
</td>
</tr>
<tr>
<td class="td_clair">
<span class="petit">{L_INVISIBLE} :<input type="checkbox" name="invisible" value="true" /> -- {L_AUTO} :<input type="checkbox" name="auto" value="true" /></span>
</td>
</tr>
<!-- IFEXIST switch_mod_chat -->
<tr>
<td class="td_stats"><span class="petit">{NB_CONNECTES_CHAT} [ <a href="#" onclick="javascript: window.open ('chat.php', 'Chat', config='height=600, width=500, toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, directories=no, status=no')">Entrer sur le chat</a> ]</span></td>
</tr>
<!-- ENDIF -->
</table>
</form>