Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16948 Rev 16985
Línea 103... Línea 103...
103
                'maxlength' 	=> 250,
103
                'maxlength' 	=> 250,
104
                'id' 			=> 'moodle_url',
104
                'id' 			=> 'moodle_url',
105
            ]
105
            ]
106
        ]);
106
        ]);
Línea -... Línea 107...
-
 
107
        
-
 
108
        
-
 
109
        $this->add([
-
 
110
            'name' => 'microlearning_name',
-
 
111
            'type' => \Laminas\Form\Element\Text::class,
-
 
112
            'attributes' => [
-
 
113
                'maxlength' 	=> 250,
-
 
114
                'id' 			=> 'microlearning',
-
 
115
            ]
-
 
116
        ]);
107
        
117
        
108
        $this->add([
118
        $this->add([
109
            'name' => 'microlearning_appstore',
119
            'name' => 'microlearning_appstore',
110
            'type' => \Laminas\Form\Element\Text::class,
120
            'type' => \Laminas\Form\Element\Text::class,
111
            'attributes' => [
121
            'attributes' => [
112
                'maxlength' 	=> 250,
122
                'maxlength' 	=> 250,
113
                'id' 			=> 'microlearning_appstore',
123
                'id' 			=> 'microlearning_appstore',
114
            ]
124
            ]
Línea -... Línea 125...
-
 
125
        ]);
-
 
126
        
115
        ]);
127
 
116
        
128
        
117
        $this->add([
129
        $this->add([
118
            'name' => 'microlearning_playstore',
130
            'name' => 'microlearning_playstore',
119
            'type' => \Laminas\Form\Element\Text::class,
131
            'type' => \Laminas\Form\Element\Text::class,
120
            'attributes' => [
132
            'attributes' => [
121
                'maxlength' 	=> 250,
133
                'maxlength' 	=> 250,
122
                'id' 			=> 'mmicrolearning_playstore',
134
                'id' 			=> 'microlearning_playstore',
Línea 123... Línea 135...
123
            ]
135
            ]