X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/4a91ae5069fc847c7f27e84a8449fbbd0742e2b2..1fce1689d24ee6eed11644946bfa777a06d2ef8e:/sistema/www/perfiles/perfiles-datos.php?ds=inline diff --git a/sistema/www/perfiles/perfiles-datos.php b/sistema/www/perfiles/perfiles-datos.php index 1ffb1a6..1ed8d2c 100644 --- a/sistema/www/perfiles/perfiles-datos.php +++ b/sistema/www/perfiles/perfiles-datos.php @@ -71,7 +71,7 @@ case 'D': $TipoPerfil = 'Dios'; break; } -//}}] +//}}} //AGREGO LOS ELEMENTOS AL FORM {{{ $FORM->addElement ('static', 'id_perfil' , 'Id Perfil' , $PERFIL->getId() ); @@ -84,7 +84,8 @@ //DIBUJO LA PAGINA {{{ $PAGE->addBodyContent($FORM); - $PAGE->addBodyContent(new HTML_Image('/MECON/images/general_cerrar.gif', 'Cerrar', array ('border'=>'0', 'onClick'=>'self.close();return false;'))); + $imagen = new HTML_Image('/MECON/images/general_cerrar.gif'); + $PAGE->addBodyContent(''.$imagen->toHtml().''); $PAGE->display(); // }}} //FIN