Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 6528
Línea 54... Línea 54...
54
            'attributes' => [
54
            'attributes' => [
55
                'id'    => 'order',
55
                'id'    => 'order',
56
            ],
56
            ],
57
        ]);
57
        ]);
Línea -... Línea 58...
-
 
58
        
58
        
59
     
59
        $this->add([
60
         $this->add([
60
            'name' => 'background',
61
            'name' => 'background',
61
            'type' => \Laminas\Form\Element\File::class,
62
            'type' => \Laminas\Form\Element\Hidden::class,
62
             'attributes' => [
63
            'attributes' => [
63
                'id' => 'background',
64
                'id' => 'background',
64
            ]
65
            ]
65
         ]);
66
        ]);
66
    }
67
    }