Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6656 Rev 6657
Línea 3628... Línea 3628...
3628
                        <div class="file-loading">
3628
                        <div class="file-loading">
3629
                        <?php echo $this->formFile($element);?>
3629
                        <?php echo $this->formFile($element);?>
3630
                        </div>
3630
                        </div>
Línea 3631... Línea 3631...
3631
                	
3631
                	
3632
          		</div>
-
 
3633
          		<div class="form-group">
-
 
3634
                	
3632
          		</div>
3635
                 		<?php 
3633
          		<?php 
3636
                        $element = $form->get('background');
-
 
3637
                        $element->setAttributes(['accept' => 'image/jpg,image/jpeg,image/png']);
3634
                    $element = $form->get('background');
3638
                        $element->setAttributes(['class' => 'form-control']);
-
 
3639
                        $element->setOptions(['label' => 'LABEL_IMAGE_BACKGROUND']);
3635
					$element->setAttributes([ 'class' => 'background']);
3640
                        echo $this->formLabel($element);
3636
                    echo $this->formHidden($element); 
3641
                        ?>
-
 
3642
                        <div class="file-loading">
3637
                ?>
3643
                        <?php echo $this->formFile($element);?>
-
 
3644
                        </div>
-
 
3645
               
-
 
3646
          		</div>
3638
          		<div class="contenido form-group " id="contenido"></div>
Línea 3647... Línea 3639...
3647
      		</div>
3639
      		</div>
Línea 3648... Línea 3640...
3648
		
3640
		
Línea 3770... Línea 3762...
3770
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3762
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3771
                        echo $this->formLabel($element);
3763
                        echo $this->formLabel($element);
3772
                        echo $this->formText($element);
3764
                        echo $this->formText($element);
3773
                    ?>
3765
                    ?>
3774
				</div>
3766
				</div>
3775
          		<div class="form-group">
-
 
3776
    
3767
          		
3777
                 		<?php 
-
 
3778
                        $element = $form->get('background');
-
 
3779
                        $element->setAttributes(['class' => 'form-control']);
-
 
3780
                        $element->setOptions(['label' => 'LABEL_IMAGE_BACKGROUND']);
-
 
3781
                        $element->setAttributes(['accept' => 'image/jpg,image/jpeg,image/png']);
-
 
3782
                        echo $this->formLabel($element);
-
 
3783
                        ?>
-
 
3784
                        <div class="file-loading">
-
 
3785
                        <?php echo $this->formFile($element);?>
-
 
3786
                        </div>
-
 
3787
 
-
 
3788
          		</div>
-
 
3789
				<div class="form-group">
3768
				<div class="form-group">
3790
    				<?php 
3769
    				<?php 
3791
                        $element = $form->get('quiz_id');
3770
                        $element = $form->get('quiz_id');
3792
                        $element->setAttributes(['class' => 'form-control']);
3771
                        $element->setAttributes(['class' => 'form-control']);
3793
                        $element->setOptions(['label' => 'LABEL_QUIZ']);
3772
                        $element->setOptions(['label' => 'LABEL_QUIZ']);
3794
                        echo $this->formLabel($element);
3773
                        echo $this->formLabel($element);
3795
                        echo $this->formSelect($element);
3774
                        echo $this->formSelect($element);
3796
                    ?>
3775
                    ?>
3797
				</div>
3776
				</div>
-
 
3777
                <?php 
-
 
3778
                    $element = $form->get('background');
-
 
3779
					$element->setAttributes([ 'class' => 'background']);
-
 
3780
                    echo $this->formHidden($element); 
-
 
3781
                ?>
-
 
3782
          		<div class="contenido form-group " id="contenido"></div>
3798
      		</div>
3783
      		</div>
Línea 3799... Línea 3784...
3799
		
3784
		
Línea 3800... Línea 3785...
3800
            <!-- Modal footer -->
3785
            <!-- Modal footer -->
Línea 3847... Línea 3832...
3847
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3832
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3848
                        echo $this->formLabel($element);
3833
                        echo $this->formLabel($element);
3849
                        echo $this->formText($element);
3834
                        echo $this->formText($element);
3850
                    ?>
3835
                    ?>
3851
				</div>
3836
				</div>
3852
          		<div class="form-group">
-
 
3853
 
3837
          		
3854
                 		<?php 
-
 
3855
                        $element = $form->get('background');
-
 
3856
                        $element->setAttributes(['class' => 'form-control']);
-
 
3857
                        $element->setOptions(['label' => 'LABEL_IMAGE_BACKGROUND']);
-
 
3858
                        $element->setAttributes(['accept' => 'image/jpg,image/jpeg,image/png']);
-
 
3859
                        echo $this->formLabel($element);
-
 
3860
                        ?>
-
 
3861
                        <div class="file-loading">
-
 
3862
                        <?php echo $this->formFile($element);?>
-
 
3863
                        </div>
-
 
3864
          
-
 
3865
          		</div>
-
 
3866
				<div class="form-group">
3838
				<div class="form-group">
3867
    				<?php 
3839
    				<?php 
3868
                        $element = $form->get('quiz_id');
3840
                        $element = $form->get('quiz_id');
3869
                        $element->setAttributes(['class' => 'form-control']);
3841
                        $element->setAttributes(['class' => 'form-control']);
3870
                        $element->setOptions(['label' => 'LABEL_QUIZ']);
3842
                        $element->setOptions(['label' => 'LABEL_QUIZ']);
3871
                        echo $this->formLabel($element);
3843
                        echo $this->formLabel($element);
3872
                        echo $this->formSelect($element);
3844
                        echo $this->formSelect($element);
3873
                    ?>
3845
                    ?>
3874
				</div>
3846
				</div>
3875
				
3847
				<?php 
-
 
3848
                    $element = $form->get('background');
-
 
3849
					$element->setAttributes([ 'class' => 'background']);
-
 
3850
                    echo $this->formHidden($element); 
-
 
3851
                ?>
-
 
3852
          		<div class="contenido form-group " id="contenido"></div>
Línea 3876... Línea 3853...
3876
				
3853
				
Línea 3877... Línea 3854...
3877
      		</div>
3854
      		</div>
3878
		
-
 
3879
            <!-- Modal footer -->
-
 
3880
      		<div class="modal-footer">
-
 
3881
      			<button type="submit" class="btn btn-primary">LABEL_SAVE</button>
3855
		
Línea 3882... Línea 3856...
3882
        		<button type="button" class="btn btn-danger" data-dismiss="modal">Cerrar</button>
3856
            <!-- Modal footer -->
Línea 3883... Línea 3857...
3883
          	</div>
3857
      		<