Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16992 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16992 Rev 17003
Línea 93... Línea 93...
93
 
93
 
94
    		'ajax': {
94
    		'ajax': {
95
    			'url' : '$routeDatatable',
95
    			'url' : '$routeDatatable',
96
    			'type' : 'get',
96
    			'type' : 'get',
97
                'data': function ( d ) {
-
 
98
                    d.topic_uuid = $('#form-filter #topic_uuid').val();
97
                'data': function ( d ) {
Línea 99... Línea 98...
99
                    d.capsule_uuid = $('#form-filter #capsule_uuid').val();
98
                    d.capsule_uuid = $('#form-filter #capsule_uuid').val();
100
               
99
               
101
                },
100
                },
Línea 1900... Línea 1899...
1900
        
1899
        
1901
        return false;
1900
        return false;
Línea 1902... Línea -...
1902
    });
-
 
1903
 
-
 
1904
 
-
 
1905
 
1901
    });
1906
    $('#form-filter #topic_uuid').change(function(e) {
-
 
1907
        e.preventDefault();
-
 
1908
 
-
 
Línea 1909... Línea 1902...
1909
        $('#form-filter #capsule_uuid').empty();
1902
 
1910
        gridTable.api().ajax.reload(null, false);
1903
 
Línea 1988... Línea 1981...
1988
    
1981
    
1989
                $form->prepare();
1982
                $form->prepare();
1990
                echo $this->form()->openTag($form);
1983
                echo $this->form()->openTag($form);
1991
                ?>
1984
                ?>
1992
             	<div class="row">
-
 
1993
                	<div class="col-md-6 mt-3">
-
 
1994
               			<?php
-
 
1995
                        $element = $form->get('topic_uuid');
-
 
1996
                        $element->setOptions(['label' => 'LABEL_TOPIC']);
1985
             	<div class="row">
1997
                                        
-
 
1998
                        $element->setAttributes(['class' => 'form-control']);
-
 
1999
                        echo $this->formLabel($element);
-
 
2000
                        echo $this->formSelect($element);
-
 
2001
                        ?>
-
 
Línea 2002... Línea 1986...
2002
                   	</div>	
1986
           
2003
         
1987
         
2004
         	    	<div class="col-md-6 mt-3">
1988
         	    	<div class="col-md-12 mt-3">
2005
        				<?php
1989
        				<?php
2006
                        $element = $form->get('capsule_uuid');
1990
                        $element = $form->get('capsule_uuid');
2007
                        $element->setOptions(['label' => 'LABEL_CAPSULE']);
1991
                        $element->setOptions(['label' => 'LABEL_CAPSULE']);