Línea 47... |
Línea 47... |
47 |
//$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css'));
|
47 |
//$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css'));
|
Línea 48... |
Línea 48... |
48 |
|
48 |
|
49 |
//$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
|
49 |
//$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
|
Línea 50... |
Línea 50... |
50 |
//$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.js'));
|
50 |
//$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datetimepicker/js/bootstrap-datetimepicker.js'));
|
Línea 51... |
Línea 51... |
51 |
|
51 |
|
52 |
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datepicker/css/bootstrap-datepicker.css'));
|
52 |
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap-datepicker/css/bootstrap-datepicker.min.css'));
|
53 |
|
53 |
|
Línea 54... |
Línea 54... |
54 |
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
|
54 |
$this->inlineScript()->appendFile($this->basePath('plugins/moment/moment-with-locales.js'));
|
Línea 55... |
Línea 55... |
55 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/bootstrap-datepicker.js'));
|
55 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/bootstrap-datepicker.js'));
|
56 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/locales/bootstrap-datepicker.es.js'));
|
56 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js'));
|