Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15459 Rev 15831
Línea 73... Línea 73...
73
                'unchecked_value' => \LeadersLinked\Model\Network::STATUS_INACTIVE,
73
                'unchecked_value' => \LeadersLinked\Model\Network::STATUS_INACTIVE,
74
                'checked_value'=> \LeadersLinked\Model\Network::STATUS_ACTIVE,
74
                'checked_value'=> \LeadersLinked\Model\Network::STATUS_ACTIVE,
75
            ]
75
            ]
76
        ]);
76
        ]);
Línea -... Línea 77...
-
 
77
        
-
 
78
        
-
 
79
        $this->add([
-
 
80
            'name' => 'moodle_name',
-
 
81
            'type' => \Laminas\Form\Element\Text::class,
-
 
82
            'attributes' => [
-
 
83
                'maxlength' 	=> 20,
-
 
84
                'id' 			=> 'moodle_name',
-
 
85
            ]
-
 
86
        ]);
77
        
87
        
78
        $this->add([
88
        $this->add([
79
            'name' => 'moodle_url',
89
            'name' => 'moodle_url',
80
            'type' => \Laminas\Form\Element\Text::class,
90
            'type' => \Laminas\Form\Element\Text::class,
81
            'attributes' => [
91
            'attributes' => [
82
                'maxlength' 	=> 250,
92
                'maxlength' 	=> 250,
83
                'id' 			=> 'moodle_url',
93
                'id' 			=> 'moodle_url',
84
            ]
94
            ]
Línea -... Línea 95...
-
 
95
        ]);
-
 
96
        
-
 
97
        $this->add([
-
 
98
            'name' => 'microlearning_appstore',
-
 
99
            'type' => \Laminas\Form\Element\Text::class,
-
 
100
            'attributes' => [
-
 
101
                'maxlength' 	=> 250,
-
 
102
                'id' 			=> 'microlearning_appstore',
-
 
103
            ]
-
 
104
        ]);
-
 
105
        
-
 
106
        $this->add([
-
 
107
            'name' => 'microlearning_playstore',
-
 
108
            'type' => \Laminas\Form\Element\Text::class,
-
 
109
            'attributes' => [
-
 
110
                'maxlength' 	=> 250,
-
 
111
                'id' 			=> 'mmicrolearning_playstore',
-
 
112
            ]
Línea 85... Línea 113...
85
        ]);
113
        ]);
86
        
114
        
87
        
115
        
88
        $this->add([
116
        $this->add([