correcion en mostrar identificador
This commit is contained in:
parent
4517c38ebe
commit
00962177e4
@ -8236,7 +8236,8 @@ function mostrar_identificador($control,$form,$plantilla,$tipo,$timestamp){
|
|||||||
$visitas="";
|
$visitas="";
|
||||||
$usuarios="";
|
$usuarios="";
|
||||||
if($form != "") {$id_form = "$form";
|
if($form != "") {$id_form = "$form";
|
||||||
|
$descripcion = remplacetas('form_id','id',$form,'descripcion',"") ;
|
||||||
|
$nombre = remplacetas('form_id','id',$form,'nombre',"") ;
|
||||||
$datos_form ="
|
$datos_form ="
|
||||||
<h2>$nombre[0]</h2>
|
<h2>$nombre[0]</h2>
|
||||||
<legend>$descripcion[0]</legend>
|
<legend>$descripcion[0]</legend>
|
||||||
|
Loading…
Reference in New Issue
Block a user