Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 66 Rev 68
Línea 626... Línea 626...
626
                        $form->prepare();
626
                        $form->prepare();
627
                        echo $this->form()->openTag($form);
627
                        echo $this->form()->openTag($form);
628
                        ?>					
628
                        ?>					
629
                    	<div class="tab-content" id="custom-tabs-three-tabContent">
629
                    	<div class="tab-content" id="custom-tabs-three-tabContent">
630
                      		<div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
630
                      		<div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
-
 
631
                                <div class="row">
-
 
632
                                    <div class="col-md col-sm-12 col-12">
631
                           		<div class="form-group">
633
                                        <div class="form-group">
632
                    				<?php 
634
                                         <?php 
633
                                    $element = $form->get('name');
635
                                         $element = $form->get('name');
634
                                    $element->setOptions(['label' => 'LABEL_NAME']);
636
                                         $element->setOptions(['label' => 'LABEL_NAME']);
635
                                    $element->setAttributes(['class' => 'form-control']); 
637
                                         $element->setAttributes(['class' => 'form-control']); 
636
                                                        
638
                                                             
637
                                    echo $this->formLabel($element);
639
                                         echo $this->formLabel($element);
638
                                    echo $this->formText($element);
640
                                         echo $this->formText($element);
639
                                    ?>
641
                                         ?>
-
 
642
                                     </div>
-
 
643
                                    </div>
-
 
644
                                    <div class="col-md col-sm-12 col-12">
-
 
645
                                        <div class="form-group">
-
 
646
                                            <?php 
-
 
647
                                                $element = $form->get('job_description_id_boss');
-
 
648
                                                $element->setOptions(['label' => 'LABEL_BOSS']);
-
 
649
                                                $element->setAttributes(['class' => 'form-control']); 
-
 
650
                        
-
 
651
                                                echo $this->formLabel($element);
-
 
652
                                                echo $this->formSelect($element);
-
 
653
                                            ?>
-
 
654
                                        </div>
-
 
655
                                    </div>
-
 
656
                                    <div class="col-md col-sm-12 col-12">
-
 
657
                                        <div class="form-group">
-
 
658
                                            <?php 
-
 
659
                                                $element = $form->get('status');
-
 
660
                                                echo $this->formCheckbox($element);
-
 
661
                                            ?>
-
 
662
                                        </div>
-
 
663
                                    </div>
640
            					</div>
664
                                </div>
641
            					<div class="form-group">
665
            					<div class="form-group">
642
                            		<?php 
666
                            		<?php 
643
                                    $element = $form->get('functions');
667
                                    $element = $form->get('functions');
644
                                    $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
668
                                    $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
645
                                    $element->setAttributes(['class' => 'form-control']); 
669
                                    $element->setAttributes(['class' => 'form-control']); 
Línea 656... Línea 680...
656
            
680
            
657
                                    echo $this->formLabel($element);
681
                                    echo $this->formLabel($element);
658
                                    echo $this->formTextArea($element);
682
                                    echo $this->formTextArea($element);
659
                                    ?>
683
                                    ?>
660
            					</div>
-
 
661
            					<div class="form-group">
-
 
662
                             	<?php 
-
 
663
                                    $element = $form->get('status');
-
 
664
                                    echo $this->formCheckbox($element);
-
 
665
                                ?>
-
 
666
            					</div>
684
            					</div>
Línea 680... Línea 698...
680
                         		</table>		
698
                         		</table>		
Línea 681... Línea 699...
681
                         		
699
                         		
Línea 682... Línea -...
682
                         		
-
 
683
                         	</div>
-
 
684
                      		
-
 
685
                      		<div class="tab-pane fade" id="custom-tabs-boss" role="tabpanel" aria-labelledby="custom-tabs-boss-tab">
-
 
686
                         		
-
 
687
                           		<div class="form-group">
-
 
688
                         		
-
 
689
                         			<?php 
-
 
690
                                    $element = $form->get('job_description_id_boss');
-
 
691
                                    $element->setOptions(['label' => 'LABEL_BOSS']);
-
 
692
                                    $element->setAttributes(['class' => 'form-control']); 
-
 
693
            
-
 
694
                                    echo $this->formLabel($element);
-
 
695
                                    echo $this->formSelect($element);
-
 
696
                                    ?>
-
 
697
                         		
-
 
698
                         		</div>
-
 
699
                         		
-
 
700
                         				
700
                         		
701
                         	</div>
701
                         	</div>
702
                      		
702
                      		
703
                      		<div class="tab-pane fade" id="custom-tabs-subordinates" role="tabpanel" aria-labelledby="custom-tabs-subordinates-tab">
703
                      		<div class="tab-pane fade" id="custom-tabs-subordinates" role="tabpanel" aria-labelledby="custom-tabs-subordinates-tab">
704
                         		<table class="table table-hover"  id="tableSubordinates">
704
                         		<table class="table table-hover"  id="tableSubordinates">