X-Git-Url: https://git.llucax.com/mecon/yatta.git/blobdiff_plain/83ce2949b90ffcd0c9b46c2f506cc9bc9b3cbb17..f485a92ad5f11f2d70726b8138fd11f77bb9e9e8:/sistema/conf/Marco.php diff --git a/sistema/conf/Marco.php b/sistema/conf/Marco.php index 8ee53df..fe075f5 100644 --- a/sistema/conf/Marco.php +++ b/sistema/conf/Marco.php @@ -22,41 +22,36 @@ array ( 'nombre' => 'Consultas de Procesos', 'imagenComun' => 'general_procesos.gif', - 'imagenMouseOn' => '', // --> Opcional - 'imagenSelect' => '', // --> Opcional - 'link' => 'consultas', - 'permisos' => array (YATTA_PERM_ACCESO), -// 'tipoMenu' => '', -// 'hijos' => array ( -// array ( 'nombre' => ' '', -// 'imagenMouseOn' => '', // --> Opcional -// 'imagenSelect' => '', // --> Opcional -// 'link' => '', -// 'permisos' => array ( ), -// 'subhijos' => array ( ), -// ), -// ), + 'link' => 'procesos', + 'subhijos' => array ('procesos_popup', 'procesos_detener'), ), //}}} //SECCION 2 {{{ array ( 'nombre' => 'Administracion de Archivos', + 'imagenComun' => 'archivos.gif', + 'link' => 'archivos', + ),//}}} + //SECCION 3 {{{ + array ( + 'nombre' => 'Administración', 'imagenComun' => 'general_admin.gif', - 'imagenMouseOn' => '', // --> Opcional - 'imagenSelect' => '', // --> Opcional - 'link' => 'admin', - 'permisos' => array (YATTA_PERM_ACCESO), -// 'tipoMenu' => '', -// 'hijos' => array ( -// array ( 'nombre' => ' '', -// 'imagenMouseOn' => '', // --> Opcional -// 'imagenSelect' => '', // --> Opcional -// 'link' => '', -// 'permisos' => array ( ), -// 'subhijos' => array ( ), -// ), -// ), + 'link' => 'admin_servidores', + 'permisos' => array (YATTA_PERM_ADMINISTRADOR), + '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'), + ), + ), ),//}}} ), //}}} );