Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 4595 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4595 Rev 4604
Línea 187... Línea 187...
187
                    $groupTypes[$record->uuid] = $record->name;
187
                    $groupTypes[$record->uuid] = $record->name;
188
                }
188
                }
Línea 189... Línea 189...
189
                
189
                
Línea 190... Línea 190...
190
                $formAdd = new CreateForm($this->adapter);
190
                $formAdd = new CreateForm($this->adapter);
191
                
191
                
192
                $this->layout()->setTemplate('layout/layout.phtml');
192
                $this->layout()->setTemplate('layout/layout-backend');
193
                $viewModel = new ViewModel();
193
                $viewModel = new ViewModel();
194
                $viewModel->setTemplate('leaders-linked/high-performance-teams-my-groups/index.phtml');
194
                $viewModel->setTemplate('leaders-linked/high-performance-teams-my-groups/index.phtml');
195
                $viewModel->setVariables([
195
                $viewModel->setVariables([
Línea 471... Línea 471...
471
            $image_size_cover = $this->config['leaderslinked.image_sizes.group_cover_upload'];
471
            $image_size_cover = $this->config['leaderslinked.image_sizes.group_cover_upload'];
472
            $image_size_profile = $this->config['leaderslinked.image_sizes.group_image_upload'];
472
            $image_size_profile = $this->config['leaderslinked.image_sizes.group_image_upload'];
Línea 473... Línea 473...
473
            
473
            
474
 
474
 
475
            
475
            
476
            $this->layout()->setTemplate('layout/layout.phtml');
476
            $this->layout()->setTemplate('layout/layout-backend');
477
            $viewModel = new ViewModel();
477
            $viewModel = new ViewModel();
478
            $viewModel->setTemplate('leaders-linked/high-performance-teams-my-groups/edit.phtml');
478
            $viewModel->setTemplate('leaders-linked/high-performance-teams-my-groups/edit.phtml');