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 42... Línea 42...
42
                'id' 			=> 'main_hostname',
42
                'id' 			=> 'main_hostname',
43
            ]
43
            ]
44
        ]);
44
        ]);
Línea 45... Línea 45...
45
        
45
        
-
 
46
        $this->add([
-
 
47
            'name' => 'alternative_hostname',
-
 
48
            'type' => \Laminas\Form\Element\Text::class,
-
 
49
            'attributes' => [
-
 
50
                'maxlength' 	=> 250,
-
 
51
                'id' 			=> 'alternative_hostname',
-
 
52
            ]
-
 
53
        ]);
-
 
54
        
-
 
55
        
-
 
56
        
46
        $this->add([
57
        $this->add([
47
            'name' => 'admin_hostname',
58
            'name' => 'admin_hostname',
48
            'type' => \Laminas\Form\Element\Text::class,
59
            'type' => \Laminas\Form\Element\Text::class,
49
            'attributes' => [
60
            'attributes' => [
50
                'maxlength' 	=> 250,
61
                'maxlength' 	=> 250,