Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6616 Rev 6618
Línea 3284... Línea 3284...
3284
			
3284
			
3285
		
3285
		
3286
 
-
 
3287
 
-
 
-
 
3286
 
3288
<!-- The Modal -->
3287
 
3289
<div class="modal" id="company-microlearning-slide-video-add-box">
3288
<!-- The Modal -->
3290
	<div class="modal-dialog   modal-xl">
3289
<div  id="company-microlearning-slide-video-add-box"  style='display:none'>
3291
    	<div class="modal-content">
3290
 
3292
    		<?php 
3291
    		<?php 
Línea 3301... Línea 3300...
3301
    	    
3300
    	    
3302
    	    $element = $form->get('type');
3301
    	    $element = $form->get('type');
Línea 3303... Línea 3302...
3303
    	    echo $this->formHidden($element);
3302
    	    echo $this->formHidden($element);
3304
    	    
-
 
-
 
3303
    	    
3305
    	    ?> 
3304
    	    ?> 
3306
            <!-- Modal Header -->
3305
         
3307
      		<div class="modal-header">
-
 
3308
        		<h4 class="modal-title">LABEL_ADD_VIDEO_SLIDE</h4>
-
 
Línea 3309... Línea 3306...
3309
        		<button type="button" class="close" data-dismiss="modal">&times;</button>
3306
              <div class="d-flex justify-content-center tituloEditor">
3310
      		</div>
3307
              <h4>LABEL_ADD_VIDEO_SLIDE</h4>
3311
 
3308
 
3312
            <!-- Modal body --> 
3309
             </div>
3313
            <div class="modal-body">
3310
            <div class="grid-padre">
3314
				<div class="form-group">
3311
				<div class="form-group  grid-1-2">
3315
    				<?php 
3312
    				<?php 
3316
                        $element = $form->get('name');
3313
                        $element = $form->get('name');
3317
                        $element->setAttributes(['class' => 'form-control']);
3314
                        $element->setAttributes(['class' => 'form-control']);
3318
                        $element->setOptions(['label' => 'LABEL_NAME']);
3315
                        $element->setOptions(['label' => 'LABEL_NAME']);
3319
                        echo $this->formLabel($element);
3316
                        echo $this->formLabel($element);
3320
                        echo $this->formText($element);
3317
                        echo $this->formText($element);
3321
                    ?>
3318
                    ?>
3322
				</div>
3319
				</div>
3323
				<div class="form-group">
3320
				<div class="form-group  grid-1-2">
3324
    				<?php 
3321
    				<?php 
3325
                        $element = $form->get('order');
3322
                        $element = $form->get('order');
3326
                        $element->setAttributes(['class' => 'form-control']);
3323
                        $element->setAttributes(['class' => 'form-control']);
3327
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3324
                        $element->setOptions(['label' => 'LABEL_ORDER']);
3328
                        echo $this->formLabel($element);
3325
                        echo $this->formLabel($element);
3329
                        echo $this->formText($element);
3326
                        echo $this->formText($element);
Línea 3330... Línea 3327...
3330
                    ?>
3327
                    ?>
3331
				</div>
3328
				</div>
3332
				<div class="form-group">
3329
				<div class="form-group  grid-1-2">
3333
                
3330
                
Línea 3341... Línea 3338...
3341
                        <div class="file-loading">
3338
                        <div class="file-loading">
3342
                        <?php echo $this->formFile($element);?>
3339
                        <?php echo $this->formFile($element);?>
3343
                        </div>
3340
                        </div>
Línea 3344... Línea 3341...
3344
                
3341
                
3345
          		</div>
3342
          		</div>
3346
          		<div class="form-group">
-
 
3347
                	
-
 
3348
                 		<?php 
-
 
3349
                        $element = $form->get('background');
-
 
3350
                        $element->setAttributes(['class' => 'form-control']);
-
 
3351
                        $element->setOptions(['label' => 'LABEL_IMAGE_BACKGROUND']);
-
 
3352
                        $element->setAttributes(['accept' => 'image/jpg,image/jpeg,image/png']);
-
 
3353
                        echo $this->formLabel($element);
-
 
3354
                        ?>
-
 
3355
                        <div class="file-loading">
-
 
3356
                        <?php echo $this->formFile($element);?>
-
 
3357
                        </div>
-
 
3358
                
-
 
3359
          		</div>
3343
          		<div class="contenido form-group " id="contenido"></div>
Línea 3360... Línea 3344...
3360
      		</div>
3344
      		</div>
3361
		
-
 
3362
            <!-- Modal footer -->
-
 
3363
      		<div class="modal-footer">
-
 
3364
      			<button type="submit" class="btn btn-primary">LABEL_SAVE</button>
-
 
-
 
3345
		
3365
        		<button type="button" class="btn btn-danger" data-dismiss="modal">Cerrar</button>
3346
            <!-- Modal footer -->
3366
          	</div>
-
 
3367
          	<?php echo $this->form()->closeTag($form); ?>	
3347
      		
3368
         </div> 	
3348
          	<?php echo $this->form()->closeTag($form); ?>