Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2745 Rev 2746
Línea 43... Línea 43...
43
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.min.js'));
43
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.min.js'));
44
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css'));
44
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css'));
45
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js'));
45
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js'));
Línea -... Línea 46...
-
 
46
 
-
 
47
 
-
 
48
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/select2.js'));
-
 
49
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/i18n/es.js'));
46
 
50
$this->headLink()->appendStylesheet($this->basePath('plugins/select2/css/select2.css'));
Línea 47... Línea 51...
47
 
51
 
48
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.css'));
52
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.css'));
Línea 264... Línea 268...
264
        }).always(function() {
268
        }).always(function() {
265
            NProgress.done();
269
            NProgress.done();
266
        });
270
        });
267
    });
271
    });
Línea 268... Línea -...
268
 
-
 
269
    $('#form-interview #status').bootstrapToggle({
-
 
270
        'on': 'LABEL_ACTIVE',
-
 
271
        'off': 'LABEL_INACTIVE',
-
 
272
        'width': '160px',
-
 
273
        'height': '40px'
-
 
274
    });
272
 
Línea 275... Línea 273...
275
 
273
    
276
    
274
    
277
    
275