Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6644 Rev 6645
Línea 3374... Línea 3374...
3374
        		<button type="button" class="close" data-dismiss="modal">&times;</button>
3374
        		<button type="button" class="close" data-dismiss="modal">&times;</button>
3375
      		</div>
3375
      		</div>
Línea 3376... Línea 3376...
3376
 
3376
 
3377
            <!-- Modal body --> 
3377
            <!-- Modal body --> 
3378
            <div class="grid-padre">
3378
            <div class="grid-padre">
3379
				<div class="form-group">
3379
				<div class="form-group grid-1-2">
3380
    				<?php 
3380
    				<?php 
3381
                        $element = $form->get('name');
3381
                        $element = $form->get('name');
3382
                        $element->setAttributes(['class' => 'form-control']);
3382
                        $element->setAttributes(['class' => 'form-control']);
3383
                        $element->setOptions(['label' => 'LABEL_NAME']);
3383
                        $element->setOptions(['label' => 'LABEL_NAME']);
3384
                        echo $this->formLabel($element);
3384
                        echo $this->formLabel($element);
3385
                        echo $this->formText($element);
3385
                        echo $this->formText($element);
3386
                    ?>
3386
                    ?>
3387
				</div>
3387
				</div>
3388
				<div class="form-group">
3388
				<div class="form-group grid-1-2">
3389
    				<?php 
3389
    				<?php 
3390
                        $element = $form->get('order');
3390
                        $element = $form->get('order');
3391
                        $element->setAttributes(['class' => 'form-control']);
3391
                        $element->setAttributes(['class' => 'form-control']);
3392
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3392
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3393
                        echo $this->formLabel($element);
3393
                        echo $this->formLabel($element);
3394
                        echo $this->formText($element);
3394
                        echo $this->formText($element);
3395
                    ?>
3395
                    ?>
3396
				</div>
3396
				</div>
Línea 3397... Línea 3397...
3397
				<div class="form-group">
3397
				<div class="form-group grid-1-2">
3398
                	
3398
                	
3399
                 		<?php 
3399
                 		<?php 
3400
                        $element = $form->get('file');
3400
                        $element = $form->get('file');
Línea 3406... Línea 3406...
3406
                        <div class="file-loading">
3406
                        <div class="file-loading">
3407
                        <?php echo $this->formFile($element);?>
3407
                        <?php echo $this->formFile($element);?>
3408
                        </div>
3408
                        </div>
Línea 3409... Línea 3409...
3409
                	
3409
                	
3410
          		</div>
-
 
3411
          		<div class="form-group">
-
 
3412
                	
3410
          		</div>
3413
                 		<?php 
3411
          		<?php 
3414
                        $element = $form->get('background');
3412
                    $element = $form->get('background');
3415
                        $element->setAttributes(['class' => 'form-control']);
-
 
3416
                        $element->setOptions(['label' => 'LABEL_IMAGE_BACKGROUND']);
-
 
3417
                        $element->setAttributes(['accept' => 'image/jpg,image/jpeg,image/png']);
3413
					$element->setAttributes([ 'class' => 'background']);
3418
                        echo $this->formLabel($element);
3414
                    echo $this->formHidden($element); 
3419
                        ?>
-
 
3420
                        <div class="file-loading">
3415
                ?>
3421
                        <?php echo $this->formFile($element);?>
-
 
3422
                        </div>
-
 
3423
                	
-
 
3424
          		</div>
3416
          		<div class="contenido form-group " id="contenido"></div>
Línea 3425... Línea 3417...
3425
      		</div>
3417
      		</div>