| Línea 25... |
Línea 25... |
| 25 |
$routeHeaderUpload = $this->url('profile/header', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
25 |
$routeHeaderUpload = $this->url('profile/header', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
| Línea 26... |
Línea 26... |
| 26 |
|
26 |
|
| 27 |
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
|
27 |
$this->headLink()->appendStylesheet($this->basePath('plugins/nprogress/nprogress.css'));
|
| Línea 28... |
Línea -... |
| 28 |
$this->inlineScript()->appendFile($this->basePath('plugins/nprogress/nprogress.js'));
|
- |
|
| 29 |
|
- |
|
| 30 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/plugins/piexif.js'));
|
- |
|
| 31 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/plugins/sortable.js'));
|
- |
|
| 32 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/fileinput.js'));
|
- |
|
| 33 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/js/locales/es.js'));
|
- |
|
| 34 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/themes/fas/theme.js'));
|
- |
|
| 35 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap-fileinput/themes/explorer-fas/theme.js'));
|
28 |
$this->inlineScript()->appendFile($this->basePath('plugins/nprogress/nprogress.js'));
|
| 36 |
|
29 |
|
| 37 |
$this->inlineScript()->appendFile($this->basePath('plugins/jquery-validation/jquery.validate.js'));
|
30 |
$this->inlineScript()->appendFile($this->basePath('plugins/jquery-validation/jquery.validate.js'));
|
| Línea 38... |
Línea 31... |
| 38 |
$this->inlineScript()->appendFile($this->basePath('plugins/jquery-validation/additional-methods.js'));
|
31 |
$this->inlineScript()->appendFile($this->basePath('plugins/jquery-validation/additional-methods.js'));
|
| Línea 249... |
Línea 242... |
| 249 |
companySize: "$company_size",
|
242 |
companySize: "$company_size",
|
| 250 |
companyName: "$company_name",
|
243 |
companyName: "$company_name",
|
| 251 |
foundationYear: "$foundation_year",
|
244 |
foundationYear: "$foundation_year",
|
| 252 |
website: "$website",
|
245 |
website: "$website",
|
| 253 |
header: "$header",
|
246 |
header: "$header",
|
| 254 |
footer: "$footer"
|
247 |
footer: "$footer",
|
| - |
|
248 |
googleApiKey: "$google_map_key"
|
| 255 |
}
|
249 |
}
|
| 256 |
JS;
|
250 |
JS;
|
| Línea 257... |
Línea 251... |
| 257 |
|
251 |
|
| 258 |
$this->inlineScript()->appendScript($js);
|
252 |
$this->inlineScript()->appendScript($js);
|