]> git.llucax.com Git - mecon/yatta.git/blobdiff - sistema/conf/Marco.php
BugFix.
[mecon/yatta.git] / sistema / conf / Marco.php
index 5b4d57161af7130349c0f2508c01c6cb0f9ce9df..fe075f5135bc5c187ca61ccc0bcaec9e78d6d98d 100644 (file)
@@ -23,7 +23,6 @@
             'nombre'        => 'Consultas de Procesos',    
             'imagenComun'   => 'general_procesos.gif',    
             'link'          => 'procesos',    
-            'permisos'      => array (YATTA_PERM_ACCESO),
             'subhijos'      => array ('procesos_popup', 'procesos_detener'),
             ), //}}}
         //SECCION 2 {{{ 
             '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 ( <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'),
+                                    ),
+                                ),
             ),//}}}
         ), //}}}
     );