Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16822 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16822 Rev 16891
Línea 136... Línea 136...
136
?>
136
?>
Línea 137... Línea 137...
137
 
137
 
138
 
-
 
139
 
-
 
-
 
138
 
140
<div class="container">
139
 
-
 
140
<div class="container">
141
        <div class="row">
141
 
-
 
142
                <div class="card">
-
 
143
                	<div class="card-header">
-
 
144
                	<h6 class="card-title">LABEL_ENGAGEMENT (LABEL_POINTS)</h6>
142
            <div class="col-12">
145
                	
143
                <div class="card">
146
                	</div>
144
               		<h6 class="card-title">LABEL_ENGAGEMENT (LABEL_POINTS)</h6>
147
               		
145
                	 <?php
148
                	 <?php
146
                    $form = $this->form;
149
                    $form = $this->form;
Línea 153... Línea 156...
153
    
156
    
154
                    $form->prepare();
157
                    $form->prepare();
155
                    echo $this->form()->openTag($form);
158
                    echo $this->form()->openTag($form);
156
                    ?>
159
                    ?>
-
 
160
                    <div class="card-body">
-
 
161
 
157
                    <div class="card-body">
162
	 					<div class="row">
158
                        <div class="form-group">
163
	 	         			<div class="col-12 mt-3">
159
                            <?php
164
                            <?php
160
                            $element = $form->get('daily_pulse_how_are_you_feel');
165
                            $element = $form->get('daily_pulse_how_are_you_feel');
161
                            $element->setOptions(['label' => 'LABEL_HOW_ARE_YOU_FEEL']);
166
                            $element->setOptions(['label' => 'LABEL_HOW_ARE_YOU_FEEL']);
Línea 162... Línea 167...
162
                            $element->setAttributes(['class' => 'form-control']);
167
                            $element->setAttributes(['class' => 'form-control']);
163
        
168
        
164
                            echo $this->formLabel($element);
169
                            echo $this->formLabel($element);
165
                            echo $this->formNumber($element);
170
                            echo $this->formNumber($element);
-
 
171
                            ?>
-
 
172
                        	</div>
166
                            ?>
173
						</div>
167
                        </div>
174
    	 				<div class="row">
168
                      	<div class="form-group">
175
    	 	         		<div class="col-12 mt-3">
169
                            <?php
176
                            <?php
170
                            $element = $form->get('daily_pulse_climate_on_your_organization');
177
                            $element = $form->get('daily_pulse_climate_on_your_organization');
Línea 171... Línea 178...
171
                            $element->setOptions(['label' => 'LABEL_CLIMATE_ON_YOUR_ORGANIZATION']);
178
                            $element->setOptions(['label' => 'LABEL_CLIMATE_ON_YOUR_ORGANIZATION']);
172
                            $element->setAttributes(['class' => 'form-control']);
179
                            $element->setAttributes(['class' => 'form-control']);
173
                            
180
                            
-
 
181
                            echo $this->formLabel($element);
174
                            echo $this->formLabel($element);
182
                            echo $this->formNumber($element);
-
 
183
                            ?>
-
 
184
                            </div>
175
                            echo $this->formNumber($element);
185
                        </div>
176
                            ?>
186
 
177
                        </div>
187
	 					<div class="row">
178
                        <div class="form-group">
188
	 	         			<div class="col-12 mt-3">
179
                            <?php
189
                            <?php
Línea 180... Línea 190...
180
                            $element = $form->get('feed_survey');
190
                            $element = $form->get('feed_survey');
181
                            $element->setOptions(['label' => 'LABEL_FEED_SURVEY']);
191
                            $element->setOptions(['label' => 'LABEL_FEED_SURVEY']);
182
                            $element->setAttributes(['class' => 'form-control']);
192
                            $element->setAttributes(['class' => 'form-control']);
-
 
193
        
183
        
194
                            echo $this->formLabel($element);
-
 
195
                            echo $this->formNumber($element);
-
 
196
                            ?>
184
                            echo $this->formLabel($element);
197
                            </div>
185
                            echo $this->formNumber($element);
198
                        </div>
186
                            ?>
199
 
187
                        </div>
200
	 					<div class="row">
188
                      	<div class="form-group">
201
	 	         			<div class="col-12 mt-3">
Línea 189... Línea 202...
189
                            <?php
202
                            <?php
190
                            $element = $form->get('internal_survey');
203
                            $element = $form->get('internal_survey');
191
                            $element->setOptions(['label' => 'LABEL_INTERNAL_SURVEY']);
204
                            $element->setOptions(['label' => 'LABEL_INTERNAL_SURVEY']);
-
 
205
                            $element->setAttributes(['class' => 'form-control']);
192
                            $element->setAttributes(['class' => 'form-control']);
206
                            
Línea 193... Línea 207...
193
                            
207
                            echo $this->formLabel($element);
Línea 194... Línea 208...
194
                            echo $this->formLabel($element);
208
                            echo $this->formNumber($element);
195
                            echo $this->formNumber($element);
-
 
196
                            ?>
209
                            ?>
197
                        </div>
-
 
198
               		
210
                            </div>
199
           
211
                        </div>
200
               		
-
 
201
               		</div>
-
 
202
               		
212
               		
203
               		<div class="card-footer">
213
           
-
 
214