Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16891 Rev 16929
Línea 136... Línea 136...
136
              		<div class="card-header">
136
              		<div class="card-header">
Línea 137... Línea 137...
137
 
137
 
138
                        <!-- /.card-tools -->
138
                        <!-- /.card-tools -->
139
              		</div>
139
              		</div>
-
 
140
                    <!-- /.card-header -->
140
                    <!-- /.card-header -->
141
                    <form name="form-filter" id="form-filter" action="<?php echo $routeReports ?>">
141
              		<div class="card-body">
-
 
-
 
142
              		<div class="card-body">
Línea 142... Línea 143...
142
                		<form name="form-filter" id="form-filter" action="<?php echo $routeReports ?>">
143
                		
143
         
144
         
144
         					<div class="row">
-
 
-
 
145
         					<div class="row">
145
                             	<div class="col-md-6 col-sm-12">
146
                             	<div class="col-6 mt-3">
146
            						<div class="form-group">
147
            				
147
                    					<?php 
148
                    					<?php 
148
                                        $element = $form->get('first_name');
149
                                        $element = $form->get('first_name');
Línea 149... Línea 150...
149
                                        $element->setOptions(['label' => 'LABEL_FIRST_NAME' ]);
150
                                        $element->setOptions(['label' => 'LABEL_FIRST_NAME' ]);
150
                                        $element->setAttributes(['class' => 'form-control']); 
151
                                        $element->setAttributes(['class' => 'form-control']); 
151
                                                        
152
                                                        
152
                                        echo $this->formLabel($element);
-
 
-
 
153
                                        echo $this->formLabel($element);
153
                                        echo $this->formText($element);
154
                                        echo $this->formText($element);
Línea 154... Línea 155...
154
                                        ?>
155
                                        ?>
155
            						</div>
-
 
-
 
156
            					
156
        						</div>
157
        						</div>
157
        						
158
        						
158
        						<div class="col-md-6 col-sm-12">
159
        						<div class="col-6 mt-3">
159
            						<div class="form-group">
160
            						
Línea 160... Línea 161...
160
                    					<?php 
161
                    					<?php 
161
                                        $element = $form->get('last_name');
162
                                        $element = $form->get('last_name');
162
                                        $element->setOptions(['label' => 'LABEL_LAST_NAME' ]);
163
                                        $element->setOptions(['label' => 'LABEL_LAST_NAME' ]);
163
                                        $element->setAttributes(['class' => 'form-control']); 
-
 
-
 
164
                                        $element->setAttributes(['class' => 'form-control']); 
164
                                                        
165
                                                        
165
                                        echo $this->formLabel($element);
166
                                        echo $this->formLabel($element);
Línea 166... Línea 167...
166
                                        echo $this->formText($element);
167
                                        echo $this->formText($element);
167
                                        ?>
168
                                        ?>
168
            						</div>
-
 
-
 
169
            						
169
        						</div>
170
        						</div>
170
    						</div>
171
    						</div>
171
 
172
 
172
							<div class="row">
173
							<div class="row">
Línea 173... Línea 174...
173
                             	<div class="col-md-6 col-sm-12">
174
                             	<div class="col-6 mt-3">
174
            						<div class="form-group">
175
            						
175
                    					<?php 
176
                    					<?php 
176
                                        $element = $form->get('personal_email');
-
 
-
 
177
                                        $element = $form->get('personal_email');
177
                                        $element->setOptions(['label' => 'LABEL_PERSONAL_EMAIL' ]);
178
                                        $element->setOptions(['label' => 'LABEL_PERSONAL_EMAIL' ]);
Línea 178... Línea 179...
178
                                        $element->setAttributes(['class' => 'form-control']); 
179
                                        $element->setAttributes(['class' => 'form-control']); 
179
                                                        
-
 
-
 
180
                                                        
180
                                        echo $this->formLabel($element);
181
                                        echo $this->formLabel($element);
181
                                        echo $this->formText($element);
182
                                        echo $this->formText($element);
182
                                        ?>
183
                                        ?>
183
            						</div>
184
            						
Línea 184... Línea 185...
184
        						</div>
185
        						</div>
185
        						
186
        						
186
        						<div class="col-md-6 col-sm-12">
187
        						<div class="col-6 mt-3">
187
            						<div class="form-group">
-
 
-
 
188
            						
188
                    					<?php 
189
                    					<?php 
189
                                        $element = $form->get('corporate_email');
190
                                        $element = $form->get('corporate_email');
Línea 190... Línea 191...
190
                                        $element->setOptions(['label' => 'LABEL_CORPORATE_EMAIL' ]);
191
                                        $element->setOptions(['label' => 'LABEL_CORPORATE_EMAIL' ]);
191
                                        $element->setAttributes(['class' => 'form-control']); 
-
 
192
                                                        
192
                                        $element->setAttributes(['class' => 'form-control']); 
-
 
193
                                                        
193
                                        echo $this->formLabel($element);
194
                                        echo $this->formLabel($element);
194
                                        echo $this->formText($element);
195
                                        echo $this->formText($element);
195
                                        ?>
196
                                        ?>
196
            						</div>
197
            						
Línea 197... Línea 198...
197
        						</div>
198
        						</div>
198
    						</div>
199
    						</div>
199
    						
200
    						
200
    						<div class="row">
-
 
-
 
201
    						<div class="row">
201
            					<div class="col-md-6 col-sm-12">
202
            					<div class="col-6 mt-3">
Línea 202... Línea 203...
202
            						<div class="form-group">
203
            						
203
                    					<?php 
-
 
-
 
204
                    					<?php 
204
                                        $element = $form->get('company');
205
                                        $element = $form->get('company');
205
                                        $element->setOptions(['label' => 'LABEL_COMPANY' ]);
206
                                        $element->setOptions(['label' => 'LABEL_COMPANY' ]);
206
                                        $element->setAttributes(['class' => 'form-control']); 
207
                                        $element->setAttributes(['class' => 'form-control']); 
207
                                                        
208
                                                        
Línea 208... Línea 209...
208
                                        echo $this->formLabel($element);
209
                                        echo $this->formLabel($element);
209
                                        echo $this->formText($element);
210
                                        echo $this->formText($element);
210
                                        ?>
211
                                        ?>
211
            						</div>
-
 
-
 
212
            						
212
        						</div>
213
        						</div>
213
        						
214
        						
Línea 214... Línea 215...
214
        						<div class="col-md-6 col-sm-12">
215
        						<div class="col-6 mt-3">
215
            						<div class="form-group">
216
            						
216
                    					<?php 
-
 
-
 
217
                    					<?php 
217
                                        $element = $form->get('position');
218
                                        $element = $form->get('position');
218
                                        $element->setOptions(['label' => 'LABEL_POSITION' ]);
219
                                        $element->setOptions(['label' => 'LABEL_POSITION' ]);
219
                                        $element->setAttributes(['class' => 'form-control']); 
220
                                        $element->setAttributes(['class' => 'form-control']); 
220
                                                        
221
                                                        
Línea 221... Línea 222...
221
                                        echo $this->formLabel($element);
222
                                        echo $this->formLabel($element);
222
                                        echo $this->formText($element);
223
                                        echo $this->formText($element);
223
                                        ?>
224
                                        ?>
224
            						</div>
-
 
-
 
225
            						
225
        						</div>
226
        						</div>
Línea 226... Línea 227...
226
    						</div>
227
    						</div>
227
    						
-
 
-
 
228
    						
228
    						<div class="row">
229
    						<div class="row">
229
        						<div class="col-md-6 col-sm-12">
230
        						<div class="col-6 mt-3">
230
            						<div class="form-group">
231
            						
231
                    					<?php 
232
                    					<?php 
Línea 232... Línea 233...
232
                                        $element = $form->get('country');
233
                                        $element = $form->get('country');
233
                                        $element->setOptions(['label' => 'LABEL_COUNTRY' ]);
234
                                        $element->setOptions(['label' => 'LABEL_COUNTRY' ]);
234
                                        $element->setAttributes(['class' => 'form-control']); 
235
                                        $element->setAttributes(['class' => 'form-control']); 
235
                                                        
-
 
-
 
236
                                                        
236
                                        echo $this->formLabel($element);
237
                                        echo $this->formLabel($element);
237
                                        echo $this->formText($element);
238
                                        echo $this->formText($element);
Línea 238... Línea 239...
238
                                        ?>
239
                                        ?>
239
            						</div>
240
            						
240
        						</div>
-
 
-
 
241
        						</div>
241
        						
242
        						
242
        						<div class="col-md-6 col-sm-12">
243
        						<div class="col-6 mt-3">
243
            						<div class="form-group">
244
            						
244
                    					<?php 
245
                    					<?php 
Línea 245... Línea 246...
245
                                        $element = $form->get('state');
246
                                        $element = $form->get('state');
246
                                        $element->setOptions(['label' => 'LABEL_STATE' ]);
247
                                        $element->setOptions(['label' => 'LABEL_STATE' ]);
247
                                        $element->setAttributes(['class' => 'form-control']); 
248
                                        $element->setAttributes(['class' => 'form-control']); 
248
                                                        
-
 
-
 
249
                                                        
249
                                        echo $this->formLabel($element);
250
                                        echo $this->formLabel($element);
Línea 250... Línea 251...
250
                                        echo $this->formText($element);
251
                                        echo $this->formText($element);
251
                                        ?>
-
 
-
 
252
                                        ?>
252
            						</div>
253
            						
253
        						</div>
254
        						</div>
254
    						</div>
255
    						</div>
255
        					
256
        					
Línea 256... Línea 257...
256
        					<div class="row">
257
        					<div class="row">
257
    							<div class="col-md-6 col-sm-12">
258
    							<div class="col-6 mt-3">
258
            						<div class="form-group">
259
            						
259
                    					<?php 
-
 
-
 
260
                    					<?php 
260
                                        $element = $form->get('city');
261
                                        $element = $form->get('city');
261
                                        $element->setOptions(['label' => 'LABEL_CITY' ]);
262
                                        $element->setOptions(['label' => 'LABEL_CITY' ]);
Línea 262... Línea 263...
262
                                        $element->setAttributes(['class' => 'form-control']); 
263
                                        $element->setAttributes(['class' => 'form-control']); 
263
                                                        
264
                                                        
264
                                        echo $this->formLabel($element);
-
 
-
 
265
                                        echo $this->formLabel($element);
265
                                        echo $this->formText($element);
266
                                        echo $this->formText($element);
266
                                        ?>
267
                                        ?>
267
            						</div>
268
            						
268
        						</div>
269
        						</div>
Línea 269... Línea 270...
269
        						
270
        						
270
        						<div class="col-md-6 col-sm-12">
271
        						<div class="col-6 mt-3">
271
            						<div class="form-group">
272
            						
272
                    					<?php 
-
 
-
 
273
                    					<?php 
273
                                        $element = $form->get('phone');
274
                                        $element = $form->get('phone');
Línea 274... Línea 275...
274
                                        $element->setOptions(['label' => 'LABEL_PHONE' ]);
275
                                        $element->setOptions(['label' => 'LABEL_PHONE' ]);
275
                                        $element->setAttributes(['class' => 'form-control']); 
-
 
-
 
276
                                        $element->setAttributes(['class' => 'form-control']); 
276
                                                        
277
                                                        
277
                                        echo $this->formLabel($element);
278
                                        echo $this->formLabel($element);
278
                                        echo $this->formText($element);
279
                                        echo $this->formText($element);
279
                                        ?>
280
                                        ?>
Línea 280... Línea 281...
280
            						</div>
281
            						
281
        						</div>
282
        						</div>
282
    						</div>
283
    						</div>
283
 
-
 
-
 
284
 
284
							<div class="row">
285
							<div class="row">
285
    							<div class="col-md-6 col-sm-12">
286
    							<div class="col-6 mt-3">
Línea 286... Línea 287...
286
            						<div class="form-group">
287
            						
287
                    					<?php 
288
                    					<?php 
288
                                        $element = $form->get('phone_extension');
-
 
-
 
289
                                        $element = $form->get('phone_extension');
289
                                        $element->setOptions(['label' => 'LABEL_PHONE_EXTENSION' ]);
290
                                        $element->setOptions(['label' => 'LABEL_PHONE_EXTENSION' ]);
290
                                        $element->setAttributes(['class' => 'form-control']); 
291
                                        $element->setAttributes(['class' => 'form-control']); 
291
                                                        
292
                                                        
292
                                        echo $this->formLabel($element);
293
                                        echo $this->formLabel($element);
Línea 293... Línea 294...
293
                                        echo $this->formText($element);
294
                                        echo $this->formText($element);
294
                                        ?>
295
                                        ?>
295
            						</div>
296
            						
296
        						</div>
-
 
-
 
297
        						</div>
297
        						
298
        						
Línea 298... Línea 299...
298
        						<div class="col-md-6 col-sm-12">
299
        						<div class="col-6 mt-3">
299
            						<div class="form-group">
-
 
-
 
300
            						
300
                    					<?php 
301
                    					<?php 
301
                                        $element = $form->get('celular');
302
                                        $element = $form->get('celular');
302
                                        $element->setOptions(['label' => 'LABEL_CELULAR' ]);
303
                                        $element->setOptions(['label' => 'LABEL_CELULAR' ]);
303
                                        $element->setAttributes(['class' => 'form-control']); 
304
                                        $element->setAttributes(['class' => 'form-control']); 
Línea 304... Línea 305...
304
                                                        
305
                                                        
305
                                        echo $this->formLabel($element);
306
                                        echo $this->formLabel($element);
306
                                        echo $this->formText($element);
307
                                        echo $this->formText($element);
307
                                        ?>
-
 
-
 
308
                                        ?>
308
            						</div>
309
            						
309
        						</div>
310
        						</div>
Línea 310... Línea 311...
310
    						</div>
311
    						</div>
311
 
312
 
312
							<div class="row">
-
 
-
 
313
							<div class="row">
313
    							<div class="col-md-6 col-sm-12">
314
    							<div class="col-6 mt-3">
314
            						<div class="form-group">
315
            						
315
                    					<?php 
316
                    					<?php 
316
                                        $element = $form->get('whatsapp');
317
                                        $element = $form->get('whatsapp');
Línea 317... Línea 318...
317
                                        $element->setOptions(['label' => 'LABEL_WHATSAPP' ]);
318
                                        $element->setOptions(['label' => 'LABEL_WHATSAPP' ]);
318
                                        $element->setAttributes(['class' => 'form-control']); 
319
                                        $element->setAttributes(['class' => 'form-control']); 
319
                                                        
320
                                                        
320
                                        echo $this->formLabel($element);
-
 
321
                                        echo $this->formText($element);
-
 
322
                                        ?>
321
                                        echo $this->formLabel($element);
323
            						</div>
-
 
324
        						</div>
-
 
325
        						
-
 
326
        						<div class="col-md-6 col-sm-12">
322
                                        echo $this->formText($element);
-
 
323
                                        ?>
327
            						<div class="form-group">
324
            						
Línea -... Línea 325...
-
 
325
        						</div>
328
                    					<?php 
326
        						
-
 
327
        						<div class="col-6 mt-3">
-
 
328
            						
-
 
329
                    					<?php 
329
                                        $element = $form->get('linkedin');
330
                                        $element = $form->get('linkedin');
-
 
331
                                        $element->setOptions(['label' => 'LABEL_LINKEDIN' ]);
330
                                        $element->setOptions(['label' => 'LABEL_LINKEDIN' ]);
332
                                        $element->setAttributes(['class' => 'form-control']); 
331
                                        $element->setAttributes(['class' => 'form-control']); 
333
                                                        
332
                                                        
334
                                        echo $this->formLabel($element);
333
                                        echo $this->formLabel($element);
335
                                        echo $this->formText($element);