Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17057 Rev 17078
Línea 38... Línea 38...
38
                'id'    => 'description',
38
                'id'    => 'description',
39
            ]
39
            ]
40
        ]);
40
        ]);
Línea 41... Línea 41...
41
        
41
        
42
        $this->add([
-
 
43
            'name' => 'order',
-
 
44
            'type' => \Laminas\Form\Element\Text::class,
-
 
45
            'attributes' => [
-
 
46
                'id'    => 'order',
-
 
47
            ],
-
 
48
        ]);
-
 
49
        
-
 
50
        $this->add([
42
        $this->add([
51
            'name' => 'file',
43
            'name' => 'file',
52
            'type' => \Laminas\Form\Element\Hidden::class,
44
            'type' => \Laminas\Form\Element\Hidden::class,
53
            'attributes' => [
45
            'attributes' => [
54
                'id' => 'file',
46
                'id' => 'file',