Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15831 Rev 16948
Línea 117... Línea 117...
117
                'id' 			=> 'admin_hostname',
117
                'id' 			=> 'admin_hostname',
118
            ]
118
            ]
119
        ]);
119
        ]);
Línea 120... Línea 120...
120
        
120
        
-
 
121
        $this->add([
-
 
122
            'name' => 'service_hostname',
-
 
123
            'type' => \Laminas\Form\Element\Text::class,
-
 
124
            'attributes' => [
-
 
125
                'maxlength' 	=> 250,
-
 
126
                'id' 			=> 'service_hostname',
-
 
127
            ]
-
 
128
        ]);
-
 
129
        
-
 
130
        
-
 
131
        
121
        $this->add([
132
        $this->add([
122
            'name' => 'theme_id',
133
            'name' => 'theme_id',
123
            'type' => \Laminas\Form\Element\Select::class,
134
            'type' => \Laminas\Form\Element\Select::class,
124
            'attributes' => [
135
            'attributes' => [
125
                'id' => 'theme_id',
136
                'id' => 'theme_id',