X-Git-Url: https://git.llucax.com/mecon/yatta.git/blobdiff_plain/8d2616c309cde3dfbcf843ba66e0162f8d108920..638854c9bec022ae7d56392c39703be15e076da4:/sistema/conf/Marco.php?ds=sidebyside diff --git a/sistema/conf/Marco.php b/sistema/conf/Marco.php index 26d30d8..fe075f5 100644 --- a/sistema/conf/Marco.php +++ b/sistema/conf/Marco.php @@ -23,33 +23,35 @@ 'nombre' => 'Consultas de Procesos', 'imagenComun' => 'general_procesos.gif', 'link' => 'procesos', - 'permisos' => array (YATTA_PERM_ACCESO), + 'subhijos' => array ('procesos_popup', 'procesos_detener'), ), //}}} //SECCION 2 {{{ array ( 'nombre' => 'Administracion de Archivos', 'imagenComun' => 'archivos.gif', 'link' => 'archivos', - 'permisos' => array (YATTA_PERM_ACCESO), ),//}}} //SECCION 3 {{{ array ( - 'nombre' => 'Administración Servidores', + 'nombre' => 'Administración', 'imagenComun' => 'general_admin.gif', 'link' => 'admin_servidores', 'permisos' => array (YATTA_PERM_ADMINISTRADOR), -// 'tipoMenu' => 'vertical', - 'subhijos' => array ('admin_servidores-abm'), -// 'hijos' => array ( -// array ( 'nombre' => 'Servidores', -// 'imagenComun' => 'general_admin.gif', -// 'imagenMouseOn' => '', // --> Opcional -// 'imagenSelect' => '', // --> Opcional -// 'link' => 'admin_servidores', -// 'permisos' => array (YATTA_PERM_ADMINISTRADOR), -// 'subhijos' => array ( ), -// ), -// ), + 'tipoMenu' => 'vertical', + 'hijos' => array ( + array ( 'nombre' => 'Cuotas Excepcionales', + 'imagenComun' => 'general_admin.gif', + 'link' => 'admin_cuotas', + 'permisos' => array (YATTA_PERM_ADMINISTRADOR), + 'subhijos' => array ('admin_cuotas-abm'), + ), + array ( 'nombre' => 'Servidores', + 'imagenComun' => 'general_admin.gif', + 'link' => 'admin_servidores', + 'permisos' => array (YATTA_PERM_ADMINISTRADOR), + 'subhijos' => array ('admin_servidores-abm'), + ), + ), ),//}}} ), //}}} );