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 48... Línea 48...
48
             'attributes' => [
48
             'attributes' => [
49
                'id' => 'file',
49
                'id' => 'file',
50
            ]
50
            ]
51
         ]);
51
         ]);
Línea 52... Línea 52...
52
        
52
        
53
        $this->add([
53
         $this->add([
54
            'name' => 'background',
54
            'name' => 'background',
55
            'type' => \Laminas\Form\Element\File::class,
55
            'type' => \Laminas\Form\Element\Hidden::class,
56
            'attributes' => [
56
            'attributes' => [
57
                'id' => 'background',
57
                'id' => 'background',
58
            ]
58
            ]