Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1323 Rev 1412
Línea 70... Línea 70...
70
    'navigation' => [
70
    'navigation' => [
71
        'menu' => [
71
        'menu' => [
72
            [
72
            [
73
                'label' => 'LABEL_HOME',
73
                'label' => 'LABEL_HOME',
74
                'route' => 'dashboard',
74
                'route' => 'dashboard',
75
                'class' => 'fa fa-home'
75
                'class' => '/images/navbar/home.svg',
76
            ],
76
            ],
77
            [
77
            [
78
                'label' => 'LABEL_PROFILE',
78
                'label' => 'LABEL_PROFILE',
79
                'route' => 'profile',
79
                'route' => 'profile',
80
                'class' => 'fa fa-home',
80
                'class' => '/images/navbar/perfil.svg',
81
                'pages' => [
81
                'pages' => [
82
                    [
82
                    [
83
                        'label' => 'LABEL_MY_PROFILES',
83
                        'label' => 'LABEL_MY_PROFILES',
84
                        'route' => 'profile/my-profiles'
84
                        'route' => 'profile/my-profiles'
85
                    ],
85
                    ],
Línea 99... Línea 99...
99
            ],
99
            ],
Línea 100... Línea 100...
100
 
100
 
101
            [
101
            [
102
                'label' => 'LABEL_CONNECTIONS',
102
                'label' => 'LABEL_CONNECTIONS',
103
                'route' => 'connection',
103
                'route' => 'connection',
104
                'class' => 'fa fa-plug',
104
                'class' =>'/images/navbar/conexion.svg',
105
                'pages' => [
105
                'pages' => [
106
                    [
106
                    [
107
                        'label' => 'LABEL_MY_CONNECTIONS',
107
                        'label' => 'LABEL_MY_CONNECTIONS',
108
                        'route' => 'connection/my-connections'
108
                        'route' => 'connection/my-connections'
Línea 128... Línea 128...
128
                ]
128
                ]
129
            ],
129
            ],
130
            [
130
            [
131
                'label' => 'LABEL_COMPANIES',
131
                'label' => 'LABEL_COMPANIES',
132
                'route' => 'company',
132
                'route' => 'company',
133
                'class' => 'fa fa-building',
133
                'class' => '/images/navbar/empresa.svg',
134
                'pages' => [
134
                'pages' => [
135
                    [
135
                    [
136
                        'label' => 'LABEL_MY_COMPANIES',
136
                        'label' => 'LABEL_MY_COMPANIES',
137
                        'route' => 'company/my-companies'
137
                        'route' => 'company/my-companies'
138
                    ],
138
                    ],
Línea 156... Línea 156...
156
            ],
156
            ],
Línea 157... Línea 157...
157
 
157
 
158
            [
158
            [
159
                'label' => 'LABEL_GROUPS',
159
                'label' => 'LABEL_GROUPS',
160
                'route' => 'group',
160
                'route' => 'group',
161
                'class' => 'fa fa-cubes',
161
                'class' => '/images/navbar/grupos.svg',
162
                'pages' => [
162
                'pages' => [
163
                    [
163
                    [
164
                        'label' => 'LABEL_MY_GROUPS',
164
                        'label' => 'LABEL_MY_GROUPS',
165
                        'route' => 'group/my-groups'
165
                        'route' => 'group/my-groups'
Línea 179... Línea 179...
179
                ]
179
                ]
180
            ],
180
            ],
181
            [
181
            [
182
                'label' => 'LABEL_MARKETPLACE',
182
                'label' => 'LABEL_MARKETPLACE',
183
                'route' => 'marketplace',
183
                'route' => 'marketplace',
-
 
184
                'class' => '/images/navbar/market-place.svg',
184
            ],
185
            ],
-
 
186
            
-
 
187
           
-
 
188
            
-
 
189
           
-
 
190
            
-
 
191
           
-
 
192
            
Línea 185... Línea 193...
185
 
193
 
186
        /* [
194
        /* [
187
          'label' => 'LABEL_MESSAGES',
195
          'label' => 'LABEL_MESSAGES',
188
          'route' => 'inmail',
196
          'route' => 'inmail',