Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 6661
Línea 47... Línea 47...
47
             'attributes' => [
47
             'attributes' => [
48
                'id' => 'file',
48
                'id' => 'file',
49
            ]
49
            ]
50
         ]);
50
         ]);
Línea 51... Línea 51...
51
        
51
        
52
        $this->add([
52
         $this->add([
53
            'name' => 'background',
53
            'name' => 'background',
54
            'type' => \Laminas\Form\Element\File::class,
54
            'type' => \Laminas\Form\Element\Hidden::class,
55
            'attributes' => [
55
            'attributes' => [
56
                'id' => 'background',
56
                'id' => 'background',
57
            ]
57
            ]