Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 17008 | Rev 17018 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17008 Rev 17012
Línea 568... Línea 568...
568
        
568
        
569
        'habits/users',
569
        'habits/users',
570
        'habits/users/add',
570
        'habits/users/add',
Línea -... Línea 571...
-
 
571
        'habits/users/delete',
-
 
572
 
-
 
573
        
-
 
574
        'habits/categories',
-
 
575
        'habits/categories/add',
-
 
576
        'habits/categories/edit',
-
 
577
        'habits/categories/delete',
-
 
578
        'habits/emojis',
-
 
579
        'habits/emojis/add',
-
 
580
        'habits/emojis/edit',
-
 
581
        'habits/emojis/delete',
-
 
582
        'habits/content',
-
 
583
        'habits/content/add',
571
        'habits/users/delete',
584
        'habits/content/edit',
572
 
585
        'habits/content/delete'
Línea 787... Línea 800...
787
            'habits/skills/edit',
800
            'habits/skills/edit',
788
            'habits/skills/delete',
801
            'habits/skills/delete',
789
            'habits/users',
802
            'habits/users',
790
            'habits/users/add',
803
            'habits/users/add',
791
            'habits/users/delete',
804
            'habits/users/delete',
-
 
805
            'habits/categories',
-
 
806
            'habits/categories/add',
-
 
807
            'habits/categories/edit',
-
 
808
            'habits/categories/delete',
-
 
809
            'habits/emojis',
-
 
810
            'habits/emojis/add',
-
 
811
            'habits/emojis/edit',
-
 
812
            'habits/emojis/delete',
-
 
813
            'habits/content',
-
 
814
            'habits/content/add',
-
 
815
            'habits/content/edit',
-
 
816
            'habits/content/delete'
792
        ],
817
        ],
793
        'microlearning-admin' => [
818
        'microlearning-admin' => [
794
            'development-and-knowledge',
819
            'development-and-knowledge',
795
            'microlearning',
820
            'microlearning',
796
            'microlearning/overview',
821
            'microlearning/overview',
Línea 2216... Línea 2241...
2216
                    'pages' => [
2241
                    'pages' => [
2217
                        [
2242
                        [
2218
                            'label' => 'LABEL_SKILLS',
2243
                            'label' => 'LABEL_SKILLS',
2219
                            'route' => 'habits/skills',
2244
                            'route' => 'habits/skills',
2220
                        ],
2245
                        ],
-
 
2246
                        [
-
 
2247
                            'label' => 'LABEL_USERS',
-
 
2248
                            'route' => 'habits/users',
-
 
2249
                        ],
-
 
2250
                        [
-
 
2251
                            'label' => 'LABEL_CATEGORIES',
-
 
2252
                            'route' => 'habits/categories',
-
 
2253
                        ],
-
 
2254
                        [
-
 
2255
                            'label' => 'LABEL_EMOJIS',
-
 
2256
                            'route' => 'habits/emojis',
-
 
2257
                        ],
-
 
2258
                        [
-
 
2259
                            'label' => 'LABEL_CONTENT',
-
 
2260
                            'route' => 'habits/content',
-
 
2261
                        ],
Línea 2221... Línea 2262...
2221
                     
2262
                     
2222
                        /*
2263
                        /*
2223
                        [
2264
                        [
2224
                            'label' => 'LABEL_USERS',
2265
                            'label' => 'LABEL_USERS',
Línea 2356... Línea 2397...
2356
                    'route' => 'media/files',
2397
                    'route' => 'media/files',
2357
                ],
2398
                ],
2358
            ],
2399
            ],
2359
        ],
2400
        ],
Línea 2360... Línea 2401...
2360
        
2401
        
2361
        /*
2402
 
2362
        [
2403
        [
2363
            'label' => 'LABEL_COMPANY',
2404
            'label' => 'LABEL_COMPANY',
2364
            'route' => 'organizational-design',
2405
            'route' => 'organizational-design',
Línea 2365... Línea -...
2365
            'pages' => [
-
 
-
 
2406
            'pages' => [
2366
 
2407
 
2367
                
2408
                /*
2368
                [
2409
                [
2369
                    'label' => 'LABEL_JOBS',
2410
                    'label' => 'LABEL_JOBS',
2370
                    'route' => 'jobs',
2411
                    'route' => 'jobs',
2371
                    'class' => 'fa fa-briefcase'
2412
                    'class' => 'fa fa-briefcase'
2372
                ],
2413
                ],*/
2373
                [
2414
                [
2374
                    'label' => 'LABEL_FEEDS',
2415
                    'label' => 'LABEL_FEEDS',
2375
                    'route' => 'feeds',
2416
                    'route' => 'feeds',
-
 
2417
                    'class' => 'fa fa-rss'
2376
                    'class' => 'fa fa-rss'
2418
                ],
2377
                ],
2419
                /*
2378
                [
2420
                [
2379
                    'label' => 'LABEL_PROFILE',
2421
                    'label' => 'LABEL_PROFILE',
2380
                    'route' => 'profile',
2422
                    'route' => 'profile',
Línea 2415... Línea 2457...
2415
                        [
2457
                        [
2416
                            'label' => 'LABEL_REPORTS_USERS_BLOCKED',
2458
                            'label' => 'LABEL_REPORTS_USERS_BLOCKED',
2417
                            'route' => 'reports/users-blocked',
2459
                            'route' => 'reports/users-blocked',
2418
                        ],
2460
                        ],
2419
                    ]
2461
                    ]
2420
                ],
2462
                ],*/
Línea 2421... Línea 2463...
2421
                
2463
                
2422
                
2464
                
2423
            ]
2465
            ]
2424
        ], */   
2466
        ], 
2425
        [
2467
        [
2426
            'label' => 'LABEL_LOGOUT',
2468
            'label' => 'LABEL_LOGOUT',
2427
            'route' => 'signout',
2469
            'route' => 'signout',