]> git.llucax.com Git - mecon/yatta.git/blobdiff - sistema/conf/Marco.php
BugFix.
[mecon/yatta.git] / sistema / conf / Marco.php
index 26d30d8bd626cd97624652938b8ffad2c3bfcb38..fe075f5135bc5c187ca61ccc0bcaec9e78d6d98d 100644 (file)
             'nombre'        => 'Consultas de Procesos',    
             'imagenComun'   => 'general_procesos.gif',    
             'link'          => 'procesos',    
             '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',    
             ), //}}}
         //SECCION 2 {{{ 
         array (
             'nombre'        => 'Administracion de Archivos',    
             'imagenComun'   => 'archivos.gif',    
             'link'          => 'archivos',    
-            'permisos'      => array (YATTA_PERM_ACCESO),
             ),//}}}
         //SECCION 3 {{{ 
         array (
             ),//}}}
         //SECCION 3 {{{ 
         array (
-            'nombre'        => 'Administración Servidores',    
+            'nombre'        => 'Administración',    
             'imagenComun'   => 'general_admin.gif',    
             'link'          => 'admin_servidores',    
             'permisos'      => array (YATTA_PERM_ADMINISTRADOR),
             '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 ( <Links Subhijos> ),
-//                                    ),
-//                                ),
+            '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'),
+                                    ),
+                                ),
             ),//}}}
         ), //}}}
     );     
             ),//}}}
         ), //}}}
     );