Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5884 Rev 5885
Línea 32... Línea 32...
32
        $this->add([
32
        $this->add([
33
            'name' => 'duration',
33
            'name' => 'duration',
34
            'type' => \Laminas\Form\Element\Select::class,
34
            'type' => \Laminas\Form\Element\Select::class,
35
            'options' => [
35
            'options' => [
36
                'value_options' => [
36
                'value_options' => [
37
                    // 5 => 'LABEL_5_MINUTES',
37
                    5 => 'LABEL_5_MINUTES',
38
                    // 10 => 'LABEL_10_MINUTES',
38
                    10 => 'LABEL_10_MINUTES',
39
                    // 15 => 'LABEL_15_MINUTES',
39
                    15 => 'LABEL_15_MINUTES',
40
                    // 20 => 'LABEL_20_MINUTES',
40
                    20 => 'LABEL_20_MINUTES',
41
                    // 25 => 'LABEL_25_MINUTES',
41
                    25 => 'LABEL_25_MINUTES',
42
                    // 30 => 'LABEL_30_MINUTES',
42
                    30 => 'LABEL_30_MINUTES',
43
                    // 35 => 'LABEL_35_MINUTES',
43
                    35 => 'LABEL_35_MINUTES',
44
                    // 40 => 'LABEL_40_MINUTES',
44
                    40 => 'LABEL_40_MINUTES',
45
                    // 45 => 'LABEL_45_MINUTES',
45
                    45 => 'LABEL_45_MINUTES',
Línea 46... Línea 46...
46
 
46
 
47
                ]
47
                ]
48
            ],
48
            ],
49
            'attributes' => [
49
            'attributes' => [