Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6826 Rev 6860
Línea 53... Línea 53...
53
            'type' => \Laminas\Form\Element\Hidden::class,
53
            'type' => \Laminas\Form\Element\Hidden::class,
54
            'attributes' => [
54
            'attributes' => [
55
                'id' => 'file',
55
                'id' => 'file',
56
            ]
56
            ]
57
        ]);
57
        ]);
58
        
-
 
59
        $this->add([
58
        $this->add([
60
            'name' => 'marketplace',
59
            'name' => 'marketplace',
61
            'type' => \Laminas\Form\Element\File::class,
60
            'type' => \Laminas\Form\Element\Hidden::class,
62
            'attributes' => [
61
            'attributes' => [
63
                'id' => 'marketplace',
62
                'id' => 'marketplace',
64
            ],
63
            ]
65
        ]);
64
        ]);
Línea -... Línea 65...
-
 
65
        
66
        
66
 
67
        $this->add([
67
        $this->add([
68
            'name' => 'status',
68
            'name' => 'status',
69
            'type' => \Laminas\Form\Element\Select::class,
69
            'type' => \Laminas\Form\Element\Select::class,
70
            'options' => [
70
            'options' => [