Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2979 Rev 4056
Línea 122... Línea 122...
122
            'options' =>  [
122
            'options' =>  [
123
                'empty_option' => 'LABEL_SELECT',
123
                'empty_option' => 'LABEL_SELECT',
124
                'value_options' =>[
124
                'value_options' =>[
125
                    'i' => 'LABEL_IMPORTANT',
125
                    'i' => 'LABEL_IMPORTANT',
126
                    'ni' => 'LABEL_NOT_IMPORTANT',
126
                    'ni' => 'LABEL_NOT_IMPORTANT',
127
                    'u' => 'LABEL_URGENT',
-
 
128
                    'nu' => 'LABEL_NOT_URGENT'
-
 
129
                ],
127
                ],
130
            ],
128
            ],
131
            'attributes'=> [
129
            'attributes'=> [
132
                'required'=> true,
130
                'required'=> true,
133
                 'class' => 'Custom-select', 
131
                 'class' => 'Custom-select', 
134
                'id' => 'priority',
132
                'id' => 'priority',
135
                  ]
133
                  ]
136
            ]);
134
            ]);
-
 
135
            $this->add([
-
 
136
                'type' => Element\Select::class,
-
 
137
                'name' => 'urgent',
-
 
138
                'options' =>  [
-
 
139
                    'empty_option' => 'LABEL_SELECT',
-
 
140
                    'value_options' =>[
-
 
141
                        'u' => 'LABEL_URGENT',
-
 
142
                        'nu' => 'LABEL_NOT_URGENT'
-
 
143
                    ],
-
 
144
                ],
-
 
145
                'attributes'=> [
-
 
146
                    'required'=> true,
-
 
147
                     'class' => 'Custom-select', 
-
 
148
                    'id' => 'urgent',
-
 
149
                      ]
-
 
150
                ]);
137
 
151
    
138
        $this->add([
152
        $this->add([
139
            'name' => 'status',
153
            'name' => 'status',
140
            'type' => \Laminas\Form\Element\Checkbox::class,
154
            'type' => \Laminas\Form\Element\Checkbox::class,
141
            'attributes' => [
155
            'attributes' => [
142
                'id' 			=> 'status',
156
                'id' 			=> 'status',