Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15127 Rev 15134
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'));