Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16845 Rev 16891
Línea 320... Línea 320...
320
    });
320
    });
321
JS;
321
JS;
322
$this->inlineScript()->captureEnd();
322
$this->inlineScript()->captureEnd();
323
?>
323
?>
Línea 324... Línea -...
324
  
-
 
325
<!-- Content Header (Page header) -->
-
 
-
 
324
  
326
<section class="content-header">
325
  
327
	<div class="container-fluid">
326
<div class="container">
328
    	<div class="row mb-2">
327
	<div class="card" id="">
329
        	<div class="col-sm-12">
328
	 	<div class="card-header">
330
            	<h1>LABEL_PROGRAMS</h1>
329
	 		<h6 class="card-title">LABEL_PROGRAMS</h6>
331
			</div>
-
 
332
		</div>
-
 
333
	</div><!-- /.container-fluid -->
-
 
334
</section>
-
 
335
 
-
 
336
<section class="content">
330
	 	</div>
337
	<div class="container-fluid">
331
	 	<div class="card-body">
338
    	<div class="row">
332
	 		<div class="row">
339
        	<div class="col-12">
-
 
340
				<div class="card">                    
-
 
-
 
333
	 	         <div class="col-12 mt-3">
341
					<div class="card-body">
334
	 	         
342
        	    		<table id="gridTable" class="table   table-bordered">
335
	 	         <table id="gridTable" class="table   table-bordered">
343
                      		<thead>
336
                      		<thead>
344
        						<tr>
337
        						<tr>
345
                                	<th>LABEL_NAME</th>
338
                                	<th>LABEL_NAME</th>
346
                                  	<th>LABEL_ACTIONS</th>
339
                                  	<th>LABEL_ACTIONS</th>
347
                                </tr>
340
                                </tr>
348
                       		</thead>
341
                       		</thead>
349
                         	<tbody>
342
                         	<tbody>
350
                         	</tbody>
343
                         	</tbody>
-
 
344
                    	</table>
351
                    	</table>
345
                    	
352
                   	</div>
346
	 	         </div>
-
 
347
	 	     </div>
353
                   	<div class="card-footer clearfix">
348
	 	</div>
354
                   		<div style="float:right;">
-
 
355
							<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
349
	 	<div class="card-footer text-right">
356
							<?php if($allowAdd) : ?>
350
	 	     <?php if($allowAdd) : ?>
357
							<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
351
							<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
-
 
352
							<?php endif; ?>
358
							<?php endif; ?>
353
							
359
						</div>
-
 
360
                 	</div>
-
 
361
          		</div>
-
 
362
           	</div>     
354
	 	</div>
363
        </div>          
355
	</div>
364
 	</div>
356
</div>
Línea 365... Línea 357...
365
</section> 	
357
 	
366
 
358
 
367
<!-- The Modal -->
359
<!-- The Modal -->
368
<div class="modal" id="modal">
360
<div class="modal" id="modal">
Línea 373... Línea 365...
373
      		<div class="modal-header">
365
      		<div class="modal-header">
374
        		<h6 class="modal-title">LABEL_PROGRAMS</h6>
366
        		<h6 class="modal-title">LABEL_PROGRAMS</h6>
375
        		<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close"></button>
367
        		<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="btn-close"></button>
376
      		</div>
368
      		</div>
Línea 377... Línea -...
377
 
-
 
378
            <!-- Modal body -->
-
 
379
      		<div class="modal-body">
369
 
380
       			 <?php 
370
 <?php 
381
                    $form = $this->form;
371
                    $form = $this->form;
382
            		$form->setAttributes([
372
            		$form->setAttributes([
383
                        'method'    => 'post',
373
                        'method'    => 'post',
384
                        'name'      => 'form',
374
                        'name'      => 'form',
385
                        'id'        => 'form'
375
                        'id'        => 'form'
Línea 386... Línea 376...
386
                    ]);
376
                    ]);
387
    
377
    
388
                    $form->prepare();
378
                    $form->prepare();
-
 
379
                    echo $this->form()->openTag($form);
-
 
380
                    ?>	
389
                    echo $this->form()->openTag($form);
381
      		<div class="modal-body">
-
 
382
       							
390
                    ?>					
383
    					<div class="row">
391
    					<div class="form-group">
384
    						<div class="col-12 mt-3">
392
        					<?php 
385
        					<?php 
393
                            $element = $form->get('name');
386
                            $element = $form->get('name');
Línea 394... Línea 387...
394
                            $element->setOptions(['label' => 'LABEL_NAME']);
387
                            $element->setOptions(['label' => 'LABEL_NAME']);
395
                            $element->setAttributes(['class' => 'form-control']); 
388
                            $element->setAttributes(['class' => 'form-control']); 
396
                                            
389
                                            
-
 
390
                            echo $this->formLabel($element);
397
                            echo $this->formLabel($element);
391
                            echo $this->formText($element);
Línea 398... Línea 392...
398
                            echo $this->formText($element);
392
                            ?>
399
                            ?>
-
 
400
						</div>
-
 
401
 
-
 
402
								
-
 
403
        				<div class="form-group">
-
 
-
 
393
                            </div>
404
                    		<button type="submit" class="btn btn-primary">LABEL_SAVE</button>
394
						</div>
Línea 405... Línea 395...
405
                    		<button type="button" class="btn btn-light btn-cancel">LABEL_CANCEL</button>
395
 
406
                   		</div>
396
					
-
 
397
     	      		
407
     	      		<?php echo $this->form()->closeTag($form); ?>
398
      		</div>
408
      		</div>
399
 
-
 
400
            <!-- Modal footer -->
Línea 409... Línea 401...
409
 
401
      		<div class="modal-footer text-right">
410
            <!-- Modal footer -->
402
      			<button type="submit" class="btn btn-primary">LABEL_SAVE</button>
411
      		<div class="modal-footer">
403
        		 <button type="button" class="btn btn-light" data-bs-dismiss="modal">LABEL_CLOSE</button>