Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16943 Rev 16954
Línea 64... Línea 64...
64
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/fileinput.js'));
64
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/fileinput.js'));
65
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/locales/es.js'));
65
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/js/locales/es.js'));
66
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/fa/theme.js'));
66
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/fa/theme.js'));
67
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fa/theme.js'));
67
$this->inlineScript()->appendFile($this->basePath('assets/vendors/bootstrap-fileinput/themes/explorer-fa/theme.js'));
Línea -... Línea 68...
-
 
68
 
68
 
69
 
-
 
70
$this->headStyle()->captureStart();
-
 
71
echo <<<CSS
-
 
72
 
-
 
73
 
-
 
74
#gridTableUsers {
-
 
75
    display: flex;
-
 
76
    flex-flow: column;
-
 
77
    width: 100%;
-
 
78
}
-
 
79
 
-
 
80
#gridTableUsers thead {
-
 
81
    flex: 0 0 auto;
-
 
82
}
-
 
83
 
-
 
84
#gridTableUsers tbody {
-
 
85
    flex: 1 1 auto;
-
 
86
    display: block;
-
 
87
    overflow-y: auto;
-
 
88
    overflow-x: hidden;
-
 
89
}
-
 
90
 
-
 
91
#gridTableUsers tr {
-
 
92
    width: 100%;
-
 
93
    display: table;
-
 
94
    table-layout: fixed;
-
 
95
}
-
 
96
 
-
 
97
CSS;
Línea 69... Línea 98...
69
$this->headStyle()->captureStart();
98
$this->headStyle()->captureEnd();
70
 
99
 
71
$this->inlineScript()->captureStart();
100
$this->inlineScript()->captureStart();
72
echo <<<JS
101
echo <<<JS