// }}}
//OPCION VOLVER {{{
$TABLAVOLVER = new Tabla ('cellspacing=0');
- $row = array ('<a href="sistemas" alt="Volver a la lista de Sistemas" ><img src="/MECON/images/general_volver4.gif" border="0"><b> Volver a Sistemas</b></a>');
+ $row = array ('<a href="sistemas" alt="Volver a la lista de Sistemas" ><img src="/MECON/images/general_volver4.gif" border="0"> Volver a Sistemas</a>');
$TABLAVOLVER->addRow($row,'align=left');
// }}}
//DIBUJO LA PAGINA {{{
$MARCO = new Marco ('../../conf/confSecciones.php');
+ $MARCO->addBody($TABLAVOLVER);
$MARCO->addTitle('Asociar Permisos y Sistemas');
//AGREGO LA TABLA DEL SISTEMA
$MARCO->addBody($TABLASIST);
$MARCO->addBody('<BR>');
//AGREGO LA TABLA DE PERMISOS
$MARCO->addBody($TABLAPERM);
- $MARCO->addBody($TABLAVOLVER);
$MARCO->display();
// }}}
//FIN