Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 73 Rev 558
Línea 662... Línea 662...
662
                                                echo $this->formCheckbox($element);
662
                                                echo $this->formCheckbox($element);
663
                                            ?>
663
                                            ?>
664
                                        </div>
664
                                        </div>
665
                                    </div>
665
                                    </div>
666
                                </div>
666
                                </div>
667
            					<div class="form-group">
667
                                <div class="form-group">
668
                            		<?php 
668
                                	<?php 
669
                                    $element = $form->get('functions');
669
                                    $element = $form->get('objectives');
670
                                    $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
670
                                    $element->setOptions(['label' => 'LABEL_OBJECTIVES']);
671
                                    $element->setAttributes(['class' => 'form-control']); 
671
                                    $element->setAttributes(['class' => 'form-control']); 
Línea 672... Línea 672...
672
            
672
            
673
                                    echo $this->formLabel($element);
673
                                    echo $this->formLabel($element);
674
                                    echo $this->formTextArea($element);
674
                                    echo $this->formTextArea($element);
675
                                    ?>
675
                                    ?>
676
            					</div>
676
            					</div>
677
            					<div class="form-group">
677
            					<div class="form-group">
678
                                	<?php 
678
                            		<?php 
679
                                    $element = $form->get('objectives');
679
                                    $element = $form->get('functions');
680
                                    $element->setOptions(['label' => 'LABEL_OBJECTIVES']);
680
                                    $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
Línea 681... Línea 681...
681
                                    $element->setAttributes(['class' => 'form-control']); 
681
                                    $element->setAttributes(['class' => 'form-control']); 
682
            
682
            
683
                                    echo $this->formLabel($element);
683
                                    echo $this->formLabel($element);
684
                                    echo $this->formTextArea($element);
684
                                    echo $this->formTextArea($element);
-
 
685
                                    ?>
685
                                    ?>
686
            					</div>