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