Línea 20... |
Línea 20... |
20 |
$routeImageUpload = $this->url('profile/image', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
20 |
$routeImageUpload = $this->url('profile/image', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
21 |
$routeCoverUpload = $this->url('profile/cover', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
21 |
$routeCoverUpload = $this->url('profile/cover', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
22 |
$routeFooterUpload = $this->url('profile/footer', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
22 |
$routeFooterUpload = $this->url('profile/footer', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
23 |
$routeHeaderUpload = $this->url('profile/header', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
23 |
$routeHeaderUpload = $this->url('profile/header', ['id' => $currentCompany->uuid, 'operation' => 'upload']);
|
Línea -... |
Línea 24... |
- |
|
24 |
|
- |
|
25 |
$this->headLink()->appendStylesheet($this->basePath('plugins/bootstrap4-toggle/css/bootstrap4-toggle.min.css'));
|
- |
|
26 |
$this->inlineScript()->appendFile($this->basePath('plugins/bootstrap4-toggle/js/bootstrap4-toggle.min.js'));
|
- |
|
27 |
|
- |
|
28 |
$this->inlineScript()->appendFile($this->basePath('plugins/select2/js/select2.js'));
|
- |
|
29 |
$this->headLink()->appendStylesheet($this->basePath('plugins/select2/css/select2.css'));
|
- |
|
30 |
$this->headLink()->appendStylesheet($this->basePath('plugins/select2-bootstrap4-theme/select2-bootstrap4.css'));
|
24 |
|
31 |
|
Línea 25... |
Línea 32... |
25 |
$jsonLocations = json_encode($locations);
|
32 |
$jsonLocations = json_encode($locations);
|
26 |
|
33 |
|
27 |
$js = <<<JS
|
34 |
$js = <<<JS
|