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