sorry
esta dentro de la funcion: F_opcionmensaje
Código PHP:
function F_opcionmensaje ($text, $nivel, $dataid, $user, $dis, $idioma){
return "
<div id='msjtextarea".$dataid."' style='display: none;'>
<a href='javascript:F_botspoiler(1, ".$dataid.");'><img id='botspoileri".$dataid."' style='margin-down: 0px; margin-left: 15px; margin-top: 0px; display: block;' class='ima' src='../img/botspoileri.png'></a>
<a href='javascript:F_botspoiler(0, ".$dataid.");'><img id='botspoilera".$dataid."' style='margin-down: 0px; margin-left: 15px; margin-top: 0px; display: none;' class='ima' src='../img/botspoilera.png'></a>
<input id='spoileract".$dataid."' type='checkbox' name='spoileract".$dataid."' style='display: none;'>
<textarea rows='4' class='textarea' id='mensaje".$dataid."' style='margin-top: 0px; width: 420px;'></textarea>
<p style='color: #939393; text-align: left; margin-left: 15px; margin-top: 0px; float: left;'>Quedan: <span id='totalcaracter".$dataid."'/>500</span> caracteres</p>
<p id='inftexare".$dataid."' style='float: right; text-align: right; margin-right: 15px; margin-top: 0px;'></p>
<p style='clear: both; margin-bottom: 0px; margin-top: 0px;'></p>
</div>";
}