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