Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15441 Rev 15452
Línea 99... Línea 99...
99
                'maxlength' 	=> 250,
99
                'maxlength' 	=> 250,
100
                'id' 			=> 'admin_hostname',
100
                'id' 			=> 'admin_hostname',
101
            ]
101
            ]
102
        ]);
102
        ]);
103
        $this->add([
103
        $this->add([
-
 
104
            'name' => 'alternative_hostname',
-
 
105
            'type' => \Laminas\Form\Element\Text::class,
-
 
106
            'attributes' => [
-
 
107
                'maxlength' 	=> 250,
-
 
108
                'id' 			=> 'alternative_hostname',
-
 
109
            ]
-
 
110
        ]);
-
 
111
        $this->add([
104
            'name' => 'admin_hostname',
112
            'name' => 'admin_hostname',
105
            'type' => \Laminas\Form\Element\Text::class,
113
            'type' => \Laminas\Form\Element\Text::class,
106
            'attributes' => [
114
            'attributes' => [
107
                'maxlength' 	=> 250,
115
                'maxlength' 	=> 250,
108
                'id' 			=> 'admin_hostname',
116
                'id' 			=> 'admin_hostname',