Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 66
Línea 38... Línea 38...
38
            'type' => \Laminas\Form\Element\Select::class,
38
            'type' => \Laminas\Form\Element\Select::class,
39
            'attributes' => [
39
            'attributes' => [
40
                'id' => 'function_id',
40
                'id' => 'function_id',
41
            ],
41
            ],
42
            'options' => [
42
            'options' => [
43
                'empty_option' => 'LABEL_N/A',
43
                'empty_option' => 'LABEL_NA',
44
                'value_options' => $this->getSelectOptionsFunctions($adapter, $company_id)
44
                'value_options' => $this->getSelectOptionsFunctions($adapter, $company_id)
45
            ]
45
            ]
46
        ]);
46
        ]);
Línea 47... Línea 47...
47
        
47
        
Línea 50... Línea 50...
50
            'type' => \Laminas\Form\Element\Select::class,
50
            'type' => \Laminas\Form\Element\Select::class,
51
            'attributes' => [
51
            'attributes' => [
52
                'id' => 'group_id',
52
                'id' => 'group_id',
53
            ],
53
            ],
54
            'options' => [
54
            'options' => [
55
                'empty_option' => 'LABEL_N/A',
55
                'empty_option' => 'LABEL_NA',
56
                'value_options' => $this->getSelectOptionsGroups($adapter, $company_id)
56
                'value_options' => $this->getSelectOptionsGroups($adapter, $company_id)
57
            ]
57
            ]
58
        ]);
58
        ]);
Línea 59... Línea 59...
59
        
59
        
Línea 62... Línea 62...
62
            'type' => \Laminas\Form\Element\Select::class,
62
            'type' => \Laminas\Form\Element\Select::class,
63
            'attributes' => [
63
            'attributes' => [
64
                'id' => 'sector_id',
64
                'id' => 'sector_id',
65
            ],
65
            ],
66
            'options' => [
66
            'options' => [
67
                'empty_option' => 'LABEL_N/A',
67
                'empty_option' => 'LABEL_NA',
68
                'value_options' => $this->getSelectOptionsSectors($adapter, $company_id)
68
                'value_options' => $this->getSelectOptionsSectors($adapter, $company_id)
69
            ]
69
            ]
70
        ]);
70
        ]);
Línea 75... Línea 75...
75
            'type' => \Laminas\Form\Element\Select::class,
75
            'type' => \Laminas\Form\Element\Select::class,
76
            'attributes' => [
76
            'attributes' => [
77
                'id' => 'company_id',
77
                'id' => 'company_id',
78
            ],
78
            ],
79
            'options' => [
79
            'options' => [
80
                'empty_option' => 'LABEL_N/A',
80
                'empty_option' => 'LABEL_NA',
81
                'value_options' => $this->getSelectOptionsCompanies($adapter, $company_id)
81
                'value_options' => $this->getSelectOptionsCompanies($adapter, $company_id)
82
            ]
82
            ]
83
        ]);
83
        ]);
Línea 88... Línea 88...
88
            'type' => \Laminas\Form\Element\Select::class,
88
            'type' => \Laminas\Form\Element\Select::class,
89
            'attributes' => [
89
            'attributes' => [
90
                'id' => 'institution_id',
90
                'id' => 'institution_id',
91
            ],
91
            ],
92
            'options' => [
92
            'options' => [
93
                'empty_option' => 'LABEL_N/A',
93
                'empty_option' => 'LABEL_NA',
94
                'value_options' => $this->getSelectOptionsInstitutions($adapter, $company_id)
94
                'value_options' => $this->getSelectOptionsInstitutions($adapter, $company_id)
95
            ]
95
            ]
96
        ]);
96
        ]);
Línea 97... Línea 97...
97
        
97
        
Línea 100... Línea 100...
100
            'type' => \Laminas\Form\Element\Select::class,
100
            'type' => \Laminas\Form\Element\Select::class,
101
            'attributes' => [
101
            'attributes' => [
102
                'id' => 'partner_id',
102
                'id' => 'partner_id',
103
            ],
103
            ],
104
            'options' => [
104
            'options' => [
105
                'empty_option' => 'LABEL_N/A',
105
                'empty_option' => 'LABEL_NA',
106
                'value_options' => $this->getSelectOptionsPartners($adapter, $company_id)
106
                'value_options' => $this->getSelectOptionsPartners($adapter, $company_id)
107
            ]
107
            ]
108
        ]);
108
        ]);
Línea 109... Línea 109...
109
        
109
        
Línea 112... Línea 112...
112
            'type' => \Laminas\Form\Element\Select::class,
112
            'type' => \Laminas\Form\Element\Select::class,
113
            'attributes' => [
113
            'attributes' => [
114
                'id' => 'program_id',
114
                'id' => 'program_id',
115
            ],
115
            ],
116
            'options' => [
116
            'options' => [
117
                'empty_option' => 'LABEL_N/A',
117
                'empty_option' => 'LABEL_NA',
118
                'value_options' => $this->getSelectOptionsPrograms($adapter, $company_id)
118
                'value_options' => $this->getSelectOptionsPrograms($adapter, $company_id)
119
            ]
119
            ]
120
        ]);
120
        ]);
Línea 121... Línea 121...
121
        
121
        
Línea 124... Línea 124...
124
            'type' => \Laminas\Form\Element\Select::class,
124
            'type' => \Laminas\Form\Element\Select::class,
125
            'attributes' => [
125
            'attributes' => [
126
                'id' => 'student_type_id',
126
                'id' => 'student_type_id',
127
            ],
127
            ],
128
            'options' => [
128
            'options' => [
129
                'empty_option' => 'LABEL_N/A',
129
                'empty_option' => 'LABEL_NA',
130
                'value_options' => $this->getSelectOptionsStudentTypes($adapter, $company_id)
130
                'value_options' => $this->getSelectOptionsStudentTypes($adapter, $company_id)
131
            ]
131
            ]
132
        ]);
132
        ]);