correccion bug en notas

This commit is contained in:
humano 2017-12-04 08:45:40 -05:00
parent ab5d4f49e0
commit 9904dfed1d
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ if($tipo =='edit' AND ($_SESSION['equipo'] !== $equipo[0] )){
<div id='div_$control'></div>
<form name='form_nota_$control' id='form_nota_$control'>
<div id='input_$id_campo"."[0]' ></div>
<textarea onclick=\" javascript:document.getElementById('$id_campo"."[0]').focus();\" id='$id_campo"."[0]' name='$id_campo"."[0]' placeholder='Escribe tu nota'></textarea>
<textarea onclick=\" javascript:document.getElementById('$id_campo"."[0]').focus();\" id='$id_campo"."[0]' name='$id_campo"."[0]' placeholder='Escribe aquí tu nota'></textarea>
<input type='hidden' value='$control' name='control' id='control'>
<input type='hidden' id='form_id' name='form_id' value='$id'>
<input type='hidden' id='tipo' name='tipo' value='nuevo'>