]> git.llucax.com Git - mecon/yatta.git/blobdiff - sistema/conf/Marco.php
BugFixes.
[mecon/yatta.git] / sistema / conf / Marco.php
index 2705186954ffbd261d7a786523fd57ac4377ec59..fe075f5135bc5c187ca61ccc0bcaec9e78d6d98d 100644 (file)
         array (
             'nombre'        => 'Consultas de Procesos',    
             'imagenComun'   => 'general_procesos.gif',    
-            'imagenMouseOn' => '',              // --> Opcional
-            'imagenSelect'  => '',              // --> Opcional
             'link'          => 'procesos',    
-            'permisos'      => array (YATTA_PERM_ACCESO),
-//            'tipoMenu'      => '<Tipo Menu (Vertical, Horizontal, Oculto)>',   
-//            'hijos'         => array (       
-//                                    array ( 'nombre'        => '<Nombre Subseccion',       
-//                                            'imagenComun'   => '<IMAGEN>',    
-//                                            'imagenMouseOn' => '',              // --> Opcional
-//                                            'imagenSelect'  => '',              // --> Opcional
-//                                            'link'          => '<Link>',    
-//                                            'permisos'      => array ( <PERMISOS> ),
-//                                            'subhijos'      => array ( <Links Subhijos> ),
-//                                    ),
-//                                ),
+            'subhijos'      => array ('procesos_popup', 'procesos_detener'),
             ), //}}}
         //SECCION 2 {{{ 
         array (
             'nombre'        => 'Administracion de Archivos',    
             'imagenComun'   => 'archivos.gif',    
-            'imagenMouseOn' => '',              // --> Opcional
-            'imagenSelect'  => '',              // --> Opcional
             'link'          => 'archivos',    
-            'permisos'      => array (YATTA_PERM_ACCESO),
-//            'tipoMenu'      => '<Tipo Menu (Vertical, Horizontal, Oculto)>',   
-//            'hijos'         => array (       
-//                                    array ( 'nombre'        => '<Nombre Subseccion',       
-//                                            'imagenComun'   => '<IMAGEN>',    
-//                                            'imagenMouseOn' => '',              // --> Opcional
-//                                            'imagenSelect'  => '',              // --> Opcional
-//                                            'link'          => '<Link>',    
-//                                            'permisos'      => array ( <PERMISOS> ),
-//                                            'subhijos'      => array ( <Links Subhijos> ),
-//                                    ),
-//                                ),
+            ),//}}}
+        //SECCION 3 {{{ 
+        array (
+            'nombre'        => 'Administración',    
+            'imagenComun'   => 'general_admin.gif',    
+            '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'),
+                                    ),
+                                ),
             ),//}}}
         ), //}}}
     );