Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17214 Rev 17220
Línea 43... Línea 43...
43
                'id'    => 'order',
43
                'id'    => 'order',
44
            ],
44
            ],
45
        ]);
45
        ]);
Línea 46... Línea 46...
46
        
46
        
47
        $this->add([
47
        $this->add([
48
            'name' => 'file',
48
            'name' => 'image',
49
            'type' => Hidden::class,
49
            'type' => Hidden::class,
50
            'attributes' => [
50
            'attributes' => [
51
                'id' => 'file',
51
                'id' => 'image',
52
            ]
52
            ]
Línea 53... Línea 53...
53
        ]);
53
        ]);
54
 
54