Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17238 Rev 17239
Línea 14... Línea 14...
14
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
14
$this->inlineScript()->appendFile($this->basePath('assets/vendors/nprogress/nprogress.js'));
Línea 15... Línea 15...
15
 
15
 
16
// CKEditor
16
// CKEditor
Línea 17... Línea -...
17
$this->inlineScript()->appendFile($this->basePath('assets/vendors/ckeditor/ckeditor.js'));
-
 
18
 
17
$this->inlineScript()->appendFile($this->basePath('assets/vendors/ckeditor/ckeditor.js'));
19
 
18
 
20
// File Input
19
// File Input
21
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-fileinput/css/fileinput.min.css'));
20
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-fileinput/css/fileinput.min.css'));
22
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fas/theme.css'));
21
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fas/theme.css'));
Línea 104... Línea 103...
104
        })
103
        })
Línea 105... Línea 104...
105
 
104
 
106
        // Variables de permisos
105
        // Variables de permisos
107
        var allowEdit = $allowEdit
106
        var allowEdit = $allowEdit
108
        var allowDelete = $allowDelete
-
 
Línea 109... Línea 107...
109
        var allowUsers = $allowUsers
107
        var allowDelete = $allowDelete
110
 
108
 
111
        // Configuración de la tabla principal
109
        // Configuración de la tabla principal
112
        var gridTable = $('#gridTable').dataTable({
110
        var gridTable = $('#gridTable').dataTable({