Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6504 Rev 6505
Línea 3307... Línea 3307...
3307
		
3307
		
3308
            
3308
            
Línea -... Línea 3309...
-
 
3309
          	<?php echo $this->form()->closeTag($form); ?>	
-
 
3310
</div>   	
-
 
3311
 					
-
 
3312
<div  id="company-microlearning-slide-image-edit-box" style='display:none' >
-
 
3313
            <?php 
-
 
3314
    	    $form = $this->formImageEdit;
-
 
3315
    	    $form->setAttributes([
-
 
3316
    	       'method'    => 'post',
-
 
3317
    	       'name'      => 'form-slide-image-edit',
-
 
3318
    	       'id'        => 'form-slide-image-edit'
-
 
3319
    	    ]);  
-
 
3320
    	    $form->prepare();
-
 
3321
    	    echo $this->form()->openTag($form);
-
 
3322
    	    
-
 
3323
    	    $element = $form->get('type');
-
 
3324
    	    echo $this->formHidden($element);
-
 
3325
    	    
-
 
3326
    	    ?>
-
 
3327
            <!-- Modal Header -->
-
 
3328
            <div class="d-flex justify-content-center tituloEditor">
-
 
3329
              <h4>LABEL_EDIT_IMAGE_SLIDE</h4>
-
 
3330
 
-
 
3331
             </div>
-
 
3332
 
-
 
3333
            <!-- Modal body --> 
-
 
3334
            <div class="grid-padre">
-
 
3335
                 <div class="form-group grid-1-2">
-
 
3336
    				<?php 
-
 
3337
                        $element = $form->get('name');
-
 
3338
                        $element->setAttributes(['class' => 'form-control']);
-
 
3339
                        $element->setOptions(['label' => 'LABEL_NAME']);
-
 
3340
                        echo $this->formLabel($element);
-
 
3341
                        echo $this->formText($element);
-
 
3342
                    ?>
-
 
3343
				</div>
-
 
3344
                
-
 
3345
               
-
 
3346
                <?php 
-
 
3347
                    $element = $form->get('file');
-
 
3348
					$element->setAttributes([ 'class' => 'file']);
-
 
3349
                    echo $this->formHidden($element); 
-
 
3350
                ?>
-
 
3351
				<div class="form-group grid-1-2">
-
 
3352
    				<?php 
-
 
3353
                        $element = $form->get('order');
-
 
3354
                        $element->setAttributes(['class' => 'form-control']);
-
 
3355
                        $element->setOptions(['label' => 'LABEL_ORDER']);
-
 
3356
                        echo $this->formLabel($element);
-
 
3357
                        echo $this->formText($element);
-
 
3358
                    ?>
Línea -... Línea 3359...
-
 
3359
				</div>
-
 
3360
                <div class="contenido form-group " id="contenido2"></div>
-
 
3361
      		</div>
Línea 3309... Línea 3362...
3309
          	<?php echo $this->form()->closeTag($form); ?>	
3362
		
3310
</div>   	
3363
            
3311
 					
3364
          	<?php echo $this->form()->closeTag($form); ?>	
3312
		
3365
</div> 	
3313
 
3366
 
3314
 
3367
 
3315
<!-- The Modal -->
3368
<!-- The Modal -->