Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15459 Rev 15831
Línea 127... Línea 127...
127
            'options' => [
127
            'options' => [
128
                'value_options' => $this->optionsTheme($adapter)
128
                'value_options' => $this->optionsTheme($adapter)
129
            ]
129
            ]
130
        ]);
130
        ]);
Línea -... Línea 131...
-
 
131
        
-
 
132
        $this->add([
-
 
133
            'name' => 'moodle_name',
-
 
134
            'type' => \Laminas\Form\Element\Text::class,
-
 
135
            'attributes' => [
-
 
136
                'maxlength' 	=> 20,
-
 
137
                'id' 			=> 'moodle_name',
-
 
138
            ]
-
 
139
        ]);
Línea 131... Línea 140...
131
        
140
        
132
        
141
        
133
        $this->add([
142
        $this->add([
134
            'name' => 'moodle_url',
143
            'name' => 'moodle_url',
135
            'type' => \Laminas\Form\Element\Text::class,
144
            'type' => \Laminas\Form\Element\Text::class,
136
            'attributes' => [
145
            'attributes' => [
137
                'maxlength' 	=> 250,
146
                'maxlength' 	=> 250,
138
                'id' 			=> 'moodle_url',
147
                'id' 			=> 'moodle_url',
Línea -... Línea 148...
-
 
148
            ]
-
 
149
        ]);
-
 
150
        
-
 
151
        $this->add([
-
 
152
            'name' => 'microlearning_appstore',
-
 
153
            'type' => \Laminas\Form\Element\Text::class,
-
 
154
            'attributes' => [
-
 
155
                'maxlength' 	=> 250,
-
 
156
                'id' 			=> 'microlearning_appstore',
-
 
157
            ]
-
 
158
        ]);
-
 
159
        
-
 
160
        $this->add([
-
 
161
            'name' => 'microlearning_playstore',
-
 
162
            'type' => \Laminas\Form\Element\Text::class,
-
 
163
            'attributes' => [
-
 
164
                'maxlength' 	=> 250,
-
 
165
                'id' 			=> 'mmicrolearning_playstore',
Línea 139... Línea 166...
139
            ]
166
            ]
140
        ]);
167
        ]);
141
        
168
        
142
        
169