diff --git a/.idea/deployment.xml b/.idea/deployment.xml old mode 100644 new mode 100755 diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml old mode 100644 new mode 100755 diff --git a/.idea/php.xml b/.idea/php.xml old mode 100644 new mode 100755 diff --git a/.idea/vcs.xml b/.idea/vcs.xml old mode 100644 new mode 100755 diff --git a/.idea/webServers.xml b/.idea/webServers.xml old mode 100644 new mode 100755 diff --git a/.idea/workspace.xml b/.idea/workspace.xml old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/.vscode/sftp.json b/.vscode/sftp.json old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/acciones.txt b/acciones.txt old mode 100644 new mode 100755 diff --git a/backups_bbdd/04252023_sk_main.sql b/backups_bbdd/04252023_sk_main.sql old mode 100644 new mode 100755 diff --git a/backups_bbdd/29052023_sk-jjo.sql b/backups_bbdd/29052023_sk-jjo.sql old mode 100644 new mode 100755 diff --git a/ci4/.env b/ci4/.env old mode 100644 new mode 100755 diff --git a/ci4/.gitignore b/ci4/.gitignore old mode 100644 new mode 100755 diff --git a/ci4/.htaccess b/ci4/.htaccess old mode 100644 new mode 100755 diff --git a/ci4/app/.htaccess b/ci4/app/.htaccess old mode 100644 new mode 100755 diff --git a/ci4/app/Common.php b/ci4/app/Common.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/App.php b/ci4/app/Config/App.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Autoload.php b/ci4/app/Config/Autoload.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Basics.php b/ci4/app/Config/Basics.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Boot/development.php b/ci4/app/Config/Boot/development.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Boot/production.php b/ci4/app/Config/Boot/production.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Boot/testing.php b/ci4/app/Config/Boot/testing.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Cache.php b/ci4/app/Config/Cache.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Constants.php b/ci4/app/Config/Constants.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/ContentSecurityPolicy.php b/ci4/app/Config/ContentSecurityPolicy.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Cookie.php b/ci4/app/Config/Cookie.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Database.php b/ci4/app/Config/Database.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/DocTypes.php b/ci4/app/Config/DocTypes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Email.php b/ci4/app/Config/Email.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Encryption.php b/ci4/app/Config/Encryption.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Events.php b/ci4/app/Config/Events.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Exceptions.php b/ci4/app/Config/Exceptions.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Filters.php b/ci4/app/Config/Filters.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/ForeignCharacters.php b/ci4/app/Config/ForeignCharacters.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Format.php b/ci4/app/Config/Format.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Generators.php b/ci4/app/Config/Generators.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Honeypot.php b/ci4/app/Config/Honeypot.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Images.php b/ci4/app/Config/Images.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Kint.php b/ci4/app/Config/Kint.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Logger.php b/ci4/app/Config/Logger.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Migrations.php b/ci4/app/Config/Migrations.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Mimes.php b/ci4/app/Config/Mimes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Modules.php b/ci4/app/Config/Modules.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Pager.php b/ci4/app/Config/Pager.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Paths.php b/ci4/app/Config/Paths.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Routes.php b/ci4/app/Config/Routes.php old mode 100644 new mode 100755 index a64fb69b..a55d5608 --- a/ci4/app/Config/Routes.php +++ b/ci4/app/Config/Routes.php @@ -486,8 +486,11 @@ $routes->group('serviciosacabados', ['namespace' => 'App\Controllers\Presupuesto }); $routes->group('serviciosencuadernaciones', ['namespace' => 'App\Controllers\Presupuestos'], function ($routes) { - $routes->post('datatable', 'PresupuestoEncuadernaciones::datatable', ['as' => 'dataTableOfPresupuestoEncuadernaciones']); - $routes->post('datatable_editor', 'PresupuestoEncuadernaciones::datatable_editor', ['as' => 'editorOfPresupuestoEncuadernaciones']); + $routes->post('datatable', 'Presupuestoencuadernaciones::datatable', ['as' => 'dataTableOfPresupuestoEncuadernaciones']); + $routes->post('menuitems', 'Presupuestoencuadernaciones::menuItems', ['as' => 'menuItemsOfPresupuestoEncuadernaciones']); + $routes->get('delete/(:num)', 'Presupuestoencuadernaciones::delete/$1', ['as' => 'deletePresupuestoencuadernaciones']); + $routes->post('edit/(:num)', 'Presupuestoencuadernaciones::edit/$1', ['as' => 'updateCosidotapablanda']); + }); $routes->group('serviciosmanipulados', ['namespace' => 'App\Controllers\Presupuestos'], function ($routes) { diff --git a/ci4/app/Config/Security.php b/ci4/app/Config/Security.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Services.php b/ci4/app/Config/Services.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Toolbar.php b/ci4/app/Config/Toolbar.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/UserAgents.php b/ci4/app/Config/UserAgents.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/Validation.php b/ci4/app/Config/Validation.php old mode 100644 new mode 100755 diff --git a/ci4/app/Config/View.php b/ci4/app/Config/View.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Activity.php b/ci4/app/Controllers/Activity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Ajax.php b/ci4/app/Controllers/Ajax.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Api.php b/ci4/app/Controllers/Api.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/BaseController.php b/ci4/app/Controllers/BaseController.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Catalogo/Catalogo.php b/ci4/app/Controllers/Catalogo/Catalogo.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Clientes/Cliente.php b/ci4/app/Controllers/Clientes/Cliente.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Clientes/Clientecontactos.php b/ci4/app/Controllers/Clientes/Clientecontactos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Clientes/Clientedistribuidores.php b/ci4/app/Controllers/Clientes/Clientedistribuidores.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Compras/Proveedores.php b/ci4/app/Controllers/Compras/Proveedores.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Compras/ProveedoresTipos.php b/ci4/app/Controllers/Compras/ProveedoresTipos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Calendario.php b/ci4/app/Controllers/Configuracion/Calendario.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Comunidadesautonomas.php b/ci4/app/Controllers/Configuracion/Comunidadesautonomas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Formaspagos.php b/ci4/app/Controllers/Configuracion/Formaspagos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Group.php b/ci4/app/Controllers/Configuracion/Group.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Imposiciones.php b/ci4/app/Controllers/Configuracion/Imposiciones.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Maquinas.php b/ci4/app/Controllers/Configuracion/Maquinas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Maquinascalles.php b/ci4/app/Controllers/Configuracion/Maquinascalles.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Maquinasdefecto.php b/ci4/app/Controllers/Configuracion/Maquinasdefecto.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Maquinaspapelesimpresion.php b/ci4/app/Controllers/Configuracion/Maquinaspapelesimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Maquinastarifasimpresion.php b/ci4/app/Controllers/Configuracion/Maquinastarifasimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Paises.php b/ci4/app/Controllers/Configuracion/Paises.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Papelesgenericos.php b/ci4/app/Controllers/Configuracion/Papelesgenericos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Papelesimpresion.php b/ci4/app/Controllers/Configuracion/Papelesimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Papelformato.php b/ci4/app/Controllers/Configuracion/Papelformato.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Papelimpresionmargenes.php b/ci4/app/Controllers/Configuracion/Papelimpresionmargenes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Papelimpresiontipologias.php b/ci4/app/Controllers/Configuracion/Papelimpresiontipologias.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Provincias.php b/ci4/app/Controllers/Configuracion/Provincias.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Seriefactura.php b/ci4/app/Controllers/Configuracion/Seriefactura.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Serviciocliente.php b/ci4/app/Controllers/Configuracion/Serviciocliente.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Tamanioformatos.php b/ci4/app/Controllers/Configuracion/Tamanioformatos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Tamaniolibros.php b/ci4/app/Controllers/Configuracion/Tamaniolibros.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Tareaservicio.php b/ci4/app/Controllers/Configuracion/Tareaservicio.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Tipologias.php b/ci4/app/Controllers/Configuracion/Tipologias.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Tiposimpresion.php b/ci4/app/Controllers/Configuracion/Tiposimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Trabajo.php b/ci4/app/Controllers/Configuracion/Trabajo.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Configuracion/Users.php b/ci4/app/Controllers/Configuracion/Users.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Cron.php b/ci4/app/Controllers/Cron.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Envioslogistica/Logistica.php b/ci4/app/Controllers/Envioslogistica/Logistica.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Facturacion/Albaran.php b/ci4/app/Controllers/Facturacion/Albaran.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Facturacion/Factura.php b/ci4/app/Controllers/Facturacion/Factura.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/GoBaseController.php b/ci4/app/Controllers/GoBaseController.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/GoBaseResourceController.php b/ci4/app/Controllers/GoBaseResourceController.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Home.php b/ci4/app/Controllers/Home.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Importacion/Importar.php b/ci4/app/Controllers/Importacion/Importar.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Informes/Informe.php b/ci4/app/Controllers/Informes/Informe.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Integration.php b/ci4/app/Controllers/Integration.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Js_loader.php b/ci4/app/Controllers/Js_loader.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Language.php b/ci4/app/Controllers/Language.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Login.php b/ci4/app/Controllers/Login.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Migrate.php b/ci4/app/Controllers/Migrate.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/My.php b/ci4/app/Controllers/My.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Notification.php b/ci4/app/Controllers/Notification.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Pdf/PrintPresupuestos.php b/ci4/app/Controllers/Pdf/PrintPresupuestos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Pedidos/Pedido.php b/ci4/app/Controllers/Pedidos/Pedido.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/.PresupuestoInterfazCliente b/ci4/app/Controllers/Presupuestos/.PresupuestoInterfazCliente old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Calendarios.php b/ci4/app/Controllers/Presupuestos/Calendarios.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Carteles.php b/ci4/app/Controllers/Presupuestos/Carteles.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php b/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php old mode 100644 new mode 100755 index 33f3924f..bcb9b199 --- a/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php +++ b/ci4/app/Controllers/Presupuestos/Cosidotapablanda.php @@ -10,6 +10,8 @@ use App\Entities\Presupuestos\PresupuestoEntity; use App\Models\Configuracion\PapelGenericoModel; use App\Models\Presupuestos\PresupuestoModel; +use App\Models\Presupuestos\PresupuestoEncuadernacionesModel; + use App\Services\PresupuestoService; use App\Models\Configuracion\PapelImpresionModel; use App\Models\Configuracion\MaquinaModel; @@ -140,6 +142,7 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController $this->viewData['clienteList'] = $this->getClienteListItems($presupuestoEntity->cliente_id ?? null); $this->viewData['incReiList'] = array('incidencia' => lang('Presupuestos.incidencia'), 'reimpresion' => lang('Presupuestos.reimpresion'), 'sin_cargo' => lang('Presupuestos.sinCargo')); $this->viewData['paisList'] = $this->getPaisListItems(); + $this->viewData['papelFormatoList'] = $this->getPapelFormatoListItems($presupuestoEntity->papel_formato_id ?? null); $this->viewData['tipo_impresion_id'] = 4; // Cosido tapa blanda JJO @@ -278,6 +281,9 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController $this->viewData['serviciosEncuadernacion'] = $this->getServiciosEncuadernacion(); $this->viewData['serviciosAcabado'] = $this->getServiciosAcabado(); $this->viewData['serviciosManipulado'] = $this->getServiciosManipulado(); + $this->viewData['serviciosEncuadernacionList'] = (new PresupuestoEncuadernacionesModel())->getResource($id)->get()->getResultObject(); + + $this->viewData['POD'] = $this->getPOD(); $this->viewData['tipo_impresion_id'] = 4; // Cosido tapa blanda JJO @@ -982,10 +988,10 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController { $model = model('App\Models\Tarifas\TarifaEncuadernacionModel'); $data = $model->getServiciosEncuadernacionSelector(); - array_unshift($data, (object)array( + /*array_unshift($data, (object)array( "value" => 0, "label" => lang('Basic.global.pleaseSelectA', [mb_strtolower(lang('Presupuestos.servicioEncuadernado'))]) - )); + ));*/ return $data; } @@ -1032,5 +1038,10 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController return $model->updateLineasPresupuesto($presupuesto_id, $datos); } + protected function getPOD() + { + $model = model('App\Models\Configuracion\ConfiguracionSistemaModel'); + return $model->getPOD(); + } } diff --git a/ci4/app/Controllers/Presupuestos/Cosidotapadura.php b/ci4/app/Controllers/Presupuestos/Cosidotapadura.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Cuadripticos.php b/ci4/app/Controllers/Presupuestos/Cuadripticos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Dipticos.php b/ci4/app/Controllers/Presupuestos/Dipticos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Espiraltapablanda.php b/ci4/app/Controllers/Presupuestos/Espiraltapablanda.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Espiraltapadura.php b/ci4/app/Controllers/Presupuestos/Espiraltapadura.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Estuches.php b/ci4/app/Controllers/Presupuestos/Estuches.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Flyers.php b/ci4/app/Controllers/Presupuestos/Flyers.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Fresadotapablanda.php b/ci4/app/Controllers/Presupuestos/Fresadotapablanda.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Fresadotapadura.php b/ci4/app/Controllers/Presupuestos/Fresadotapadura.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Grapados.php b/ci4/app/Controllers/Presupuestos/Grapados.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Invitaciones.php b/ci4/app/Controllers/Presupuestos/Invitaciones.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Marcapaginas.php b/ci4/app/Controllers/Presupuestos/Marcapaginas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/PresupuestoAcabados.php b/ci4/app/Controllers/Presupuestos/PresupuestoAcabados.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/PresupuestoEncuadernaciones.php b/ci4/app/Controllers/Presupuestos/PresupuestoEncuadernaciones.php deleted file mode 100644 index c7a7687c..00000000 --- a/ci4/app/Controllers/Presupuestos/PresupuestoEncuadernaciones.php +++ /dev/null @@ -1,119 +0,0 @@ -request->isAJAX()) { - $reqData = $this->request->getPost(); - if (!isset($reqData['draw']) || !isset($reqData['columns'])) { - $errstr = 'No data available in response to this specific request.'; - $response = $this->respond(Collection::datatable([], 0, 0, $errstr), 400, $errstr); - return $response; - } - $start = $reqData['start'] ?? 0; - $length = $reqData['length'] ?? 5; - $requestedOrder = $reqData['order']['0']['column'] ?? 1; - $order = PresupuestoEncuadernacionesModel::SORTABLE[$requestedOrder >= 0 ? $requestedOrder : 1]; - $dir = $reqData['order']['0']['dir'] ?? 'asc'; - - $id_P = $reqData['id_presupuesto'] ?? -1; - - $resourceData = $this->model->getResource($id_P)->orderBy($order, $dir)->limit($length, $start)->get()->getResultObject(); - - return $this->respond(Collection::datatable( - $resourceData, - $this->model->getResource()->countAllResults(), - $this->model->getResource($id_P)->countAllResults() - )); - } else { - return $this->failUnauthorized('Invalid request', 403); - } - } - - public function datatable_editor() { - if ($this->request->isAJAX()) { - - include(APPPATH . "ThirdParty/DatatablesEditor/DataTables.php"); - - // Build our Editor instance and process the data coming from _POST - $response = Editor::inst( $db, 'presupuesto_acabados' ) - ->fields( - Field::inst( 'tarifa_encuadernado_id' ) - ->validator( 'Validate::notEmpty',array( - 'message' => 'Selecciones servicios de acabado' ) - ), - Field::inst( 'precio_unidad' ) - ->validator( 'Validate::notEmpty',array( - 'message' => 'Falta precio unitario' ) - ), - Field::inst( 'precio_total' ) - ->validator( 'Validate::notEmpty',array( - 'message' => 'Falta precio total' ) - ), - - Field::inst( 'presupuesto_id' ), - - ) - ->validator( function($editor, $action, $data){ - if ($action === Editor::ACTION_CREATE || $action === Editor::ACTION_EDIT){ - //return $response; - /*foreach ($data['data'] as $pkey => $values ){ - // No se pueden duplicar valores al crear o al editar - if (!empty($response)){ - return $response; - } - }*/ - } - }) - ->debug(true) - ->process( $_POST ) - ->data(); - - $newTokenHash = csrf_hash(); - $csrfTokenName = csrf_token(); - - $response[$csrfTokenName] = $newTokenHash; - - echo json_encode($response); - - } else { - return $this->failUnauthorized('Invalid request', 403); - } - } - - - -} diff --git a/ci4/app/Controllers/Presupuestos/PresupuestoManipulados.php b/ci4/app/Controllers/Presupuestos/PresupuestoManipulados.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/PresupuestoPreimpresiones.php b/ci4/app/Controllers/Presupuestos/PresupuestoPreimpresiones.php old mode 100644 new mode 100755 index dfd9a7f3..7142c642 --- a/ci4/app/Controllers/Presupuestos/PresupuestoPreimpresiones.php +++ b/ci4/app/Controllers/Presupuestos/PresupuestoPreimpresiones.php @@ -49,7 +49,7 @@ class PresupuestoPreimpresiones extends \App\Controllers\GoBaseResourceControlle $id_P = $reqData['id_presupuesto'] ?? -1; - $resourceData = $this->model->getResource($id_P)->orderBy($order, $dir)->limit($length, $start)->get()->getResultObject(); + $resourceData = $this->model->getResource($id_P)->orderBy($order, $dir)->limit(50, $start)->get()->getResultObject(); return $this->respond(Collection::datatable( $resourceData, diff --git a/ci4/app/Controllers/Presupuestos/Presupuestoencuadernaciones.php b/ci4/app/Controllers/Presupuestos/Presupuestoencuadernaciones.php new file mode 100755 index 00000000..7e030ca7 --- /dev/null +++ b/ci4/app/Controllers/Presupuestos/Presupuestoencuadernaciones.php @@ -0,0 +1,146 @@ +request->getJSON(); + $tarifas = array_column($postData->datos, 'tarifa_id'); + if(count($tarifas)>0){ + $this->model->deleteServiciosNotInArray($requestedId, $tarifas); + } + else{ + $this->model->deleteAllServicios($requestedId); + } + + $this->model->updateTarifas($requestedId, $postData->datos); + + $newTokenHash = csrf_hash(); + $csrfTokenName = csrf_token(); + $data = [ + $csrfTokenName => $newTokenHash + ]; + + return $this->respond($data); + } + + + public function datatable() + { + if ($this->request->isAJAX()) { + $reqData = $this->request->getPost(); + $tipo = $reqData['tipo'] ?? null; + if(is_null($tipo) || $tipo=='tarifa'){ + $tarifa_encuadernacion_id = $reqData['tarifa_encuadernacion_id'] ?? 0; + $proveedor_id = $reqData['proveedor_id'] ?? 0; + } + else{ + $solapas = $reqData['solapas'] ?? -1; + } + $paginas = $reqData['paginas'] ?? 0; + $tirada = $reqData['tirada'] ?? 0; + $ancho = $reqData['ancho'] ?? 0; + $alto = $reqData['alto'] ?? 0; + + $POD = $reqData['POD'] ?? 0; + + $newTokenHash = csrf_hash(); + $csrfTokenName = csrf_token(); + + if(is_null($tipo)) + $values = $this->model->getPrecioTarifa($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto, $proveedor_id, $POD); + else if($tipo=='tarifa') + $values = $this->model->getPrecioTarifa($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto, -1, $POD); + else + $values = $this->model->initPresupuesto(4, $solapas, $tirada, $paginas, $ancho, $alto, $POD); + $data = [ + 'values' => $values, + $csrfTokenName => $newTokenHash + ]; + + return $this->respond($data); + + + } else { + return $this->failUnauthorized('Invalid request', 403); + } + } + + + public function menuItems() + { + if ($this->request->isAJAX()) { + + $reqData = $this->request->getPost(); + try{ + + $tarifa_id = $reqData['tarifa_id'] ?? -1; + $paginas = $reqData['paginas'] ?? 0; + $tirada = $reqData['tirada'] ?? 0; + $ancho = $reqData['ancho'] ?? 0; + $alto = $reqData['alto'] ?? 0; + //$searchStr = goSanitize($this->request->getPost('searchTerm'))[0]; + + $newTokenHash = csrf_hash(); + $csrfTokenName = csrf_token(); + + $menu = $this->model->getProveedoresForSelector($tarifa_id, $paginas, $tirada, $ancho, $alto); + + $data = [ + 'menu' => $menu, + $csrfTokenName => $newTokenHash + ]; + + } + catch(Exception $e){ + $data = [ + 'error' => $e, + $csrfTokenName => $newTokenHash + ]; + } + finally{ + return $this->respond($data); + } + + } else { + return $this->failUnauthorized('Invalid request', 403); + } + } + + +} diff --git a/ci4/app/Controllers/Presupuestos/Presupuestomaquetacion.php b/ci4/app/Controllers/Presupuestos/Presupuestomaquetacion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Tarjetascomerciales.php b/ci4/app/Controllers/Presupuestos/Tarjetascomerciales.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Tripticos.php b/ci4/app/Controllers/Presupuestos/Tripticos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Wireotapablanda.php b/ci4/app/Controllers/Presupuestos/Wireotapablanda.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Presupuestos/Wireotapadura.php b/ci4/app/Controllers/Presupuestos/Wireotapadura.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Produccion/Ordenmaquina.php b/ci4/app/Controllers/Produccion/Ordenmaquina.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Produccion/Ordentrabajo.php b/ci4/app/Controllers/Produccion/Ordentrabajo.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Produccion/Ordentrabajomaquetacion.php b/ci4/app/Controllers/Produccion/Ordentrabajomaquetacion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Produccion/Pedidoproduccion.php b/ci4/app/Controllers/Produccion/Pedidoproduccion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Profile.php b/ci4/app/Controllers/Profile.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Servicios/Compras.php b/ci4/app/Controllers/Servicios/Compras.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Servicios/Digitalizacion.php b/ci4/app/Controllers/Servicios/Digitalizacion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Servicios/Impresion.php b/ci4/app/Controllers/Servicios/Impresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Servicios/Maquetacion.php b/ci4/app/Controllers/Servicios/Maquetacion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Servicios/Mensajes.php b/ci4/app/Controllers/Servicios/Mensajes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Servicios/Productos.php b/ci4/app/Controllers/Servicios/Productos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Servicios/Proveedor.php b/ci4/app/Controllers/Servicios/Proveedor.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Settings.php b/ci4/app/Controllers/Settings.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifaacabado.php b/ci4/app/Controllers/Tarifas/Tarifaacabado.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifaacabadolineas.php b/ci4/app/Controllers/Tarifas/Tarifaacabadolineas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifaencuadernacionlineas.php b/ci4/app/Controllers/Tarifas/Tarifaencuadernacionlineas.php old mode 100644 new mode 100755 index 416776b0..a177b825 --- a/ci4/app/Controllers/Tarifas/Tarifaencuadernacionlineas.php +++ b/ci4/app/Controllers/Tarifas/Tarifaencuadernacionlineas.php @@ -83,7 +83,6 @@ class Tarifaencuadernacionlineas extends \App\Controllers\GoBaseResourceControll $sanitizedData = $this->sanitized($postData, $nullIfEmpty); - $noException = true; if ($successfulResult = $this->canValidate()) : // if ($successfulResult = $this->validate($this->formValidationRules) ) : @@ -156,7 +155,6 @@ class Tarifaencuadernacionlineas extends \App\Controllers\GoBaseResourceControll $sanitizedData = $this->sanitized($postData, $nullIfEmpty); - $noException = true; if ($successfulResult = $this->canValidate()) : // if ($successfulResult = $this->validate($this->formValidationRules) ) : @@ -257,6 +255,7 @@ class Tarifaencuadernacionlineas extends \App\Controllers\GoBaseResourceControll Field::inst('updated_at'), Field::inst('is_deleted'), Field::inst('deleted_at'), + Field::inst('dimensiones_id'), ) ->validator(function ($editor, $action, $data) { @@ -266,6 +265,7 @@ class Tarifaencuadernacionlineas extends \App\Controllers\GoBaseResourceControll if ($data['data'][$pkey]['is_deleted'] != 1) { $process_data['paginas_libro_min'] = $data['data'][$pkey]['paginas_libro_min']; $process_data['paginas_libro_max'] = $data['data'][$pkey]['paginas_libro_max']; + $process_data['dimensiones_id'] = $data['data'][$pkey]['dimensiones_id']; $response = $this->model->checkIntervals($process_data, $pkey, $data['data'][$pkey]['tirada_encuadernacion_id']); // No se pueden duplicar valores al crear o al editar if (!empty($response)) { diff --git a/ci4/app/Controllers/Tarifas/Tarifaencuadernaciontiradas.php b/ci4/app/Controllers/Tarifas/Tarifaencuadernaciontiradas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifaimpresion.php b/ci4/app/Controllers/Tarifas/Tarifaimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifamanipuladolineas.php b/ci4/app/Controllers/Tarifas/Tarifamanipuladolineas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifapapelcompra.php b/ci4/app/Controllers/Tarifas/Tarifapapelcompra.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifapapeldefecto.php b/ci4/app/Controllers/Tarifas/Tarifapapeldefecto.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifapreimpresion.php b/ci4/app/Controllers/Tarifas/Tarifapreimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifasencuadernacion.php b/ci4/app/Controllers/Tarifas/Tarifasencuadernacion.php old mode 100644 new mode 100755 index 96665d10..39416789 --- a/ci4/app/Controllers/Tarifas/Tarifasencuadernacion.php +++ b/ci4/app/Controllers/Tarifas/Tarifasencuadernacion.php @@ -10,6 +10,7 @@ use App\Entities\Tarifas\TarifaEncuadernacionEntity; use App\Models\Tarifas\TarifaEncuadernacionModel; use App\Models\Compras\ProveedorModel; use App\Models\Compras\ProveedorTipoModel; +use App\Models\Tarifas\TarifaEncuadernacionDimensionesModel; class Tarifasencuadernacion extends \App\Controllers\GoBaseResourceController @@ -176,6 +177,15 @@ class Tarifasencuadernacion extends \App\Controllers\GoBaseResourceController if ($this->request->getPost('mostrar_en_presupuesto') == null) { $sanitizedData['mostrar_en_presupuesto'] = false; } + + if ($this->request->getPost('tipo_encuadernacion') == null) { + $sanitizedData['tipo_encuadernacion'] = false; + } + + if ($this->request->getPost('servicio_encuadernacion') == null) { + $sanitizedData['servicio_encuadernacion'] = false; + } + $noException = true; if ($successfulResult = $this->canValidate()) : // if ($successfulResult = $this->validate($this->formValidationRules) ) : @@ -221,6 +231,7 @@ class Tarifasencuadernacion extends \App\Controllers\GoBaseResourceController //JJO $this->viewData['proveedores'] = $this->getProveedores(); + $this->viewData['dimensiones'] = $this->getDimensiones(); return $this->displayForm(__METHOD__, $id); } // end function edit(...) @@ -311,4 +322,14 @@ class Tarifasencuadernacion extends \App\Controllers\GoBaseResourceController $tipoId = $provTipoModel->getTipoId("Encuadernacion"); return $provModel->getProvList($tipoId); } + + private function getDimensiones(){ + $dimensionModel = new TarifaEncuadernacionDimensionesModel(); + + $dimensiones = $dimensionModel->getDimensiones(); + foreach($dimensiones as $dim){ + $dim->label= lang("TarifaEncuadernacionLineas." . $dim->label); + } + return $dimensiones; + } } diff --git a/ci4/app/Controllers/Tarifas/Tarifasenvios.php b/ci4/app/Controllers/Tarifas/Tarifasenvios.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifasenviosprecios.php b/ci4/app/Controllers/Tarifas/Tarifasenviosprecios.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifasenvioszonas.php b/ci4/app/Controllers/Tarifas/Tarifasenvioszonas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Tarifas/Tarifasmanipulado.php b/ci4/app/Controllers/Tarifas/Tarifasmanipulado.php old mode 100644 new mode 100755 diff --git a/ci4/app/Controllers/Test.php b/ci4/app/Controllers/Test.php old mode 100644 new mode 100755 index 66a1e000..88f2db03 --- a/ci4/app/Controllers/Test.php +++ b/ci4/app/Controllers/Test.php @@ -17,9 +17,55 @@ class Test extends BaseController public function index() { - $this->getLP(); + echo '
';
+        //var_dump($this->get_precio_tarifa(18,200,110,150,210, 115, 30));
+        
+        //$model = model('App\Models\Configuracion\ConfiguracionSistemaModel');
+        //var_dump($this->init_presupuesto_encuadernacion(4, 1, 300, 100, 150, 210, 30) );
+
+        var_dump($this->get_tarifa_enc(18, 200, 110, 150, 210));
+        echo '
'; } + + public function init_presupuesto_encuadernacion($tipo_presupuesto, $solapas, $paginas, $tirada, $ancho, $alto, $POD){ + $model = model('App\Models\Presupuestos\PresupuestoEncuadernacionesModel'); + return $model->initPresupuesto($tipo_presupuesto, $solapas, $paginas, $tirada, $ancho, $alto, $POD); + } + + public function get_precio_tarifa($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto, $proveedor_id, $POD){ + $model = model('App\Models\Presupuestos\PresupuestoEncuadernacionesModel'); + return $model->getPrecioTarifa($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto, $proveedor_id, $POD); + } + + + public function get_tarifa_enc($tarifa_id, $paginas, $tirada, $ancho, $alto){ + $model = model('App\Models\Tarifas\TarifaEncuadernacionModel'); + return $model->getTarifaPresupuestoEncuadernacion($tarifa_id, $paginas, $tirada, $ancho, $alto); + } + + public function getProveedoresForSelector_enc($tarifa_id, $paginas, $tirada, $ancho, $alto){ + $model = model('App\Models\Presupuestos\PresupuestoEncuadernacionesModel'); + return $model->getProveedoresForSelector($tarifa_id, $paginas, $tirada, $ancho, $alto); + } + + public function get_dimensiones_enc(){ + $dimensionModel = model('App\Models\Tarifas\TarifaEncuadernacionDimensionesModel'); + + $dimensiones = $dimensionModel->getDimensiones(); + var_dump($dimensiones); + foreach($dimensiones as $dim){ + $dim->label= lang("TarifaEncuadernacionLineas." . $dim->label); + } + var_dump($dimensiones); + } + + + public function get_tarifas_encuadernacion($tipo_presupuesto, $solapas){ + $model = model('App\Models\Presupuestos\TipoPresupuestoTarifaEncuadernacionModel'); + return $model->get_tarifas($tipo_presupuesto,$solapas); + } + public function timeToSeconds(){ $time = '99:59:59'; @@ -34,8 +80,8 @@ class Test extends BaseController $papel_imp_model = model('App\Models\Configuracion\PapelImpresionModel'); $maquina_model = model('App\Models\Configuracion\MaquinaModel'); foreach($data as $linea){ - $linea->papel_impresion_id = $papel_imp_model->getValue_Nombre($linea->papel_impresion_id)[0]; - $linea->maquina_id = $maquina_model->getValue_Nombre($linea->maquina_id)[0]; + //$linea->papel_impresion_id = $papel_imp_model->getValue_Nombre($linea->papel_impresion_id)[0]; + //$linea->maquina_id = $maquina_model->getValue_Nombre($linea->maquina_id)[0]; var_dump($linea->papel_impresion_id); var_dump($linea->maquina_id); } diff --git a/ci4/app/Controllers/Viewmode.php b/ci4/app/Controllers/Viewmode.php old mode 100644 new mode 100755 diff --git a/ci4/app/Database/Migrations/.gitkeep b/ci4/app/Database/Migrations/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/Database/Migrations/2023-04-22-074343_ChangeTablesNames.php b/ci4/app/Database/Migrations/2023-04-22-074343_ChangeTablesNames.php old mode 100644 new mode 100755 diff --git a/ci4/app/Database/Migrations/2023-04-22-083118_CreateGroupUserTable.php b/ci4/app/Database/Migrations/2023-04-22-083118_CreateGroupUserTable.php old mode 100644 new mode 100755 diff --git a/ci4/app/Database/Migrations/2023-04-25-161753_RemoveGroupFromUser.php b/ci4/app/Database/Migrations/2023-04-25-161753_RemoveGroupFromUser.php old mode 100644 new mode 100755 diff --git a/ci4/app/Database/Migrations/2023_03_27_185500_DeleteOauthTables.php b/ci4/app/Database/Migrations/2023_03_27_185500_DeleteOauthTables.php old mode 100644 new mode 100755 diff --git a/ci4/app/Database/Migrations/2023_03_28_200000_DeleteSMSColumns.php b/ci4/app/Database/Migrations/2023_03_28_200000_DeleteSMSColumns.php old mode 100644 new mode 100755 diff --git a/ci4/app/Database/Seeds/.gitkeep b/ci4/app/Database/Seeds/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Clientes/ClienteContactoEntity.php b/ci4/app/Entities/Clientes/ClienteContactoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Clientes/ClienteDistribuidorEntity.php b/ci4/app/Entities/Clientes/ClienteDistribuidorEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Clientes/ClienteEntity.php b/ci4/app/Entities/Clientes/ClienteEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Compras/ProveedorEntity.php b/ci4/app/Entities/Compras/ProveedorEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Compras/ProveedorTipoEntity.php b/ci4/app/Entities/Compras/ProveedorTipoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/ComunidadAutonomaEntity.php b/ci4/app/Entities/Configuracion/ComunidadAutonomaEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/ComunidadesAutonomasEntity.php b/ci4/app/Entities/Configuracion/ComunidadesAutonomasEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/ConfiguracionSistemaEntity.php b/ci4/app/Entities/Configuracion/ConfiguracionSistemaEntity.php new file mode 100755 index 00000000..a89d0483 --- /dev/null +++ b/ci4/app/Entities/Configuracion/ConfiguracionSistemaEntity.php @@ -0,0 +1,17 @@ + null, + "var_name" => null, + "value" => null, + "datatype" => null, + + ]; + protected $casts = [ + ]; +} diff --git a/ci4/app/Entities/Configuracion/FormaPagoEntity.php b/ci4/app/Entities/Configuracion/FormaPagoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/Imposicion.php b/ci4/app/Entities/Configuracion/Imposicion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/Maquina.php b/ci4/app/Entities/Configuracion/Maquina.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/MaquinasCallesEntity.php b/ci4/app/Entities/Configuracion/MaquinasCallesEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/MaquinasDefectoEntity.php b/ci4/app/Entities/Configuracion/MaquinasDefectoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/MaquinasPapelesImpresionEntity.php b/ci4/app/Entities/Configuracion/MaquinasPapelesImpresionEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/MaquinasTarifasImpresionEntity.php b/ci4/app/Entities/Configuracion/MaquinasTarifasImpresionEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/Pais.php b/ci4/app/Entities/Configuracion/Pais.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/PaisEntity.php b/ci4/app/Entities/Configuracion/PaisEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/PapelFormatoEntity.php b/ci4/app/Entities/Configuracion/PapelFormatoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/PapelGenerico.php b/ci4/app/Entities/Configuracion/PapelGenerico.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/PapelImpresion.php b/ci4/app/Entities/Configuracion/PapelImpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/PapelImpresionMargen.php b/ci4/app/Entities/Configuracion/PapelImpresionMargen.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/PapelImpresionTipologia.php b/ci4/app/Entities/Configuracion/PapelImpresionTipologia.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/ProvinciaEntity.php b/ci4/app/Entities/Configuracion/ProvinciaEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Configuracion/TipologiasEntity.php b/ci4/app/Entities/Configuracion/TipologiasEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/GoBaseEntity.php b/ci4/app/Entities/GoBaseEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/PresupuestoAcabadosEntity.php b/ci4/app/Entities/Presupuestos/PresupuestoAcabadosEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/PresupuestoEncuadernacionesEntity.php b/ci4/app/Entities/Presupuestos/PresupuestoEncuadernacionesEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/PresupuestoEntity.php b/ci4/app/Entities/Presupuestos/PresupuestoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/PresupuestoEstadoEntity.php b/ci4/app/Entities/Presupuestos/PresupuestoEstadoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/PresupuestoLineaEntity.php b/ci4/app/Entities/Presupuestos/PresupuestoLineaEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/PresupuestoManipuladosEntity.php b/ci4/app/Entities/Presupuestos/PresupuestoManipuladosEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/PresupuestoPreimpresionesEntity.php b/ci4/app/Entities/Presupuestos/PresupuestoPreimpresionesEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Presupuestos/TipoPresupuestoTarifaEncuadernacion.php b/ci4/app/Entities/Presupuestos/TipoPresupuestoTarifaEncuadernacion.php new file mode 100755 index 00000000..9fedb453 --- /dev/null +++ b/ci4/app/Entities/Presupuestos/TipoPresupuestoTarifaEncuadernacion.php @@ -0,0 +1,24 @@ + null, + "tipo_presupuesto_id" => null, + "tarifa_encuadernacion_id" => null, + "solapas" => null, + "is_deleted" => 0, + "deleted_at" => null, + "created_at" => null, + "updated_at" => null, + ]; + protected $casts = [ + "tipo_presupuesto_id" => "int", + "tarifa_encuadernacion_id" => "int", + "solapas" => "int", + "is_deleted" => "int", + ]; +} diff --git a/ci4/app/Entities/Tarifas/TarifaAcabadoLinea.php b/ci4/app/Entities/Tarifas/TarifaAcabadoLinea.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaEncuadernacionDimensionesEntity.php b/ci4/app/Entities/Tarifas/TarifaEncuadernacionDimensionesEntity.php new file mode 100755 index 00000000..a16f6573 --- /dev/null +++ b/ci4/app/Entities/Tarifas/TarifaEncuadernacionDimensionesEntity.php @@ -0,0 +1,24 @@ + null, + "keyword" => "", + "descripcion" => "", + "ancho_min" => 0, + "ancho_max" => 0, + "alto_min" => 0, + "alto_max" => 0, + ]; + protected $casts = [ + "id" => "int", + "ancho_min" => "float", + "ancho_max" => "float", + "alto_min" => "float", + "alto_max" => "float", + ]; +} diff --git a/ci4/app/Entities/Tarifas/TarifaEncuadernacionEntity.php b/ci4/app/Entities/Tarifas/TarifaEncuadernacionEntity.php old mode 100644 new mode 100755 index 9fa7fb51..f3c2f738 --- a/ci4/app/Entities/Tarifas/TarifaEncuadernacionEntity.php +++ b/ci4/app/Entities/Tarifas/TarifaEncuadernacionEntity.php @@ -12,6 +12,8 @@ class TarifaEncuadernacionEntity extends \CodeIgniter\Entity\Entity "precio_min" => 0, "importe_fijo" => 0, "mostrar_en_presupuesto" => 1, + "tipo_encuadernacion" => 0, + "servicio_encuadernacion" => 0, "user_created_id" => 0, "user_updated_id" => 0, "is_deleted" => 0, @@ -23,6 +25,8 @@ class TarifaEncuadernacionEntity extends \CodeIgniter\Entity\Entity "precio_min" => "float", "importe_fijo" => "float", "mostrar_en_presupuesto" => "int", + "tipo_encuadernacion" => "int", + "servicio_encuadernacion" => "int", "user_created_id" => "int", "user_updated_id" => "int", "is_deleted" => "int", diff --git a/ci4/app/Entities/Tarifas/TarifaEncuadernacionLinea.php b/ci4/app/Entities/Tarifas/TarifaEncuadernacionLinea.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaEncuadernacionTirada.php b/ci4/app/Entities/Tarifas/TarifaEncuadernacionTirada.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaEnvioEntity.php b/ci4/app/Entities/Tarifas/TarifaEnvioEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaEnvioPrecioEntity.php b/ci4/app/Entities/Tarifas/TarifaEnvioPrecioEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaEnvioZonaEntity.php b/ci4/app/Entities/Tarifas/TarifaEnvioZonaEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaManipuladoEntity.php b/ci4/app/Entities/Tarifas/TarifaManipuladoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaManipuladoLinea.php b/ci4/app/Entities/Tarifas/TarifaManipuladoLinea.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifaacabadoEntity.php b/ci4/app/Entities/Tarifas/TarifaacabadoEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Tarifas/TarifapreimpresionEntity.php b/ci4/app/Entities/Tarifas/TarifapreimpresionEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Usuarios/UserEntity.php b/ci4/app/Entities/Usuarios/UserEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Entities/Usuarios/UserGroupEntity.php b/ci4/app/Entities/Usuarios/UserGroupEntity.php old mode 100644 new mode 100755 diff --git a/ci4/app/Filters/.gitkeep b/ci4/app/Filters/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/Filters/JWTAuthFilter.php b/ci4/app/Filters/JWTAuthFilter.php old mode 100644 new mode 100755 diff --git a/ci4/app/Filters/LoginAuthFilter.php b/ci4/app/Filters/LoginAuthFilter.php old mode 100644 new mode 100755 diff --git a/ci4/app/Filters/ThrottlerFilter.php b/ci4/app/Filters/ThrottlerFilter.php old mode 100644 new mode 100755 diff --git a/ci4/app/Helpers/.gitkeep b/ci4/app/Helpers/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/Helpers/general_helper.php b/ci4/app/Helpers/general_helper.php old mode 100644 new mode 100755 diff --git a/ci4/app/Helpers/go_common_helper.php b/ci4/app/Helpers/go_common_helper.php old mode 100644 new mode 100755 diff --git a/ci4/app/Helpers/jwt_helper.php b/ci4/app/Helpers/jwt_helper.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/.gitkeep b/ci4/app/Language/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/App.php b/ci4/app/Language/en/App.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Basic.php b/ci4/app/Language/en/Basic.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/ClienteContactos.php b/ci4/app/Language/en/ClienteContactos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/ClienteDistribuidores.php b/ci4/app/Language/en/ClienteDistribuidores.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Clientes.php b/ci4/app/Language/en/Clientes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/ComunidadesAutonomas.php b/ci4/app/Language/en/ComunidadesAutonomas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/FormasPagoes.php b/ci4/app/Language/en/FormasPagoes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Group.php b/ci4/app/Language/en/Group.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/ImpresionTipologias.php b/ci4/app/Language/en/ImpresionTipologias.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Maquinas.php b/ci4/app/Language/en/Maquinas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/MaquinasCalles.php b/ci4/app/Language/en/MaquinasCalles.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/MaquinasPapelImpresion.php b/ci4/app/Language/en/MaquinasPapelImpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/MaquinasPorDefecto.php b/ci4/app/Language/en/MaquinasPorDefecto.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/MaquinasTarifasImpresions.php b/ci4/app/Language/en/MaquinasTarifasImpresions.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Paises.php b/ci4/app/Language/en/Paises.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/PapelGenerico.php b/ci4/app/Language/en/PapelGenerico.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/PapelImpresion.php b/ci4/app/Language/en/PapelImpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/PapelImpresionMargenes.php b/ci4/app/Language/en/PapelImpresionMargenes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Presupuestos.php b/ci4/app/Language/en/Presupuestos.php old mode 100644 new mode 100755 index aa954702..ac35c39d --- a/ci4/app/Language/en/Presupuestos.php +++ b/ci4/app/Language/en/Presupuestos.php @@ -13,7 +13,7 @@ return [ 'datosServicios' => 'Other Services', 'datosPresupuestoCliente' => 'Client budget data (comparator)', - 'id' => 'Budget Number', + 'id' => 'ID', 'created_at' => 'Date', 'clienteId' => 'Cliend', 'comercial' => 'Sales agent', @@ -142,6 +142,8 @@ return [ 'addLineaPresupuesto' => 'Add line...', + 'serviciosEncDefault' => 'Default binding services', + 'validation' => [ 'decimal' => 'The {field} field must contain a decimal number.', 'integer' => 'The {field} field must contain an integer.', diff --git a/ci4/app/Language/en/Proveedores.php b/ci4/app/Language/en/Proveedores.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Provincias.php b/ci4/app/Language/en/Provincias.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/TarifaAcabadoLineas.php b/ci4/app/Language/en/TarifaAcabadoLineas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/TarifaEncuadernacionLineas.php b/ci4/app/Language/en/TarifaEncuadernacionLineas.php old mode 100644 new mode 100755 index 9194f806..47ae5942 --- a/ci4/app/Language/en/TarifaEncuadernacionLineas.php +++ b/ci4/app/Language/en/TarifaEncuadernacionLineas.php @@ -11,6 +11,11 @@ return [ 'precioUnidad' => 'Price Unit', 'paginasMax' => 'Max Pages', 'paginasMin' => 'Min Pages', + 'dimensiones' => 'Dimensions', + 'menor_a5' =>'Less than A5', + 'entre_a5_a4' =>'Between A5 and A4', + 'mayor_a4' =>'Greater than A4', + 'por_defecto' =>'Generic', 'moduleExplanation' => 'The number of pages indicated in this section refers per copy, not to the total of the order.', 'margen' => 'Margin', 'validation' => [ diff --git a/ci4/app/Language/en/TarifaEncuadernacionTiradas.php b/ci4/app/Language/en/TarifaEncuadernacionTiradas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/TarifaManipuladoLineas.php b/ci4/app/Language/en/TarifaManipuladoLineas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Tarifaacabado.php b/ci4/app/Language/en/Tarifaacabado.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Tarifaencuadernacion.php b/ci4/app/Language/en/Tarifaencuadernacion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Tarifamanipulado.php b/ci4/app/Language/en/Tarifamanipulado.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Tarifapreimpresion.php b/ci4/app/Language/en/Tarifapreimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/TarifasEnvios.php b/ci4/app/Language/en/TarifasEnvios.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/TarifasEnviosPrecios.php b/ci4/app/Language/en/TarifasEnviosPrecios.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/TarifasEnviosZonas.php b/ci4/app/Language/en/TarifasEnviosZonas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/TipologiasLibros.php b/ci4/app/Language/en/TipologiasLibros.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Users.php b/ci4/app/Language/en/Users.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/en/Validation.php b/ci4/app/Language/en/Validation.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/App.php b/ci4/app/Language/es/App.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Basic.php b/ci4/app/Language/es/Basic.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/ClienteContactos.php b/ci4/app/Language/es/ClienteContactos.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/ClienteDistribuidores.php b/ci4/app/Language/es/ClienteDistribuidores.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Clientes.php b/ci4/app/Language/es/Clientes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/ComunidadesAutonomas.php b/ci4/app/Language/es/ComunidadesAutonomas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/FormasPago.php b/ci4/app/Language/es/FormasPago.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Group.php b/ci4/app/Language/es/Group.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/ImpresionTipologias.php b/ci4/app/Language/es/ImpresionTipologias.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Maquinas.php b/ci4/app/Language/es/Maquinas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/MaquinasCalles.php b/ci4/app/Language/es/MaquinasCalles.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/MaquinasPapelImpresion.php b/ci4/app/Language/es/MaquinasPapelImpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/MaquinasPorDefecto.php b/ci4/app/Language/es/MaquinasPorDefecto.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/MaquinasTarifasImpresions.php b/ci4/app/Language/es/MaquinasTarifasImpresions.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Paises.php b/ci4/app/Language/es/Paises.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/PapelGenerico.php b/ci4/app/Language/es/PapelGenerico.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/PapelImpresion.php b/ci4/app/Language/es/PapelImpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/PapelImpresionMargenes.php b/ci4/app/Language/es/PapelImpresionMargenes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Presupuestos.php b/ci4/app/Language/es/Presupuestos.php old mode 100644 new mode 100755 index f233802d..685f1b3a --- a/ci4/app/Language/es/Presupuestos.php +++ b/ci4/app/Language/es/Presupuestos.php @@ -12,7 +12,7 @@ return [ 'datosServicios' => 'Otros Servicios', 'datosPresupuestoCliente' => 'Datos presupuesto cliente (comparador)', - 'id' => 'Número Presupuesto', + 'id' => 'ID', 'created_at' => 'Fecha', 'clienteId' => 'Cliente', 'comercial' => 'Comercial', @@ -150,7 +150,9 @@ return [ 'servicioAcabado' => 'Servicio de acabado', 'servicioPreimpresion' => 'Servicio de preimpresión', - 'servicioEncuadernado' => 'Servicio de encuadernado', + 'servicioEncuadernado' => 'Servicio de encuadernación', + 'servicioEncuadernadoList' => 'Servicios de encuadernación', + 'servicioManipulado' => 'Servicio de manipulado', 'comentarios' => 'Comentarios', 'comentariosCliente' => 'Comentarios cliente', @@ -167,6 +169,10 @@ return [ // Servicios 'precioUnidad' => 'Precio unitario', 'precioTotal' => 'Precio total', + 'serviciosEncDefault' => 'Servicios Enc. por defecto', + 'tarifa' => 'Tarifa', + 'insertar' => 'Insertar', + 'no_disponible' => 'No disponible', 'validation' => [ @@ -182,6 +188,7 @@ return [ 'dimension' => 'La dimensión del libro tiene que ser mayor que 60mm', 'lineaDuplicada' => 'Ya existe ese tipo de linea en el presupuesto', 'errorRotColor' => 'Papeles y gramajes deben ser iguales en color y BN', + 'error_servicios_anadidos' => 'Hay servicios sin datos' ], diff --git a/ci4/app/Language/es/Proveedores.php b/ci4/app/Language/es/Proveedores.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Provincias.php b/ci4/app/Language/es/Provincias.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/TarifaAcabadoLineas.php b/ci4/app/Language/es/TarifaAcabadoLineas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/TarifaEncuadernacionLineas.php b/ci4/app/Language/es/TarifaEncuadernacionLineas.php old mode 100644 new mode 100755 index 48ee2062..3f79e50e --- a/ci4/app/Language/es/TarifaEncuadernacionLineas.php +++ b/ci4/app/Language/es/TarifaEncuadernacionLineas.php @@ -13,6 +13,11 @@ return [ 'precioUnidad' => 'Precio Unidad', 'paginasMax' => 'Páginas Max', 'paginasMin' => 'Páginas Min', + 'dimensiones' => 'Dimensiones', + 'menor_a5' =>'Menor A5', + 'entre_a5_a4' =>'Entre A5 y A4', + 'mayor_a4' =>'Mayor A4', + 'por_defecto' =>'Genérico', 'moduleExplanation' => 'El número de páginas reflejado en este apartado se refiere por ejemplar, no al total del pedido', 'margen' => 'Margen', 'validation' => [ diff --git a/ci4/app/Language/es/TarifaEncuadernacionTiradas.php b/ci4/app/Language/es/TarifaEncuadernacionTiradas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/TarifaManipuladoLineas.php b/ci4/app/Language/es/TarifaManipuladoLineas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Tarifaacabado.php b/ci4/app/Language/es/Tarifaacabado.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Tarifaencuadernacion.php b/ci4/app/Language/es/Tarifaencuadernacion.php old mode 100644 new mode 100755 index 8b3aa73b..0fcb2bd7 --- a/ci4/app/Language/es/Tarifaencuadernacion.php +++ b/ci4/app/Language/es/Tarifaencuadernacion.php @@ -19,6 +19,8 @@ return [ 'tiradaMax' => 'Tirada Max', 'tiradaMin' => 'Tirada Min', 'mostrar_en_presupuesto' => 'Mostrar en presupuesto', + 'tipo_encuadernacion' => 'Tipo encuardernación', + 'servicio_encuadernacion' => 'Servicio encuardernación', 'updatedAt' => 'Actualizado en', 'userCreatedId' => 'ID Usuario \"Creado en\"', 'userUpdateId' => 'ID Usuario \"Actualizado en\"', diff --git a/ci4/app/Language/es/Tarifamanipulado.php b/ci4/app/Language/es/Tarifamanipulado.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Tarifapreimpresion.php b/ci4/app/Language/es/Tarifapreimpresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/TarifasEnvios.php b/ci4/app/Language/es/TarifasEnvios.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/TarifasEnviosPrecios.php b/ci4/app/Language/es/TarifasEnviosPrecios.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/TarifasEnviosZonas.php b/ci4/app/Language/es/TarifasEnviosZonas.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/TipologiasLibros.php b/ci4/app/Language/es/TipologiasLibros.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Users.php b/ci4/app/Language/es/Users.php old mode 100644 new mode 100755 diff --git a/ci4/app/Language/es/Validation.php b/ci4/app/Language/es/Validation.php old mode 100644 new mode 100755 diff --git a/ci4/app/Libraries/.gitkeep b/ci4/app/Libraries/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/Libraries/Authenticator.php b/ci4/app/Libraries/Authenticator.php old mode 100644 new mode 100755 diff --git a/ci4/app/Libraries/PasswordHash.php b/ci4/app/Libraries/PasswordHash.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/.gitkeep b/ci4/app/Models/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/Models/ActivityModel.php b/ci4/app/Models/ActivityModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/BackupModel.php b/ci4/app/Models/BackupModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/BaseModel.php b/ci4/app/Models/BaseModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Clientes/ClienteContactoModel.php b/ci4/app/Models/Clientes/ClienteContactoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Clientes/ClienteDistribuidorModel.php b/ci4/app/Models/Clientes/ClienteDistribuidorModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Clientes/ClienteModel.php b/ci4/app/Models/Clientes/ClienteModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Collection.php b/ci4/app/Models/Collection.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Compras/ProveedorModel.php b/ci4/app/Models/Compras/ProveedorModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Compras/ProveedorTipoModel.php b/ci4/app/Models/Compras/ProveedorTipoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/ComunidadAutonomaModel.php b/ci4/app/Models/Configuracion/ComunidadAutonomaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/ComunidadesAutonomasModel.php b/ci4/app/Models/Configuracion/ComunidadesAutonomasModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/ConfiguracionSistemaModel.php b/ci4/app/Models/Configuracion/ConfiguracionSistemaModel.php new file mode 100755 index 00000000..2a8542b0 --- /dev/null +++ b/ci4/app/Models/Configuracion/ConfiguracionSistemaModel.php @@ -0,0 +1,37 @@ +db + ->table($this->table . " t1") + ->select( + '(SELECT CAST(t1.value AS INT)) AS POD', false) + ->where('t1.var_name', 'POD'); + + $POD = intval($builder->get()->getFirstRow()->POD); + return $POD; + } +} diff --git a/ci4/app/Models/Configuracion/FormaPagoModel.php b/ci4/app/Models/Configuracion/FormaPagoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/ImposicionModel.php b/ci4/app/Models/Configuracion/ImposicionModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/MaquinaModel.php b/ci4/app/Models/Configuracion/MaquinaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/MaquinasCallesModel.php b/ci4/app/Models/Configuracion/MaquinasCallesModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/MaquinasDefectoModel.php b/ci4/app/Models/Configuracion/MaquinasDefectoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/MaquinasPapelesImpresionModel.php b/ci4/app/Models/Configuracion/MaquinasPapelesImpresionModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/MaquinasTarifasImpresionModel.php b/ci4/app/Models/Configuracion/MaquinasTarifasImpresionModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/PaisModel.php b/ci4/app/Models/Configuracion/PaisModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/PapelFormatoModel.php b/ci4/app/Models/Configuracion/PapelFormatoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/PapelGenericoModel.php b/ci4/app/Models/Configuracion/PapelGenericoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/PapelImpresionMargenModel.php b/ci4/app/Models/Configuracion/PapelImpresionMargenModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/PapelImpresionModel.php b/ci4/app/Models/Configuracion/PapelImpresionModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/PapelImpresionTipologiaModel.php b/ci4/app/Models/Configuracion/PapelImpresionTipologiaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/ProvinciaModel.php b/ci4/app/Models/Configuracion/ProvinciaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Configuracion/TipologiasLibroModel.php b/ci4/app/Models/Configuracion/TipologiasLibroModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/ConfirmationTokenModel.php b/ci4/app/Models/ConfirmationTokenModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/CountriesModel.php b/ci4/app/Models/CountriesModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/CronTabModel.php b/ci4/app/Models/CronTabModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/CurrencyModel.php b/ci4/app/Models/CurrencyModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/GoBaseModel.php b/ci4/app/Models/GoBaseModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/NotificationModel.php b/ci4/app/Models/NotificationModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/PasswordRecoveryModel.php b/ci4/app/Models/PasswordRecoveryModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Presupuestos/PresupuestoAcabadosModel.php b/ci4/app/Models/Presupuestos/PresupuestoAcabadosModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Presupuestos/PresupuestoEncuadernacionesModel.php b/ci4/app/Models/Presupuestos/PresupuestoEncuadernacionesModel.php old mode 100644 new mode 100755 index 0ad3cf6e..0014d33f --- a/ci4/app/Models/Presupuestos/PresupuestoEncuadernacionesModel.php +++ b/ci4/app/Models/Presupuestos/PresupuestoEncuadernacionesModel.php @@ -14,9 +14,11 @@ class PresupuestoEncuadernacionesModel extends \App\Models\GoBaseModel protected $useAutoIncrement = true; const SORTABLE = [ - 0 => "t2.nombre", - 1 => "t1.precio_unidad", - 2 => "t1.precio_total" + 1 => "t1.tarifa_encuadernado_id", + 2 => "t2.nombre", + 4 => "t3.nombre", + 5 => "t1.precio_unidad", + 6 => "t1.precio_total" ]; protected $allowedFields = ["presupuesto_id", "tarifa_encuadernado_id", "nombre", "precio_total", "precio_unidad"]; @@ -45,6 +47,180 @@ class PresupuestoEncuadernacionesModel extends \App\Models\GoBaseModel ]; + + public function initPresupuesto($tipo_presupuesto, $solapas, $tirada, $paginas, $ancho, $alto, $POD){ + + $model = model('App\Models\Presupuestos\TipoPresupuestoTarifaEncuadernacionModel'); + $tarifas_procesar = $model->get_tarifas($tipo_presupuesto,$solapas); + + $modelTarifa = model('App\Models\Tarifas\TarifaEncuadernacionModel'); + $tarifas = []; + + + foreach($tarifas_procesar as $tarifa){ + + $tarifa_value = $modelTarifa->getTarifaPresupuestoEncuadernacion($tarifa['tarifa_encuadernacion_id'], $paginas, $tirada, $ancho, $alto); + //var_dump($tarifa['tarifa_encuadernacion_id']); + //var_dump($tarifa); + if (count($tarifa_value)>0) { + $result_data = $this->calcularTarifa($tarifa_value[0], $paginas, $POD<$tirada?false:true); + array_push($tarifas, + (object)[ + 'tarifa_id'=> $tarifa_value[0]->tarifa_enc_id, + 'tarifa_nombre'=> $tarifa_value[0]->tarifa_enc_nombre, + 'precio_unidad'=> $result_data[0], + 'total'=> $result_data[1], + 'proveedor' => $tarifa_value[0]->proveedor_nombre, + 'proveedor_id' => $tarifa_value[0]->proveedor_id, + ]); + } + else{ + array_push($tarifas, + (object)[ + 'tarifa_id'=> $tarifa['tarifa_encuadernacion_id'], + 'tarifa_nombre'=> $tarifa['tarifa_encuadernacion_nombre'], + 'proveedor' => lang('Presupuestos.no_disponible'), + 'precio_unidad'=> 0, + 'total'=> 0, + ]); + } + } + + return $tarifas; + } + + + public function getProveedoresForSelector($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto){ + + $proveedores = []; + $modelTarifa = model('App\Models\Tarifas\TarifaEncuadernacionModel'); + $tarifa_value = $modelTarifa->getTarifaPresupuestoEncuadernacion($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto); + if (count($tarifa_value)>0) { + foreach($tarifa_value as $tarifa) + array_push($proveedores, + (object)[ + 'id'=> $tarifa->proveedor_id, + 'text'=> $tarifa->proveedor_nombre, + ]); + } + return $proveedores; + } + + public function getPrecioTarifa($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto, $proveedor_id, $POD){ + + $modelTarifa = model('App\Models\Tarifas\TarifaEncuadernacionModel'); + if($proveedor_id != -1) + $tarifa_value = $modelTarifa->getTarifaPresupuestoEncuadernacion($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto, $proveedor_id); + else + $tarifa_value = $modelTarifa->getTarifaPresupuestoEncuadernacion($tarifa_encuadernacion_id, $paginas, $tirada, $ancho, $alto); + if (count($tarifa_value)>0) { + $result_data = $this->calcularTarifa($tarifa_value[0], $paginas, $POD<$tirada?false:true); + $ret_array[] = (object)[ + 'tarifa_id'=> $tarifa_value[0]->tarifa_enc_id, + 'tarifa_nombre'=> $tarifa_value[0]->tarifa_enc_nombre, + 'precio_unidad'=> $result_data[0], + 'total'=> $result_data[1], + 'proveedor' => $tarifa_value[0]->proveedor_nombre, + 'proveedor_id' => $tarifa_value[0]->proveedor_id, + ]; + return $ret_array; + } + else{ + $ret_array[] = (object)[ + 'tarifa_id'=> $tarifa_encuadernacion_id, + 'tarifa_nombre'=> $modelTarifa->getNombreTarifaEncuadernacion($tarifa_encuadernacion_id)[0]->nombre, + 'proveedor' => lang('Presupuestos.no_disponible'), + 'precio_unidad'=> 0, + 'total'=> 0, + ]; + return $ret_array; + } + return []; + } + + public function calcularTarifa($tarifa, $paginas, $is_POD=false){ + + $precio_unidad = floatval($tarifa->precio_min) - (floatval($tarifa->precio_min) - floatval($tarifa->precio_max))/($tarifa->paginas_max - $tarifa->paginas_min) * ($paginas - $tarifa->paginas_min); + if ($paginas > $tarifa->paginas_max) + $precio_unidad = $tarifa->precio_max; + $precio_unidad = $precio_unidad* (1+ floatval($tarifa->margen)/100.0); + + $total = $precio_unidad * $paginas; + + if (!$is_POD){ + $total += floatval($tarifa->tarifa_importe_fijo); + } + + return [$precio_unidad, $total]; + } + + public function getIdFromTarifa($tarifa_id){ + + $builder = $this->db + ->table($this->table . " t1") + ->select( + "t1.id AS id" + ); + $builder->where('t1.tarifa_encuadernado_id', $tarifa_id); + return $builder; + } + + + public function deleteAllServicios($presupuesto_id){ + + $this->db + ->table($this->table . " t1") + ->where('presupuesto_id', $presupuesto_id) + ->delete(); + } + + public function deleteServiciosNotInArray($presupuesto_id, $tarifas_id){ + + $builder = $this->db + ->table($this->table . " t1"); + $builder->where('presupuesto_id', $presupuesto_id); + foreach($tarifas_id as $id){ + $builder->where('tarifa_encuadernado_id !=', $id); + } + $builder->delete(); + } + + public function updateTarifas($presupuesto_id, $tarifas){ + + foreach($tarifas as $tarifa){ + + $proveedor = $tarifa->proveedor_id=='undefined'?'NULL':$tarifa->proveedor_id; + $builder = $this->db + ->table($this->table . " t1"); + $builder->select("id"); + $builder->where('presupuesto_id', $presupuesto_id); + $builder->where('tarifa_encuadernado_id', $tarifa->tarifa_id); + $result = $builder->get()->getResultObject(); + if(count($result)>0){ + $this->db + ->table($this->table . " t1") + ->where('presupuesto_id', $presupuesto_id) + ->where('tarifa_encuadernado_id', $tarifa->tarifa_id) + ->set('proveedor_id', $proveedor, false) + ->set('precio_unidad', $tarifa->precio_unidad) + ->set('precio_total', $tarifa->precio_total) + ->update(); + + + } + else{ + $this->db + ->table($this->table . " t1") + ->set('presupuesto_id', $presupuesto_id) + ->set('tarifa_encuadernado_id', $tarifa->tarifa_id) + ->set('proveedor_id', $proveedor, false) + ->set('precio_unidad', $tarifa->precio_unidad) + ->set('precio_total', $tarifa->precio_total) + ->insert(); + } + } + } + /** * Get resource data. * @@ -57,11 +233,13 @@ class PresupuestoEncuadernacionesModel extends \App\Models\GoBaseModel $builder = $this->db ->table($this->table . " t1") ->select( - "t1.id AS id, t1.tarifa_encuadernado_id AS tarifa_encuadernado_id, t1.precio_unidad AS precio_unidad, t1.precio_total AS precio_total, t2.nombre AS nombre" + "t1.id AS id, t1.tarifa_encuadernado_id AS tarifa_encuadernado_id, t1.precio_unidad AS precio_unidad, + t1.precio_total AS precio_total, t2.nombre AS nombre, t1.proveedor_id AS proveedor_id, t3.nombre AS proveedor" ); $builder->where('t1.presupuesto_id', $presupuesto_id); $builder->join("tarifa_encuadernacion t2", "t1.tarifa_encuadernado_id = t2.id", "left"); + $builder->join("lg_proveedores t3", "t1.proveedor_id = t3.id", "left"); return $builder; } diff --git a/ci4/app/Models/Presupuestos/PresupuestoEstadoModel.php b/ci4/app/Models/Presupuestos/PresupuestoEstadoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Presupuestos/PresupuestoLineaModel.php b/ci4/app/Models/Presupuestos/PresupuestoLineaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Presupuestos/PresupuestoManipuladosModel.php b/ci4/app/Models/Presupuestos/PresupuestoManipuladosModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Presupuestos/PresupuestoModel.php b/ci4/app/Models/Presupuestos/PresupuestoModel.php old mode 100644 new mode 100755 index 285ef003..f8d6bfa9 --- a/ci4/app/Models/Presupuestos/PresupuestoModel.php +++ b/ci4/app/Models/Presupuestos/PresupuestoModel.php @@ -211,7 +211,7 @@ class PresupuestoModel extends \App\Models\GoBaseModel protected $validationRulesAdd = [ "autor" => [ "label" => "Presupuestos.autor", - "rules" => "trim|required|max_length[150]", + "rules" => "trim|max_length[150]", ], "titulo" => [ "label" => "Presupuestos.titulo", diff --git a/ci4/app/Models/Presupuestos/PresupuestoPreimpresionesModel.php b/ci4/app/Models/Presupuestos/PresupuestoPreimpresionesModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Presupuestos/TipoPresupuestoTarifaEncuadernacionModel.php b/ci4/app/Models/Presupuestos/TipoPresupuestoTarifaEncuadernacionModel.php new file mode 100755 index 00000000..2eb02751 --- /dev/null +++ b/ci4/app/Models/Presupuestos/TipoPresupuestoTarifaEncuadernacionModel.php @@ -0,0 +1,40 @@ +db + ->table($this->table . " t1") + ->select("t1.tarifa_encuadernacion_id AS tarifa_encuadernacion_id, t2.nombre AS tarifa_encuadernacion_nombre") + ->join("tarifa_encuadernacion t2", "t1.tarifa_encuadernacion_id = t2.id", "left") + ->where("t1.tipo_presupuesto_id", $tipo_presupuesto) + + ->where($where); + return $builder->get()->getResultArray(); + } +} diff --git a/ci4/app/Models/SettingsModel.php b/ci4/app/Models/SettingsModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaAcabadoLineaModel.php b/ci4/app/Models/Tarifas/TarifaAcabadoLineaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaEncuadernacionDimensionesModel.php b/ci4/app/Models/Tarifas/TarifaEncuadernacionDimensionesModel.php new file mode 100755 index 00000000..2ed69bd0 --- /dev/null +++ b/ci4/app/Models/Tarifas/TarifaEncuadernacionDimensionesModel.php @@ -0,0 +1,46 @@ +db + ->table($this->table . " t1") + ->select("t1.id AS value, t1.keyword AS label") + ->orderBy('t1.id', 'asc'); + + return $builder->get()->getResultObject(); + } +} diff --git a/ci4/app/Models/Tarifas/TarifaEncuadernacionLineaModel.php b/ci4/app/Models/Tarifas/TarifaEncuadernacionLineaModel.php old mode 100644 new mode 100755 index ecabd071..f32ac9bf --- a/ci4/app/Models/Tarifas/TarifaEncuadernacionLineaModel.php +++ b/ci4/app/Models/Tarifas/TarifaEncuadernacionLineaModel.php @@ -13,10 +13,11 @@ class TarifaEncuadernacionLineaModel extends \App\Models\GoBaseModel protected $useAutoIncrement = true; const SORTABLE = [ - 0 => "t1.paginas_libro_min", - 1 => "t1.paginas_libro_max", - 2 => "t1.precio_min", - 3 => "t1.precio_max", + 0 => "t1.dimensiones_id", + 1 => "t1.paginas_libro_min", + 2 => "t1.paginas_libro_max", + 3 => "t1.precio_min", + 4 => "t1.precio_max", ]; protected $allowedFields = [ @@ -117,13 +118,16 @@ class TarifaEncuadernacionLineaModel extends \App\Models\GoBaseModel $builder = $this->db ->table($this->table . " t1") ->select( - "t1.id AS id, t1.tirada_encuadernacion_id AS tirada_encuadernacion_id, t1.paginas_libro_min AS paginas_libro_min, t1.paginas_libro_max AS paginas_libro_max, t1.precio_min AS precio_min, t1.precio_max AS precio_max, t1.tirada_min AS tirada_min, t1.tirada_max AS tirada_max, t1.margen AS margen, t2.id AS tarifa_encuadernacion" + "t1.id AS id, t1.tirada_encuadernacion_id AS tirada_encuadernacion_id, t1.paginas_libro_min AS paginas_libro_min, t1.paginas_libro_max AS paginas_libro_max, t1.precio_min AS precio_min, t1.precio_max AS precio_max, t1.tirada_min AS tirada_min, + t1.tirada_max AS tirada_max, t1.margen AS margen, t2.id AS tarifa_encuadernacion, t3.id AS dimensiones_id, t3.ancho_min, t3.ancho_max, , t3.alto_min, t3.alto_max" ); //JJO $builder->where('tirada_encuadernacion_id', $tirada_encuadernacion_id); $builder->where("t1.is_deleted", 0); $builder->join("tarifa_encuadernacion_tiradas t2", "t1.tirada_encuadernacion_id = t2.id", "left"); + $builder->join("tarifa_encuadernacion_dimensiones t3", "t1.dimensiones_id = t3.id", "left"); + return empty($search) @@ -151,7 +155,7 @@ class TarifaEncuadernacionLineaModel extends \App\Models\GoBaseModel $rows = $this->db ->table($this->table) - ->select("id, paginas_libro_min, paginas_libro_max") + ->select("id, paginas_libro_min, paginas_libro_max, dimensiones_id") ->where("is_deleted", 0) ->where("tirada_encuadernacion_id", $tirada_encuadernacion_id) ->get()->getResultObject(); @@ -163,9 +167,11 @@ class TarifaEncuadernacionLineaModel extends \App\Models\GoBaseModel continue; } } - if(check_overlap(floatval($data["paginas_libro_min"]), floatval($data["paginas_libro_max"]), - $row->paginas_libro_min, $row->paginas_libro_max)){ - return lang('TarifaEncuadernacionLineas.validation.error_paginas_overlap'); + if($data['dimensiones_id'] == $row->dimensiones_id){ + if(check_overlap(floatval($data["paginas_libro_min"]), floatval($data["paginas_libro_max"]), + $row->paginas_libro_min, $row->paginas_libro_max)){ + return lang('TarifaEncuadernacionLineas.validation.error_paginas_overlap'); + } } } diff --git a/ci4/app/Models/Tarifas/TarifaEncuadernacionModel.php b/ci4/app/Models/Tarifas/TarifaEncuadernacionModel.php old mode 100644 new mode 100755 index 5604acee..1ce82779 --- a/ci4/app/Models/Tarifas/TarifaEncuadernacionModel.php +++ b/ci4/app/Models/Tarifas/TarifaEncuadernacionModel.php @@ -17,6 +17,8 @@ class TarifaEncuadernacionModel extends \App\Models\GoBaseModel 1 => "t1.precio_min", 2 => "t1.importe_fijo", 3 => "t1.mostrar_en_presupuesto", + 4 => "t1.tipo_encuadernacion", + 5 => "t1.servicio_encuadernacion", ]; @@ -25,6 +27,8 @@ class TarifaEncuadernacionModel extends \App\Models\GoBaseModel "precio_min", "importe_fijo", "mostrar_en_presupuesto", + "tipo_encuadernacion", + "servicio_encuadernacion", "deleted_at", "is_deleted", "user_created_id", @@ -82,7 +86,8 @@ class TarifaEncuadernacionModel extends \App\Models\GoBaseModel public function getResource(string $search = "") { $builder = $this->db->table($this->table . " t1")->select("t1.id AS id, t1.nombre AS nombre, - t1.precio_min AS precio_min, t1.importe_fijo AS importe_fijo, t1.mostrar_en_presupuesto AS mostrar_en_presupuesto"); + t1.precio_min AS precio_min, t1.importe_fijo AS importe_fijo, t1.mostrar_en_presupuesto AS mostrar_en_presupuesto, + t1.tipo_encuadernacion AS tipo_encuadernacion, t1.servicio_encuadernacion AS servicio_encuadernacion"); //JJO $builder->where("t1.is_deleted", 0); @@ -106,10 +111,61 @@ class TarifaEncuadernacionModel extends \App\Models\GoBaseModel "t1.id as value, t1.nombre AS label" ) ->where("t1.is_deleted", 0) - ->where("t1.mostrar_en_presupuesto", 1); + ->where("t1.servicio_encuadernacion", 1); + + return $builder->orderBy("t1.nombre", "asc")->get()->getResultObject(); + } + + public function getNombreTarifaEncuadernacion($id=-1) + { + /* + Todos los servicios de encuadernacion activas que se pueden usar en presupuestos + */ + $builder = $this->db + ->table($this->table . " t1") + ->select( + "t1.nombre AS nombre" + ) + ->where("t1.id", $id) + ->where("t1.is_deleted", 0); return $builder->orderBy("t1.nombre", "asc")->get()->getResultObject(); } + public function getTarifaPresupuestoEncuadernacion($tarifa_id, $paginas, $tirada, $ancho, $alto, $proveedor_id=-1){ + + $builder = $this->db + ->table($this->table . " t1") + ->select( + "t1.id AS tarifa_enc_id, t1.nombre AS tarifa_enc_nombre, t1.precio_min AS tarifa_precio_min, t1.importe_fijo AS tarifa_importe_fijo, + t2.id AS tarifa_tirada_id, t2.proveedor_id AS proveedor_id, t5.nombre AS proveedor_nombre, t2.tirada_min AS tirada_min, t2.tirada_max AS tirada_max, + t3.id AS tarifa_linea_id, t3.paginas_libro_min AS paginas_min, t3.paginas_libro_max AS paginas_max, t3.precio_min AS precio_min, t3.precio_max AS precio_max, t3.margen AS margen, + t4.ancho_min AS ancho_min, t4.ancho_max AS ancho_max, t4.alto_min AS alto_min, t4.alto_max AS alto_max" + ) + ->join("tarifa_encuadernacion_tiradas t2", "t1.id = t2.tarifa_encuadernacion_id", "left") + ->join("tarifa_encuadernacion_lineas t3", "t2.id = t3.tirada_encuadernacion_id", "left") + ->join("tarifa_encuadernacion_dimensiones t4", "t3.dimensiones_id = t4.id", "left") + ->join("lg_proveedores t5", "t2.proveedor_id = t5.id", "left") + ->where("t1.is_deleted", 0) + //->where("t1.mostrar_en_presupuesto", 1) + ->where("t2.is_deleted", 0) + ->where("t3.is_deleted", 0); + + $builder->where('t1.id =', $tarifa_id); + $builder->where('t2.tirada_min <=', $tirada); + $builder->where('t2.tirada_max >', $tirada); + $builder->where('t3.paginas_libro_min <=', $paginas); + $builder->where('t3.paginas_libro_max >', $paginas); + $builder->where('t4.ancho_min <=', $ancho); + $builder->where('t4.ancho_max >', $ancho); + $builder->where('t4.alto_min <=', $alto); + $builder->where('t4.alto_max >', $alto); + + if($proveedor_id != -1){ + $builder->where('t2.proveedor_id', $proveedor_id); + } + + return $builder->get()->getResultObject(); + } } diff --git a/ci4/app/Models/Tarifas/TarifaEncuadernacionTiradaModel.php b/ci4/app/Models/Tarifas/TarifaEncuadernacionTiradaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaEnvioModel.php b/ci4/app/Models/Tarifas/TarifaEnvioModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaEnvioPrecioModel.php b/ci4/app/Models/Tarifas/TarifaEnvioPrecioModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaEnvioZonaModel.php b/ci4/app/Models/Tarifas/TarifaEnvioZonaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaManipuladoLineaModel.php b/ci4/app/Models/Tarifas/TarifaManipuladoLineaModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaManipuladoModel.php b/ci4/app/Models/Tarifas/TarifaManipuladoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifaacabadoModel.php b/ci4/app/Models/Tarifas/TarifaacabadoModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Tarifas/TarifapreimpresionModel.php b/ci4/app/Models/Tarifas/TarifapreimpresionModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/TemplateModel.php b/ci4/app/Models/TemplateModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/ThemeModel.php b/ci4/app/Models/ThemeModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/TimezoneModel.php b/ci4/app/Models/TimezoneModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Usuarios/GroupUserModel.php b/ci4/app/Models/Usuarios/GroupUserModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Usuarios/UserGroupModel.php b/ci4/app/Models/Usuarios/UserGroupModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Models/Usuarios/UserModel.php b/ci4/app/Models/Usuarios/UserModel.php old mode 100644 new mode 100755 diff --git a/ci4/app/Services/PresupuestoService.php b/ci4/app/Services/PresupuestoService.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/.gitkeep b/ci4/app/ThirdParty/.gitkeep old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Bootstrap.php b/ci4/app/ThirdParty/DatatablesEditor/Bootstrap.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/DataTables.php b/ci4/app/ThirdParty/DatatablesEditor/DataTables.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database.php b/ci4/app/ThirdParty/DatatablesEditor/Database.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/Db2Query.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/Db2Query.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/Db2Result.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/Db2Result.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/FirebirdQuery.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/FirebirdQuery.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/FirebirdResult.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/FirebirdResult.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/MysqlQuery.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/MysqlQuery.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/MysqlResult.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/MysqlResult.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/OracleQuery.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/OracleQuery.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/OracleResult.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/OracleResult.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/PostgresQuery.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/PostgresQuery.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/PostgresResult.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/PostgresResult.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqliteQuery.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqliteQuery.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqliteResult.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqliteResult.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqlserverQuery.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqlserverQuery.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqlserverResult.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Driver/SqlserverResult.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Query.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Query.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Database/Result.php b/ci4/app/ThirdParty/DatatablesEditor/Database/Result.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor.php b/ci4/app/ThirdParty/DatatablesEditor/Editor.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/Field.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/Field.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/Format.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/Format.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/Join.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/Join.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/Mjoin.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/Mjoin.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/Options.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/Options.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/SearchBuilderOptions.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/SearchBuilderOptions.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/SearchPaneOptions.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/SearchPaneOptions.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/Upload.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/Upload.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/Validate.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/Validate.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Editor/ValidateOptions.php b/ci4/app/ThirdParty/DatatablesEditor/Editor/ValidateOptions.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/Ext.php b/ci4/app/ThirdParty/DatatablesEditor/Ext.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/HtmLawed/Htmlaw.php b/ci4/app/ThirdParty/DatatablesEditor/HtmLawed/Htmlaw.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/HtmLawed/Htmlawed.php b/ci4/app/ThirdParty/DatatablesEditor/HtmLawed/Htmlawed.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/License.txt b/ci4/app/ThirdParty/DatatablesEditor/License.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/composer.json b/ci4/app/ThirdParty/DatatablesEditor/composer.json old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/composer.php b/ci4/app/ThirdParty/DatatablesEditor/composer.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/config.php b/ci4/app/ThirdParty/DatatablesEditor/config.php old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-Db2Query.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-Db2Query.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-Db2Result.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-Db2Result.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-FirebirdQuery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-FirebirdQuery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-FirebirdResult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-FirebirdResult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-MysqlQuery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-MysqlQuery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-MysqlResult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-MysqlResult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-OracleQuery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-OracleQuery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-OracleResult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-OracleResult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-PostgresQuery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-PostgresQuery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-PostgresResult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-PostgresResult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqliteQuery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqliteQuery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqliteResult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqliteResult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqlserverQuery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqlserverQuery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqlserverResult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Driver-SqlserverResult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Query.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Query.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Result.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database-Result.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Database.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Field.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Field.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Format.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Format.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Join.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Join.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Mjoin.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Mjoin.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Options.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Options.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-SearchBuilderOptions.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-SearchBuilderOptions.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-SearchPaneOptions.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-SearchPaneOptions.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Upload.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Upload.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Validate.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-Validate.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-ValidateOptions.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor-ValidateOptions.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Editor.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Ext.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-Ext.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-HtmLawed-Htmlaw.html b/ci4/app/ThirdParty/DatatablesEditor/docs/classes/DataTables-HtmLawed-Htmlaw.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/css/base.css b/ci4/app/ThirdParty/DatatablesEditor/docs/css/base.css old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/css/normalize.css b/ci4/app/ThirdParty/DatatablesEditor/docs/css/normalize.css old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/css/template.css b/ci4/app/ThirdParty/DatatablesEditor/docs/css/template.css old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Bootstrap.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Bootstrap.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/DataTables.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/DataTables.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/Db2Query.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/Db2Query.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/Db2Result.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/Db2Result.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/FirebirdQuery.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/FirebirdQuery.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/FirebirdResult.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/FirebirdResult.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/MysqlQuery.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/MysqlQuery.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/MysqlResult.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/MysqlResult.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/OracleQuery.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/OracleQuery.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/OracleResult.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/OracleResult.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/PostgresQuery.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/PostgresQuery.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/PostgresResult.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/PostgresResult.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqliteQuery.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqliteQuery.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqliteResult.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqliteResult.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqlserverQuery.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqlserverQuery.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqlserverResult.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Driver/SqlserverResult.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Query.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Query.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Result.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Database/Result.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Field.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Field.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Format.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Format.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Join.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Join.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Mjoin.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Mjoin.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Options.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Options.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/SearchBuilderOptions.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/SearchBuilderOptions.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/SearchPaneOptions.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/SearchPaneOptions.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Upload.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Upload.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Validate.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/Validate.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/ValidateOptions.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Editor/ValidateOptions.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/Ext.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/Ext.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/HtmLawed/Htmlaw.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/HtmLawed/Htmlaw.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/HtmLawed/Htmlawed.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/HtmLawed/Htmlawed.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/bootstrap.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/bootstrap.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/composer.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/composer.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/composer.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/composer.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/config.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/config.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/config.php.txt b/ci4/app/ThirdParty/DatatablesEditor/docs/files/config.php.txt old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-db2query.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-db2query.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-db2result.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-db2result.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-firebirdquery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-firebirdquery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-firebirdresult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-firebirdresult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-mysqlquery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-mysqlquery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-mysqlresult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-mysqlresult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-oraclequery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-oraclequery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-oracleresult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-oracleresult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-postgresquery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-postgresquery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-postgresresult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-postgresresult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqlitequery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqlitequery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqliteresult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqliteresult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqlserverquery.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqlserverquery.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqlserverresult.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-driver-sqlserverresult.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-query.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-query.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-result.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database-result.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/database.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/database.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/datatables.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/datatables.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-field.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-field.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-format.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-format.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-join.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-join.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-mjoin.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-mjoin.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-options.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-options.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-searchbuilderoptions.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-searchbuilderoptions.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-searchpaneoptions.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-searchpaneoptions.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-upload.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-upload.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-validate.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-validate.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-validateoptions.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor-validateoptions.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/editor.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/ext.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/ext.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/htmlawed-htmlaw.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/htmlawed-htmlaw.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/files/htmlawed-htmlawed.html b/ci4/app/ThirdParty/DatatablesEditor/docs/files/htmlawed-htmlawed.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/graphs/classes.html b/ci4/app/ThirdParty/DatatablesEditor/docs/graphs/classes.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/index.html b/ci4/app/ThirdParty/DatatablesEditor/docs/index.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/indices/files.html b/ci4/app/ThirdParty/DatatablesEditor/docs/indices/files.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/js/search.js b/ci4/app/ThirdParty/DatatablesEditor/docs/js/search.js old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/js/searchIndex.js b/ci4/app/ThirdParty/DatatablesEditor/docs/js/searchIndex.js old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-database-driver.html b/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-database-driver.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-database.html b/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-database.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-editor.html b/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-editor.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-htmlawed.html b/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables-htmlawed.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables.html b/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/datatables.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/default.html b/ci4/app/ThirdParty/DatatablesEditor/docs/namespaces/default.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/packages/Application.html b/ci4/app/ThirdParty/DatatablesEditor/docs/packages/Application.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/packages/default.html b/ci4/app/ThirdParty/DatatablesEditor/docs/packages/default.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/reports/deprecated.html b/ci4/app/ThirdParty/DatatablesEditor/docs/reports/deprecated.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/reports/errors.html b/ci4/app/ThirdParty/DatatablesEditor/docs/reports/errors.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/docs/reports/markers.html b/ci4/app/ThirdParty/DatatablesEditor/docs/reports/markers.html old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/phpdoc.dist.xml b/ci4/app/ThirdParty/DatatablesEditor/phpdoc.dist.xml old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/phpstan-baseline.neon b/ci4/app/ThirdParty/DatatablesEditor/phpstan-baseline.neon old mode 100644 new mode 100755 diff --git a/ci4/app/ThirdParty/DatatablesEditor/phpstan.neon.dist b/ci4/app/ThirdParty/DatatablesEditor/phpstan.neon.dist old mode 100644 new mode 100755 diff --git a/ci4/app/Validation/ApiAuthRules.php b/ci4/app/Validation/ApiAuthRules.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/cli/error_404.php b/ci4/app/Views/errors/cli/error_404.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/cli/error_exception.php b/ci4/app/Views/errors/cli/error_exception.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/cli/production.php b/ci4/app/Views/errors/cli/production.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/html/debug.css b/ci4/app/Views/errors/html/debug.css old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/html/debug.js b/ci4/app/Views/errors/html/debug.js old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/html/error_404.php b/ci4/app/Views/errors/html/error_404.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/html/error_exception.php b/ci4/app/Views/errors/html/error_exception.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/errors/html/production.php b/ci4/app/Views/errors/html/production.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/_commonPartialsBs/_alertBoxes.php b/ci4/app/Views/themes/_commonPartialsBs/_alertBoxes.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/_commonPartialsBs/_confirm2delete.php b/ci4/app/Views/themes/_commonPartialsBs/_confirm2delete.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/_commonPartialsBs/_form_validation_errors.php b/ci4/app/Views/themes/_commonPartialsBs/_form_validation_errors.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/_commonPartialsBs/_modalConfirmDialog.php b/ci4/app/Views/themes/_commonPartialsBs/_modalConfirmDialog.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/_commonPartialsBs/datatables.php b/ci4/app/Views/themes/_commonPartialsBs/datatables.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/_commonPartialsBs/select2bs5.php b/ci4/app/Views/themes/_commonPartialsBs/select2bs5.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/_commonPartialsBs/sweetalert.php b/ci4/app/Views/themes/_commonPartialsBs/sweetalert.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/activity/index.php b/ci4/app/Views/themes/backend/vuexy/form/activity/index.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/activity/index_bk.php b/ci4/app/Views/themes/backend/vuexy/form/activity/index_bk.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/cliente/_clienteFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/cliente/_clienteFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/cliente/viewClienteForm.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/cliente/viewClienteForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/cliente/viewClienteList.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/cliente/viewClienteList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/contactos/_contactoDeClienteFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/contactos/_contactoDeClienteFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/contactos/viewContactoDeClienteForm.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/contactos/viewContactoDeClienteForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/contactos/viewContactoDeClienteList.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/contactos/viewContactoDeClienteList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/distribuidores/_distribuidorDeClienteFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/distribuidores/_distribuidorDeClienteFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/distribuidores/viewDistribuidorDeClienteForm.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/distribuidores/viewDistribuidorDeClienteForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/clientes/distribuidores/viewDistribuidorDeClienteList.php b/ci4/app/Views/themes/backend/vuexy/form/clientes/distribuidores/viewDistribuidorDeClienteList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/_proveedorFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/_proveedorFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/_proveedorTipoFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/_proveedorTipoFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorForm.php b/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorList.php b/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorTipoForm.php b/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorTipoForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorTipoList.php b/ci4/app/Views/themes/backend/vuexy/form/compras/proveedores/viewProveedorTipoList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/comunidades-autonomas/_comunidadAutonomaFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/comunidades-autonomas/_comunidadAutonomaFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/comunidades-autonomas/viewComunidadAutonomaForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/comunidades-autonomas/viewComunidadAutonomaForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/comunidades-autonomas/viewComunidadAutonomaList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/comunidades-autonomas/viewComunidadAutonomaList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/formas-pago/_formaDePagoFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/formas-pago/_formaDePagoFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/formas-pago/viewFormaDePagoForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/formas-pago/viewFormaDePagoForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/formas-pago/viewFormaDePagoList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/formas-pago/viewFormaDePagoList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/imposiciones/_imposicionFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/imposiciones/_imposicionFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/imposiciones/viewImposicionForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/imposiciones/viewImposicionForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/imposiciones/viewImposicionList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/imposiciones/viewImposicionList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/_maquinaFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/_maquinaFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/_maquinaPorDefectoFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/_maquinaPorDefectoFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaPorDefectoForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaPorDefectoForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaPorDefectoList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/maquinas/viewMaquinaPorDefectoList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/paises/_paisFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/paises/_paisFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/paises/viewPaisForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/paises/viewPaisForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/paises/viewPaisList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/paises/viewPaisList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/_papelGenericoFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/_papelGenericoFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/_papelImpresionFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/_papelImpresionFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelGenericoForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelGenericoForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelGenericoList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelGenericoList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelImpresionForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelImpresionForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelImpresionList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papel/viewPapelImpresionList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papelformato/_papelFormatoFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papelformato/_papelFormatoFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papelformato/viewPapelFormatoForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papelformato/viewPapelFormatoForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/papelformato/viewPapelFormatoList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/papelformato/viewPapelFormatoList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/provincias/_provinciaFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/provincias/_provinciaFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/provincias/viewProvinciaForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/provincias/viewProvinciaForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/provincias/viewProvinciaList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/provincias/viewProvinciaList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/tipologias/_tipologiaLibrosFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/tipologias/_tipologiaLibrosFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/tipologias/viewTipologiaLibrosForm.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/tipologias/viewTipologiaLibrosForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/configuracion/tipologias/viewTipologiaLibrosList.php b/ci4/app/Views/themes/backend/vuexy/form/configuracion/tipologias/viewTipologiaLibrosList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/dashboard/admin.php b/ci4/app/Views/themes/backend/vuexy/form/dashboard/admin.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/dashboard/index.php b/ci4/app/Views/themes/backend/vuexy/form/dashboard/index.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/dashboard/user.php b/ci4/app/Views/themes/backend/vuexy/form/dashboard/user.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/group/viewUserGroupForm.php b/ci4/app/Views/themes/backend/vuexy/form/group/viewUserGroupForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/group/viewUserGroupList.php b/ci4/app/Views/themes/backend/vuexy/form/group/viewUserGroupList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php b/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php b/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/index.php b/ci4/app/Views/themes/backend/vuexy/form/login/index.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php b/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/signup.php b/ci4/app/Views/themes/backend/vuexy/form/login/signup.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/my/notification.php b/ci4/app/Views/themes/backend/vuexy/form/my/notification.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/my/view.php b/ci4/app/Views/themes/backend/vuexy/form/my/view.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/notification/form.php b/ci4/app/Views/themes/backend/vuexy/form/notification/form.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/notification/index.php b/ci4/app/Views/themes/backend/vuexy/form/notification/index.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_comentariosItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_comentariosItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_cosidotapablandaFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_cosidotapablandaFormItems.php deleted file mode 100644 index 58a1d1f2..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_cosidotapablandaFormItems.php +++ /dev/null @@ -1,1303 +0,0 @@ -
-
-
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- - - -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - -
-
- - -
-
- -
- - -
- - - -
-
- - -
-
- -
- - -
- - - - - - - - - - - -
- - -
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- -
- - -
- -
-
- - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
-
- - -
-
- -
-
- - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
-
- - -
-
- -
-
-
-
- - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
-
- - -
-
- -
-
- - -
-
- -
- - -
- -
- - -
- -
- -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
-
- - -
-
- -
-
- - -
-
- -
- - -
- -
-
- - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
-
- - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
-
- - -
-
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- -
\ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosLibroItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosLibroItems.php old mode 100644 new mode 100755 index d53937ef..894b0d0c --- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosLibroItems.php +++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosLibroItems.php @@ -95,7 +95,7 @@ - + @@ -136,6 +136,7 @@ +
@@ -259,6 +260,7 @@
+ @@ -269,6 +271,10 @@ section("additionalInlineJs") ?> +$('#papelFormatoId').select2({ + allowClear: false, +}); + $('#papelFormatoPersonalizado').on("click",function(){ var checkbox = document.getElementById('papelFormatoPersonalizado'); if(checkbox.checked == true){ @@ -291,4 +297,32 @@ $('#papelFormatoPersonalizado').on("click",function(){ } }); +var ancho_libro = getDimensionLibro().ancho; +var alto_libro = getDimensionLibro().alto; + +$('#papelFormatoId').on('select2:select', function (e){ + ancho_libro = getDimensionLibro().ancho; + alto_libro = getDimensionLibro().alto; +}) + +$('#papelFormatoAncho').on('change', function (e){ + ancho_libro = getDimensionLibro().ancho; + alto_libro = getDimensionLibro().alto; +}) + +$('#papelFormatoAlto').on('change', function (e){ + ancho_libro = getDimensionLibro().ancho; + alto_libro = getDimensionLibro().alto; +}) + +$("#solapas").on("click", function () { + var e = document.getElementById('div_solapas_ancho'); + if (document.getElementById('solapas').checked) { + e.style.display = "flex"; + } + else { + e.style.display = "none"; + } + get_tarifas_enc('default'); +}); endSection() ?> diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems.php old mode 100644 new mode 100755 index 7084ed91..dcc22285 --- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems.php +++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems.php @@ -491,16 +491,17 @@ minimumResultsForSearch: Infinity, }); - $('#papelFormatoId').select2({ - allowClear: false, - }); - updatePapelesComparador(); const paginasColor = document.getElementById('compCalPaginasColor'); if (paginasColor.value.length > 0) { computarPaginasColor(paginasColor.value); } + computarPaginasColor($('#compPosPaginasColor').val()); + + } + + function init_lineas_comparador(){ var comp_data = try{ @@ -560,27 +561,6 @@ }catch(e){} }catch(e){} }catch(e){} - - var timp = 'comp_tipo_impresion; ?>' - switch(timp){ - case 'negro': - checkComparadorInt(false,false) - break; - case 'negrohq': - checkComparadorInt(false,true) - break; - case 'color': - checkComparadorInt(true,false) - break; - case 'colorhq': - checkComparadorInt(true,true) - break; - default: - break; - } - - computarPaginasColor($('#compPosPaginasColor').val()); - } var tableCompIntPlana = new DataTable('#tableCompIntPlana',{ @@ -752,26 +732,9 @@ ] }); - $('.comp_negro_items').on('change', function (e) { - - checkComparadorInt(false,false); - }); - $('.comp_negrohq_items').on('change', function (e) { - - checkComparadorInt(false, true); - }); - $('.comp_color_items').on('change', function (e) { - - checkComparadorInt(true, false); - }); - - $('.comp_colorhq_items').on('change', function (e) { - checkComparadorInt(true, true); - }); - - async function getLineasIntPlana(is_color, is_hq){ + function getLineasIntPlana(is_color, is_hq){ const dimension = getDimensionLibro(); @@ -820,7 +783,7 @@ return false; } - async function getLineasIntRot(is_hq){ + function getLineasIntRot(is_hq){ const dimension = getDimensionLibro(); @@ -939,22 +902,6 @@ }); - $('#tipoImpresion').on("change", function () { - updatePapelesComparador(); - - $('#title_int_rot').html(''); - $('#title_int_plana').html(''); - $('#paginas').change(); - - $('#tableCompIntRotativa').DataTable().clear().draw(); - $('#total_comp_rot').html("0.00"); - - $('#tableCompIntPlana').DataTable().clear().draw(); - $('#total_comp_plana').html("0.00"); - - }); - - $('.comp_negro_items').on('change', function (e) { checkComparadorInt(false,false); @@ -974,173 +921,6 @@ checkComparadorInt(true, true); }); - async function getLineasIntPlana(is_color, is_hq){ - - const dimension = getDimensionLibro(); - - let datos = { - type: 'interior', - color: is_color?1:0, - hq: is_hq?1:0, - paginas: parseInt($(''+ elementos.paginas).val()), - tirada: parseInt($('#tirada').val()), - merma: parseInt($('#merma').val()), - ancho: dimension.ancho, - alto: dimension.alto, - papel_generico_id: $(''+ elementos.papel).select2('data')[0].id, - papel_generico: $(''+ elementos.papel).select2('data')[0].text.trim(), - gramaje: $(''+ elementos.gramaje).select2('data')[0].text.trim() , - : v - }; - - $.ajax({ - type: "POST", - url: "/cosidotapablanda/datatable", - data: datos, - success: function (data) { - - clearIntLineas(is_color); - - if(data.lineas.length >0){ - - fillIntPlana(data, is_color, is_hq); - selectIntLineas(); - $('#title_int_plana').html('' + ' (' + tableCompIntPlana.rows().count() + ')'); - $('#insertarPlanaBtn').removeClass('d-none') - } - else{ - $('#title_int_plana').html(''); - $('#insertarPlanaBtn').addClass('d-none') - $('#total_comp_plana').html('0.00'); - } - yeniden(data.); - return true; - }, - error: function(e){ - return false; - } - }) - return false; - } - - async function getLineasIntRot(is_hq){ - - const dimension = getDimensionLibro(); - - // Rotativa solo negro o color (no hq) - if ( is_hq==false){ - - if(checkInputsForRotativa()){ - - let datos = { - type: 'interior_rot', - paginas: parseInt($('#paginas').val()), - paginas_negro: parseInt($('#compPaginasNegro').val()), - paginas_color: parseInt($('#compPaginasColor').val()), - tirada: parseInt($('#tirada').val()), - merma: parseInt($('#merma').val()), - ancho: dimension.ancho, - alto: dimension.alto, - // el papel y el gramaje se coge del negro (siempre estará) - papel_generico_id: $('#compPapelNegro').select2('data')[0].id, - papel_generico: $('#compPapelNegro').select2('data')[0].text.trim(), - gramaje: $('#compGramajeNegro').select2('data')[0].text.trim() , - : v - }; - - $.ajax({ - type: "POST", - url: "/cosidotapablanda/datatable", - data: datos, - success: function (data) { - - clearIntRot(); - - if(data.lineas.length >0){ - - fillIntRot(data); - selectIntRotLineas(); - $('#title_int_rot').html('' + ' (' + tableCompIntRotativa.rows().count() + ')'); - $('#insertarRotativaBtn').removeClass('d-none') - } - else{ - $('#title_int_rot').html(''); - $('#insertarRotativaBtn').addClass('d-none') - $('#total_comp_rot').html('0.00') - - } - yeniden(data.); - return true; - }, - error: function(e){ - return false; - } - }) - } - } - return false; - } - - - $('.comp_cubierta_items').on('change', function (){ - - if ($('#compCarasCubierta').select2('data').length > 0 && - $('#compPapelCubierta').select2('data').length > 0 && - $('#compGramajeCubierta').select2('data').length > 0 ){ - - const dimension = getDimensionLibro(); - - let datos = { - type: 'cubierta', - paginas: parseInt($('#compCarasCubierta').select2('data')[0].id), - tirada: parseInt($('#tirada').val()), - merma: parseInt($('#mermacubierta').val()), - color: 1, - ancho: dimension.ancho, - alto: dimension.alto, - solapas: $('#solapas').is(':checked')?1:0, - solapas_ancho: parseInt($('#solapas_ancho').val()), - papel_generico_id: $('#compPapelCubierta').select2('data')[0].id, - papel_generico: $('#compPapelCubierta').select2('data')[0].text.trim(), - gramaje: $('#compGramajeCubierta').select2('data')[0].text.trim() , - : v - }; - - $.ajax({ - type: "POST", - url: "/cosidotapablanda/datatable", - data: datos, - success: function (data) { - - clearCubierta(); - - if(data.lineas.length >0){ - - fillCubierta(data); - selectCubiertaLineas(); - $('#title_cubierta').html('' + ' (' + tableCompCubierta.rows().count() + ')'); - $('#insertarCubiertaBtn').removeClass('d-none') - - } - else{ - $('#title_cubierta').html(''); - $('#insertarCubiertaBtn').addClass('d-none') - $('#total_comp_cubierta').html('0.00') - - } - yeniden(data.); - return true; - }, - error: function(e){ - return false; - } - }) - } - - else{ - clearCubierta(); - } - }); $('#tipoImpresion').on("change", function () { @@ -1467,6 +1247,7 @@ return true; } - init_comparador(); + init_comparador() + init_lineas_comparador() endSection() ?> \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php old mode 100644 new mode 100755 index f0d3dd22..97fc661e --- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php +++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems.php @@ -81,7 +81,7 @@
diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosServiciosItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosServiciosItems.php old mode 100644 new mode 100755 index c10c3aa0..705cf4c3 --- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosServiciosItems.php +++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosServiciosItems.php @@ -94,18 +94,48 @@
+
+
+
+
+
+
+ +
+
- + + + +
+ +
+
+ +
+
+ +
+ +
+
@@ -133,29 +163,46 @@ - - - - section("additionalInlineJs") ?> - - const lastColNr = $('#tableOfServiciosAcabado').find("tr:first th").length - 1; const url = window.location.href; const url_parts = url.split('/'); if(url_parts[url_parts.length-2] == 'edit'){ id = url_parts[url_parts.length-1]; } else{ - id = 200000; // id=-1 + id=-1 } - const actionBtns = function(data) { - return ` - - - - `; - }; + + + // Delete row + $(document).on('click', '.btn-delete-serv', function(e) { + const dataId = $(this).attr('data-id'); + const rowId = $(this).closest('td').parent()[0].sectionRowIndex; + + var table = ""; + if($(this).closest('table').attr('id').includes('tableOfServiciosEncuadernacion')){ + table = "tableOfServiciosEncuadernacion"; + } + else{ + table = ""; + } + + document.getElementById(table).deleteRow(rowId); + + check_serv_enc_error() + + }); + +endSection() ?> + + + + +section("additionalInlineJs") ?> +/* + const lastColNr = $('#tableOfServiciosAcabado').find("tr:first th").length - 1; + editor = new $.fn.dataTable.Editor( { ajax: { @@ -218,30 +265,9 @@ ); } ); - // Delete row - $(document).on('click', '.btn-delete', function(e) { - $(".btn-remove").attr('data-id', $(this).attr('data-id')); - }); - - $(document).on('click', '.btn-remove', function(e) { - const dataId = $(this).attr('data-id'); - const row = $(this).closest('tr'); - if ($.isNumeric(dataId)) { - $.ajax({ - url: `/serviciosacabados/delete/${dataId}`, - method: 'GET', - }).done((data, textStatus, jqXHR) => { - $('#confirm2delete').modal('toggle'); - theTable.clearPipeline(); - theTable.row($(row)).invalidate().draw(); - popSuccessAlert(data.msg ?? jqXHR.statusText); - }).fail((jqXHR, textStatus, errorThrown) => { - popErrorAlert(jqXHR.responseJSON.messages.error) - }) - } - }); - + var theTable = $('#tableOfServiciosAcabado').DataTable( { + draw: 1, serverSide: true, processing: true, autoWidth: true, @@ -261,15 +287,11 @@ }, method: 'POST', headers: {'X-Requested-With': 'XMLHttpRequest'}, - async: true, + async: false, }), columns: [ - {'data': 'tarifa_acabado_id', - render: function(data, type, row, meta) { - var value = acabadosList.find(element => element.value === data); - return value['label']; - }, - }, + { 'data': 'id'}, + { 'data': 'tarifa_acabado_id'}, { 'data': 'precio_unidad' }, { 'data': 'precio_total' }, { @@ -278,6 +300,7 @@ } ], columnDefs: [ + {'visible':false, 'targets' : 2}, { orderable: false, searchable: false, @@ -285,7 +308,7 @@ }, { "orderData": [ 0, 1 ], - "targets": 0 + "targets": 1 }, ], @@ -303,6 +326,10 @@ } ] } ); + function init_servicio_acabado(){ + + } +*/ endSection() ?> @@ -310,131 +337,305 @@ section("additionalInlineJs") ?> - const lastColNr2 = $('#tableOfServiciosEncuadernacion').find("tr:first th").length - 1; - - editor2 = new $.fn.dataTable.Editor( { - ajax: { - url: "", - headers: { - : v, - }, - }, - table : "#tableOfServiciosEncuadernacion", - idSrc: 'id', - fields: [ { - "name": "tarifa_encuadernado_id", - "type": "select" - }, { - "name": "precio_unidad" - }, { - "name": "precio_total" - }, { - "name": "presupuesto_id", - "type": "hidden" - }, - ] - } ); - + const POD = ; + // Generación de la lista de servicios de acabado (id, nombre) const encuadernadosList = ; - editor2.field( 'tarifa_encuadernado_id' ).update( encuadernadosList ); + - editor2.on( 'preSubmit', function ( e, d, type ) { - if ( type === 'create'){ - d.data[0]['presupuesto_id'] = id; + function init_servicio_encuadernado(){ + const serviciosencuadernadosList = ; + + $('#add_servicio_enc_list').select2({ + allowClear: false, + minimumResultsForSearch: -1, + placeholder: '' + }) + + serviciosencuadernadosList.forEach((element) =>{ + + const tarifa_id = element.tarifa_encuadernado_id + var proveedor_nombre = element.proveedor===null?'': element.proveedor + + $('#tableOfServiciosEncuadernacion tr:last').after( + ''+ + '' + element.tarifa_encuadernado_id + '' + + '' + element.nombre + '' + + '' + + '' + parseFloat(element.precio_unidad).toFixed(2) + '' + + '' + + ''+ + '' + ); + + $('#proveedor_enc_' + element.tarifa_encuadernado_id).select2({ + allowClear: false, + minimumResultsForSearch: -1, + ajax: { + url: '', + type: 'post', + dataType: 'json', + + data: function (params) { + + if(parseInt($('#tirada').val())+parseInt($('#merma').val())>0){ + var tirada = parseInt($('#tirada').val())+parseInt($('#merma').val()) + } + else{ + var tirada = 0 + } + return { + tarifa_id: tarifa_id, + paginas: parseInt($('#paginas').val())>0?parseInt($('#paginas').val()):0, + tirada: tirada, + ancho: ancho_libro, + alto: alto_libro, + searchtxt: params.term, // search term + : v + }; + }, + delay: 60, + processResults: function (response) { + yeniden(response.); + return { + results: response.menu + }; + }, + cache: true + } + }); + $('#proveedor_enc_' + element.tarifa_encuadernado_id).on('change', proveedor_enc_event) + }); + check_serv_enc_error() + } + + function proveedor_enc_event(){ + const dimension = getDimensionLibro(); + if(parseInt($('#tirada').val())+parseInt($('#merma').val())>0){ + var tirada = parseInt($('#tirada').val())+parseInt($('#merma').val()) } - else if(type === 'edit' ) { - for (v in d.data){ - d.data[v]['presupuesto_id'] = id; + else{ + var tirada = 0 + } + + var datos = { + tarifa_encuadernacion_id: this.id.split('_')[2], + paginas: parseInt($('#paginas').val())>0?parseInt($('#paginas').val()):0, + tirada: tirada, + ancho: dimension.ancho, + alto: dimension.alto, + proveedor_id: parseInt($('#' + this.id).select2('data')[0].id), + POD: POD, + : v + }; + + $.ajax({ + type: "POST", + url: '', + data: datos, + success: function (data) { + + $('#precio_unidad_' + datos.tarifa_encuadernacion_id).text(parseFloat(data.values[0].precio_unidad).toFixed(2)) + $('#precio_total_' + datos.tarifa_encuadernacion_id).val(parseFloat(data.values[0].total).toFixed(2)) + yeniden(data.); + return true; + }, + error: function(e){ + return false; + } + }) + return false; + } + + + function check_serv_enc_error(){ + + var htmlString = ''; + + if($('#tableOfServiciosEncuadernacion tr > td:contains(' + '' + ')').length > 0){ + htmlString = ` + `; + } + $('#serv-enc-error').html(htmlString) + } + + + function get_tarifas_enc(tipo=null, tarifa_id = -1){ + const dimension = getDimensionLibro(); + + if(parseInt($('#tirada').val())+parseInt($('#merma').val())>0){ + var tirada = parseInt($('#tirada').val())+parseInt($('#merma').val()) + } + else{ + var tirada = 0 + } + + var datos = { + tarifa_encuadernacion_id : tarifa_id, + solapas: $('#solapas').is(':checked')?1:0, + paginas: parseInt($('#paginas').val())>0?parseInt($('#paginas').val()):0, + tirada: tirada, + ancho: dimension.ancho, + alto: dimension.alto, + POD: POD, + : v + }; + + if(tipo != null) + datos['tipo'] = tipo; + + $.ajax({ + type: "POST", + url: '', + data: datos, + success: function (data) { + + if(tipo=='default') + $("#tableOfServiciosEncuadernacion").find("tr:gt(0)").remove(); + data.values.forEach((row) => { + $('#tableOfServiciosEncuadernacion tr:last').after( + ''+ + '' + row.tarifa_id + '' + + '' + row.tarifa_nombre + '' + + '' + + '' + row.precio_unidad.toFixed(2) + '' + + '' + + ''+ + '' + ); + + $('#proveedor_enc_' + row.tarifa_id).select2({ + allowClear: false, + minimumResultsForSearch: -1, + ajax: { + url: '', + type: 'post', + dataType: 'json', + + data: function (params) { + + if(parseInt($('#tirada').val())+parseInt($('#merma').val())>0){ + var tirada = parseInt($('#tirada').val())+parseInt($('#merma').val()) + } + else{ + var tirada = 0 + } + return { + tarifa_id: row.tarifa_id, + paginas: parseInt($('#paginas').val())>0?parseInt($('#paginas').val()):0, + tirada: tirada, + ancho: ancho_libro, + alto: alto_libro, + searchtxt: params.term, // search term + : v + }; + }, + delay: 60, + processResults: function (response) { + yeniden(response.); + return { + results: response.menu + }; + }, + cache: true + } + }); + + $('#proveedor_enc_' + row.tarifa_id).on('change', proveedor_enc_event) + + + }); + + check_serv_enc_error() + yeniden(data.); + return true; + }, + error: function(e){ + return false; + } + }) + return false; + } + + + $('#serv_enc_default').on('click', function(){ + get_tarifas_enc('default'); + }) + + $('#insertar_serv_enc').on('click', function(){ + const tarifa_text = $('#add_servicio_enc_list').select2('data')[0].text.trim() + + if( $('#add_servicio_enc_list').select2('data')[0].text.trim().length > 0){ + if($('#tableOfServiciosEncuadernacion tr > td:contains(' + tarifa_text + ')').length == 0) + get_tarifas_enc('tarifa', $('#add_servicio_enc_list').select2('data')[0].id); + else{ + popErrorAlert("Ese servicio ya existe", 'serv-enc-alert') } } + check_serv_enc_error() + }) + + + function save_servicios(){ + var datos = [] + $("#tableOfServiciosEncuadernacion tr").each(function (index,tr) { + var values = {} + $(this).find("td").each(function (index2) { + + switch (index2) { + case 0: + values['tarifa_id'] = $(this).text() + break + case 2: + values['proveedor_id'] = $(this).children(":first").select2('data')[0].id + break + case 3: + values['precio_unidad'] = $(this).text() + break + case 4: + values['precio_total'] = $(this).children(":first").val() + break + } + }) + if(Object.keys(values).length>0) + datos.push(values) + }) + + const domain = window.location.origin + + fetch(domain + "/presupuestos/presupuestoencuadernaciones/edit/" + id , { + method: "POST", + body: JSON.stringify({ + datos: datos, + : v + }), + headers: { + "Content-type": "application/json; charset=UTF-8" + } + }) + .then(response => response.json()) + .then(data => { + yeniden(data.); }); - editor2.on( 'postSubmit', function ( e, json, data, action ) { - yeniden(json.); - }); + } - editor2.on( 'submitSuccess', function ( e, json, data, action ) { - theTable2.clearPipeline(); - theTable2.draw(); - }); - - // Activate an inline edit on click of a table cell - $('#tableOfServiciosEncuadernacion').on( 'click', 'tbody span.edit', function (e) { - editor2.inline( - theTable2.cells(this.parentNode.parentNode, '*').nodes(), - { - cancelHtml: '', - cancelTrigger: 'span.cancel', - submitHtml: '', - submitTrigger: 'span.edit', - submit: 'allIfChanged' - } - ); - } ); - - - var theTable2 = $('#tableOfServiciosEncuadernacion').DataTable( { - serverSide: true, - processing: true, - autoWidth: true, - responsive: true, - lengthMenu: [ 5, 10, 25], - order: [[ 0, "asc" ], [ 1, "asc" ]], - pageLength: 10, - lengthChange: true, - searching: false, - paging: true, - info: false, - dom: '<"mt-4"><"float-start"l><"mt-4 mb-3"p>', - ajax : $.fn.dataTable.pipeline( { - url: '', - data: { - id_presupuesto: id, - }, - method: 'POST', - headers: {'X-Requested-With': 'XMLHttpRequest'}, - async: true, - }), - columns: [ - {'data': 'tarifa_encuadernado_id', - render: function(data, type, row, meta) { - var value = encuadernadosList.find(element => element.value === data); - return value['label']; - }, - }, - { 'data': 'precio_unidad' }, - { 'data': 'precio_total' }, - { - data: actionBtns, - className: 'row-edit dt-center' - } - ], - columnDefs: [ - { - orderable: false, - searchable: false, - targets: [lastColNr2] - }, - { - "orderData": [ 0, 1 ], - "targets": 0 - }, - - ], - language: { - url: "//cdn.datatables.net/plug-ins/1.13.4/i18n/i18n ?>.json" - }, - buttons: [ { - className: 'btn btn-primary float-end me-sm-3 me-1', - extend: "createInline", - editor: editor2, - formOptions: { - submitTrigger: -1, - submitHtml: '' - } - } ] - } ); + init_servicio_encuadernado() endSection() ?> @@ -442,7 +643,7 @@ section("additionalInlineJs") ?> - +/* const lastColNr3 = $('#tableOfServiciosManipulado').find("tr:first th").length - 1; editor3 = new $.fn.dataTable.Editor( { @@ -511,7 +712,8 @@ var theTable3 = $('#tableOfServiciosManipulado').DataTable( { - serverSide: true, + draw: 3, + serverSide: false, processing: true, autoWidth: true, responsive: true, @@ -571,7 +773,7 @@ } } ] } ); - +*/ endSection() ?> @@ -579,7 +781,7 @@ section("additionalInlineJs") ?> - +/* const lastColNr4 = $('#tableOfServiciosPreimpresion').find("tr:first th").length - 1; editor4 = new $.fn.dataTable.Editor( { @@ -648,7 +850,8 @@ var theTable4 = $('#tableOfServiciosPreimpresion').DataTable( { - serverSide: true, + draw: 4, + serverSide: false, processing: true, autoWidth: true, responsive: true, @@ -708,5 +911,5 @@ } } ] } ); - -endSection() ?> \ No newline at end of file +*/ +endSection() ?> diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_lineasPresupuestoItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_lineasPresupuestoItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php old mode 100644 new mode 100755 index 10ab1d66..11986083 --- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php +++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_previewItems.php @@ -5,7 +5,7 @@ data-bs-target="#accordionPreviewTip" aria-expanded="false" aria-controls="accordionPreviewTip">

- +
= 0 ? newValue : 0; $('#compPaginasColor').change(); } - } }); @@ -37,16 +36,23 @@ $('#compPaginasColor').on("change", function () { }); $('#compPaginasNegrohq').on("change", function () { - if (document.getElementById('paginas').value < document.getElementById('compPaginasNegrohq').value) { - document.getElementById('compPaginasNegrohq').value = document.getElementById('paginas').value; - } - if ($('#tipoImpresion').select2('data')[0].id == 'color') { - if (document.getElementById('compPaginasNegrohq').value + document.getElementById('compPaginasColorhq').value > document.getElementById('paginas').value) { - var newValue = document.getElementById('paginas').value - document.getElementById('compPaginasNegrohq').value; + var negro = parseInt(document.getElementById('compPaginasNegrohq').value); + const paginas = parseInt(document.getElementById('paginas').value); + if (paginas < negro) { + document.getElementById('compPaginasNegrogq').value = paginas; + negro = paginas; + } + var color = parseInt(document.getElementById('compPaginasColorhq').value); + if ($('#tipoImpresion').select2('data')[0].id == 'colorhq') { + + var newValue = paginas - negro; + if (newValue != color) { document.getElementById('compPaginasColorhq').value = newValue >= 0 ? newValue : 0; + $('#compPaginasColorhq').change(); } } + }); $('#compPaginasColorhq').on("change", function () { @@ -80,16 +86,6 @@ $('#paginas').on("change", function () { } }); -$("#solapas").on("click", function () { - var e = document.getElementById('div_solapas_ancho'); - if (document.getElementById('solapas').checked) { - e.style.display = "flex"; - } - else { - e.style.display = "none"; - } -}); - $('#compRetractilado').on("change", function () { @@ -659,4 +655,5 @@ function generateCompJSON(){ data_str = JSON.stringify(data) $('#comparador_json_data').val(data_str) -} \ No newline at end of file +} + diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/previews.js b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/previews.js old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php old mode 100644 new mode 100755 index 315d4c25..c2f40a50 --- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php +++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php @@ -18,8 +18,8 @@ getErrors()) ? $validation->listErrors("bootstrap_style") : "" ?> + - @@ -92,6 +92,8 @@ allowClear: false, }); + + endSection() ?> @@ -113,6 +115,7 @@ else{ $('#presupuestoForm').on( "submit", function( event ) { event.preventDefault(); + save_servicios(); $.when(fill_bbdd_from_lp(id).then(function (data, textStatus, jqXHR){ generateCompJSON() form = $('#presupuestoForm').serialize() @@ -133,6 +136,7 @@ $('#presupuestoForm').on( "submit", function( event ) { return false; //stop the actual form post !important! }); + endSection() ?> diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaList.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/index.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/index.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/tapa-blanda-encolada.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/tapa-blanda-encolada.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/profile/index.php b/ci4/app/Views/themes/backend/vuexy/form/profile/index.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/profile/index_old.php b/ci4/app/Views/themes/backend/vuexy/form/profile/index_old.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/settings/index.php b/ci4/app/Views/themes/backend/vuexy/form/settings/index.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/settings/index_bk.php b/ci4/app/Views/themes/backend/vuexy/form/settings/index_bk.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/settings/template.php b/ci4/app/Views/themes/backend/vuexy/form/settings/template.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/acabado/_tarifaAcabadoFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/acabado/_tarifaAcabadoFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/acabado/viewTarifaAcabadoForm.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/acabado/viewTarifaAcabadoForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/acabado/viewTarifaAcabadoList.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/acabado/viewTarifaAcabadoList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/_tarifaEncuadernacionFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/_tarifaEncuadernacionFormItems.php old mode 100644 new mode 100755 index 89e34635..7aadb56f --- a/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/_tarifaEncuadernacionFormItems.php +++ b/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/_tarifaEncuadernacionFormItems.php @@ -23,14 +23,38 @@
-
+
-
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
\ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionForm.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionForm.php old mode 100644 new mode 100755 index b96bbef6..caabc06c --- a/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionForm.php +++ b/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionForm.php @@ -75,6 +75,8 @@ + + @@ -171,7 +173,14 @@ }, table : "#tableOfTarifaencuadernacionlineas", idSrc: 'id', - fields: [ { + fields: [ + {name: "id", + "type": "readonly"}, + { + name: "dimensiones_id", + "type": "select" + }, + { name: "paginas_libro_min" }, { name: "precio_max" @@ -194,6 +203,9 @@ ] } ); + // Generación de la lista de proveedores (id, nombre) para encuadernación + const dimensionesList = ; + editor.field( 'dimensiones_id' ).update( dimensionesList ); editor.on( 'preSubmit', function ( e, d, type ) { if ( type === 'create'){ @@ -243,6 +255,13 @@ async: true, }), columns: [ + { 'data': 'id' }, + { 'data': 'dimensiones_id', + render: function(data, type, row, meta) { + var value = dimensionesList.find(element => element.value === data); + return value['label']; + }, + }, { 'data': 'paginas_libro_min' }, { 'data': 'precio_max' }, { 'data': 'paginas_libro_max' }, @@ -401,6 +420,7 @@ // Tabla de tiradas var theTable2 = $('#tableOfTarifaencuadernaciontiradas').DataTable( { + draw:1, serverSide: true, processing: true, autoWidth: true, diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionList.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionList.php old mode 100644 new mode 100755 index c053adf8..45bc779a --- a/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionList.php +++ b/ci4/app/Views/themes/backend/vuexy/form/tarifas/encuadernacion/viewTarifaEncuadernacionList.php @@ -20,6 +20,8 @@ + + @@ -91,12 +93,14 @@ { 'data': 'precio_min' }, { 'data': 'importe_fijo' }, { 'data': 'mostrar_en_presupuesto' }, + { 'data': 'tipo_encuadernacion' }, + { 'data': 'servicio_encuadernacion' }, { 'data': actionBtns } ] }); theTable.on( 'draw.dt', function () { - const boolCols = [3]; + const boolCols = [3,4,5]; for (let coln of boolCols) { theTable.column(coln, { page: 'current' }).nodes().each( function (cell, i) { cell.innerHTML = cell.innerHTML == '1' ? '' : ''; diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/_tarifaEnvioFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/_tarifaEnvioFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioList.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/manipulado/_tarifaManipuladoFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/manipulado/_tarifaManipuladoFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/manipulado/viewTarifaManipuladoForm.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/manipulado/viewTarifaManipuladoForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/manipulado/viewTarifaManipuladoList.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/manipulado/viewTarifaManipuladoList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/preimpresion/_tarifapreimpresionFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/preimpresion/_tarifapreimpresionFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/preimpresion/viewTarifapreimpresionForm.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/preimpresion/viewTarifapreimpresionForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/preimpresion/viewTarifapreimpresionList.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/preimpresion/viewTarifapreimpresionList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/test_js/test_js.js b/ci4/app/Views/themes/backend/vuexy/form/test_js/test_js.js old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/test_js/viewTest.php b/ci4/app/Views/themes/backend/vuexy/form/test_js/viewTest.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/user/_userFormItems.php b/ci4/app/Views/themes/backend/vuexy/form/user/_userFormItems.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/user/viewUserForm.php b/ci4/app/Views/themes/backend/vuexy/form/user/viewUserForm.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/form/user/viewUserList.php b/ci4/app/Views/themes/backend/vuexy/form/user/viewUserList.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/login/footer.php b/ci4/app/Views/themes/backend/vuexy/login/footer.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/login/header.php b/ci4/app/Views/themes/backend/vuexy/login/header.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php b/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/all.php b/ci4/app/Views/themes/backend/vuexy/main/all.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php b/ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/demo_view.php b/ci4/app/Views/themes/backend/vuexy/main/demo_view.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/footer.php b/ci4/app/Views/themes/backend/vuexy/main/footer.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php b/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/header.php b/ci4/app/Views/themes/backend/vuexy/main/header.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/menu.php b/ci4/app/Views/themes/backend/vuexy/main/menu.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/menu_digitalizacion.php b/ci4/app/Views/themes/backend/vuexy/main/menu_digitalizacion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/menu_impresion.php b/ci4/app/Views/themes/backend/vuexy/main/menu_impresion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/menu_maquetacion.php b/ci4/app/Views/themes/backend/vuexy/main/menu_maquetacion.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php b/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/main/selector_menu.php b/ci4/app/Views/themes/backend/vuexy/main/selector_menu.php old mode 100644 new mode 100755 diff --git a/ci4/app/Views/themes/backend/vuexy/pdfs/presupuesto.php b/ci4/app/Views/themes/backend/vuexy/pdfs/presupuesto.php old mode 100644 new mode 100755 diff --git a/ci4/app/index.html b/ci4/app/index.html old mode 100644 new mode 100755 diff --git a/ci4/builds b/ci4/builds old mode 100644 new mode 100755 diff --git a/ci4/composer.json b/ci4/composer.json old mode 100644 new mode 100755 diff --git a/ci4/composer.lock b/ci4/composer.lock old mode 100644 new mode 100755 diff --git a/ci4/public/.htaccess b/ci4/public/.htaccess old mode 100644 new mode 100755 diff --git a/ci4/public/favicon.ico b/ci4/public/favicon.ico old mode 100644 new mode 100755 diff --git a/ci4/public/index.php b/ci4/public/index.php old mode 100644 new mode 100755 diff --git a/ci4/public/robots.txt b/ci4/public/robots.txt old mode 100644 new mode 100755 diff --git a/ci4/spark b/ci4/spark old mode 100644 new mode 100755 diff --git a/ci4/tests/README.md b/ci4/tests/README.md old mode 100644 new mode 100755 diff --git a/ci4/tests/_support/Database/Migrations/2020-02-22-222222_example_migration.php b/ci4/tests/_support/Database/Migrations/2020-02-22-222222_example_migration.php old mode 100644 new mode 100755 diff --git a/ci4/tests/_support/Database/Seeds/ExampleSeeder.php b/ci4/tests/_support/Database/Seeds/ExampleSeeder.php old mode 100644 new mode 100755 diff --git a/ci4/tests/_support/DatabaseTestCase.php b/ci4/tests/_support/DatabaseTestCase.php old mode 100644 new mode 100755 diff --git a/ci4/tests/_support/Libraries/ConfigReader.php b/ci4/tests/_support/Libraries/ConfigReader.php old mode 100644 new mode 100755 diff --git a/ci4/tests/_support/Models/ExampleModel.php b/ci4/tests/_support/Models/ExampleModel.php old mode 100644 new mode 100755 diff --git a/ci4/tests/_support/SessionTestCase.php b/ci4/tests/_support/SessionTestCase.php old mode 100644 new mode 100755 diff --git a/ci4/tests/database/ExampleDatabaseTest.php b/ci4/tests/database/ExampleDatabaseTest.php old mode 100644 new mode 100755 diff --git a/ci4/tests/session/ExampleSessionTest.php b/ci4/tests/session/ExampleSessionTest.php old mode 100644 new mode 100755 diff --git a/ci4/tests/unit/HealthTest.php b/ci4/tests/unit/HealthTest.php old mode 100644 new mode 100755 diff --git a/ci4/writable/.htaccess b/ci4/writable/.htaccess old mode 100644 new mode 100755 diff --git a/ci4/writable/cache/index.html b/ci4/writable/cache/index.html old mode 100644 new mode 100755 diff --git a/ci4/writable/logs/index.html b/ci4/writable/logs/index.html old mode 100644 new mode 100755 diff --git a/ci4/writable/postman_collection.json b/ci4/writable/postman_collection.json old mode 100644 new mode 100755 diff --git a/ci4/writable/session/index.html b/ci4/writable/session/index.html old mode 100644 new mode 100755 diff --git a/ci4/writable/uploads/index.html b/ci4/writable/uploads/index.html old mode 100644 new mode 100755 diff --git a/datos web.txt b/datos web.txt old mode 100644 new mode 100755 diff --git a/from mac to app.txt b/from mac to app.txt old mode 100644 new mode 100755 diff --git a/git-commands.txt b/git-commands.txt old mode 100644 new mode 100755 diff --git a/httpdocs/.htaccess b/httpdocs/.htaccess old mode 100644 new mode 100755 diff --git a/httpdocs/assets/css/index.html b/httpdocs/assets/css/index.html old mode 100644 new mode 100755 diff --git a/httpdocs/assets/css/install.css b/httpdocs/assets/css/install.css old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ad_64.png b/httpdocs/assets/flags/ad_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ae_64.png b/httpdocs/assets/flags/ae_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/af_64.png b/httpdocs/assets/flags/af_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ag_64.png b/httpdocs/assets/flags/ag_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ai_64.png b/httpdocs/assets/flags/ai_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/al_64.png b/httpdocs/assets/flags/al_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/am_64.png b/httpdocs/assets/flags/am_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ao_64.png b/httpdocs/assets/flags/ao_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/aq_64.png b/httpdocs/assets/flags/aq_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ar_64.png b/httpdocs/assets/flags/ar_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/as_64.png b/httpdocs/assets/flags/as_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/at_64.png b/httpdocs/assets/flags/at_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/au_64.png b/httpdocs/assets/flags/au_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/aw_64.png b/httpdocs/assets/flags/aw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ax_64.png b/httpdocs/assets/flags/ax_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/az_64.png b/httpdocs/assets/flags/az_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ba_64.png b/httpdocs/assets/flags/ba_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bb_64.png b/httpdocs/assets/flags/bb_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bd_64.png b/httpdocs/assets/flags/bd_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/be_64.png b/httpdocs/assets/flags/be_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bf_64.png b/httpdocs/assets/flags/bf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bg_64.png b/httpdocs/assets/flags/bg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bh_64.png b/httpdocs/assets/flags/bh_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bi_64.png b/httpdocs/assets/flags/bi_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bj_64.png b/httpdocs/assets/flags/bj_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bl_64.png b/httpdocs/assets/flags/bl_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bm_64.png b/httpdocs/assets/flags/bm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bn_64.png b/httpdocs/assets/flags/bn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bo_64.png b/httpdocs/assets/flags/bo_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bq_64.png b/httpdocs/assets/flags/bq_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/br_32_circle.png b/httpdocs/assets/flags/br_32_circle.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/br_64.png b/httpdocs/assets/flags/br_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bs_64.png b/httpdocs/assets/flags/bs_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bt_64.png b/httpdocs/assets/flags/bt_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bv_64.png b/httpdocs/assets/flags/bv_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bw_64.png b/httpdocs/assets/flags/bw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/by_64.png b/httpdocs/assets/flags/by_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/bz_64.png b/httpdocs/assets/flags/bz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ca_64.png b/httpdocs/assets/flags/ca_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cc_64.png b/httpdocs/assets/flags/cc_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cd_64.png b/httpdocs/assets/flags/cd_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cf_64.png b/httpdocs/assets/flags/cf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cg_64.png b/httpdocs/assets/flags/cg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ch_64.png b/httpdocs/assets/flags/ch_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ci_64.png b/httpdocs/assets/flags/ci_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ck_64.png b/httpdocs/assets/flags/ck_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cl_64.png b/httpdocs/assets/flags/cl_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cm_64.png b/httpdocs/assets/flags/cm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cn_64.png b/httpdocs/assets/flags/cn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/co_64.png b/httpdocs/assets/flags/co_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cr_64.png b/httpdocs/assets/flags/cr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cu_64.png b/httpdocs/assets/flags/cu_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cv_64.png b/httpdocs/assets/flags/cv_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cw_64.png b/httpdocs/assets/flags/cw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cx_64.png b/httpdocs/assets/flags/cx_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cy_64.png b/httpdocs/assets/flags/cy_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/cz_64.png b/httpdocs/assets/flags/cz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/de_64.png b/httpdocs/assets/flags/de_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/dj_64.png b/httpdocs/assets/flags/dj_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/dk_64.png b/httpdocs/assets/flags/dk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/dm_64.png b/httpdocs/assets/flags/dm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/do_64.png b/httpdocs/assets/flags/do_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/dz_64.png b/httpdocs/assets/flags/dz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ec_64.png b/httpdocs/assets/flags/ec_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ee_64.png b/httpdocs/assets/flags/ee_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/eg_64.png b/httpdocs/assets/flags/eg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/eh_64.png b/httpdocs/assets/flags/eh_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/er_64.png b/httpdocs/assets/flags/er_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/es_32_circle.png b/httpdocs/assets/flags/es_32_circle.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/es_64.png b/httpdocs/assets/flags/es_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/et_64.png b/httpdocs/assets/flags/et_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/fi_64.png b/httpdocs/assets/flags/fi_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/fj_64.png b/httpdocs/assets/flags/fj_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/fk_64.png b/httpdocs/assets/flags/fk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/fm_64.png b/httpdocs/assets/flags/fm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/fo_64.png b/httpdocs/assets/flags/fo_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/fr_64.png b/httpdocs/assets/flags/fr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ga_64.png b/httpdocs/assets/flags/ga_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gb_64.png b/httpdocs/assets/flags/gb_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gd_64.png b/httpdocs/assets/flags/gd_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ge_64.png b/httpdocs/assets/flags/ge_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gf_64.png b/httpdocs/assets/flags/gf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gg_64.png b/httpdocs/assets/flags/gg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gh_64.png b/httpdocs/assets/flags/gh_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gi_64.png b/httpdocs/assets/flags/gi_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gl_64.png b/httpdocs/assets/flags/gl_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gm_64.png b/httpdocs/assets/flags/gm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gn_64.png b/httpdocs/assets/flags/gn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gp_64.png b/httpdocs/assets/flags/gp_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gq_64.png b/httpdocs/assets/flags/gq_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gr_64.png b/httpdocs/assets/flags/gr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gs_64.png b/httpdocs/assets/flags/gs_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gt_64.png b/httpdocs/assets/flags/gt_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gu_64.png b/httpdocs/assets/flags/gu_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gw_64.png b/httpdocs/assets/flags/gw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/gy_64.png b/httpdocs/assets/flags/gy_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/hk_64.png b/httpdocs/assets/flags/hk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/hm_64.png b/httpdocs/assets/flags/hm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/hn_64.png b/httpdocs/assets/flags/hn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/hr_64.png b/httpdocs/assets/flags/hr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ht_64.png b/httpdocs/assets/flags/ht_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/hu_64.png b/httpdocs/assets/flags/hu_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/id_64.png b/httpdocs/assets/flags/id_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ie_64.png b/httpdocs/assets/flags/ie_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/il_64.png b/httpdocs/assets/flags/il_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/im_64.png b/httpdocs/assets/flags/im_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/in_64.png b/httpdocs/assets/flags/in_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/index.html b/httpdocs/assets/flags/index.html old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/io_64.png b/httpdocs/assets/flags/io_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/iq_64.png b/httpdocs/assets/flags/iq_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ir_64.png b/httpdocs/assets/flags/ir_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/is_64.png b/httpdocs/assets/flags/is_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/it_64.png b/httpdocs/assets/flags/it_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/je_64.png b/httpdocs/assets/flags/je_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/jm_64.png b/httpdocs/assets/flags/jm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/jo_64.png b/httpdocs/assets/flags/jo_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/jp_64.png b/httpdocs/assets/flags/jp_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ke_64.png b/httpdocs/assets/flags/ke_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/kg_64.png b/httpdocs/assets/flags/kg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/kh_64.png b/httpdocs/assets/flags/kh_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ki_64.png b/httpdocs/assets/flags/ki_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/km_64.png b/httpdocs/assets/flags/km_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/kn_64.png b/httpdocs/assets/flags/kn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/kp_64.png b/httpdocs/assets/flags/kp_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/kr_64.png b/httpdocs/assets/flags/kr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/kw_64.png b/httpdocs/assets/flags/kw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ky_64.png b/httpdocs/assets/flags/ky_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/kz_64.png b/httpdocs/assets/flags/kz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/la_64.png b/httpdocs/assets/flags/la_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/lb_64.png b/httpdocs/assets/flags/lb_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/lc_64.png b/httpdocs/assets/flags/lc_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/li_64.png b/httpdocs/assets/flags/li_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/lk_64.png b/httpdocs/assets/flags/lk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/lr_64.png b/httpdocs/assets/flags/lr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ls_64.png b/httpdocs/assets/flags/ls_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/lt_64.png b/httpdocs/assets/flags/lt_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/lu_64.png b/httpdocs/assets/flags/lu_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/lv_64.png b/httpdocs/assets/flags/lv_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ly_64.png b/httpdocs/assets/flags/ly_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ma_64.png b/httpdocs/assets/flags/ma_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mc_64.png b/httpdocs/assets/flags/mc_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/md_64.png b/httpdocs/assets/flags/md_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/me_64.png b/httpdocs/assets/flags/me_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mf_64.png b/httpdocs/assets/flags/mf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mg_64.png b/httpdocs/assets/flags/mg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mh_64.png b/httpdocs/assets/flags/mh_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mk_64.png b/httpdocs/assets/flags/mk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ml_64.png b/httpdocs/assets/flags/ml_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mm_64.png b/httpdocs/assets/flags/mm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mn_64.png b/httpdocs/assets/flags/mn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mo_64.png b/httpdocs/assets/flags/mo_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mp_64.png b/httpdocs/assets/flags/mp_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mq_64.png b/httpdocs/assets/flags/mq_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mr_64.png b/httpdocs/assets/flags/mr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ms_64.png b/httpdocs/assets/flags/ms_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mt_64.png b/httpdocs/assets/flags/mt_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mu_64.png b/httpdocs/assets/flags/mu_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mv_64.png b/httpdocs/assets/flags/mv_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mw_64.png b/httpdocs/assets/flags/mw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mx_64.png b/httpdocs/assets/flags/mx_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/my_64.png b/httpdocs/assets/flags/my_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/mz_64.png b/httpdocs/assets/flags/mz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/na_64.png b/httpdocs/assets/flags/na_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/nc_64.png b/httpdocs/assets/flags/nc_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ne_64.png b/httpdocs/assets/flags/ne_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/nf_64.png b/httpdocs/assets/flags/nf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ng_64.png b/httpdocs/assets/flags/ng_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ni_64.png b/httpdocs/assets/flags/ni_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/nl_64.png b/httpdocs/assets/flags/nl_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/no_64.png b/httpdocs/assets/flags/no_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/np_64.png b/httpdocs/assets/flags/np_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/nr_64.png b/httpdocs/assets/flags/nr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/nu_64.png b/httpdocs/assets/flags/nu_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/nz_64.png b/httpdocs/assets/flags/nz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/om_64.png b/httpdocs/assets/flags/om_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pa_64.png b/httpdocs/assets/flags/pa_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pe_64.png b/httpdocs/assets/flags/pe_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pf_64.png b/httpdocs/assets/flags/pf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pg_64.png b/httpdocs/assets/flags/pg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ph_64.png b/httpdocs/assets/flags/ph_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pk_64.png b/httpdocs/assets/flags/pk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pl_64.png b/httpdocs/assets/flags/pl_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pm_64.png b/httpdocs/assets/flags/pm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pn_64.png b/httpdocs/assets/flags/pn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pr_64.png b/httpdocs/assets/flags/pr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ps_64.png b/httpdocs/assets/flags/ps_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pt_64.png b/httpdocs/assets/flags/pt_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/pw_64.png b/httpdocs/assets/flags/pw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/py_64.png b/httpdocs/assets/flags/py_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/qa_64.png b/httpdocs/assets/flags/qa_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/re_64.png b/httpdocs/assets/flags/re_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ro_64.png b/httpdocs/assets/flags/ro_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/rs_64.png b/httpdocs/assets/flags/rs_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ru_64.png b/httpdocs/assets/flags/ru_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/rw_64.png b/httpdocs/assets/flags/rw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sa_64.png b/httpdocs/assets/flags/sa_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sb_64.png b/httpdocs/assets/flags/sb_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sc_64.png b/httpdocs/assets/flags/sc_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sd_64.png b/httpdocs/assets/flags/sd_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/se_64.png b/httpdocs/assets/flags/se_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sg_64.png b/httpdocs/assets/flags/sg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sh_64.png b/httpdocs/assets/flags/sh_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/si_64.png b/httpdocs/assets/flags/si_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sj_64.png b/httpdocs/assets/flags/sj_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sk_64.png b/httpdocs/assets/flags/sk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sl_64.png b/httpdocs/assets/flags/sl_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sm_64.png b/httpdocs/assets/flags/sm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sn_64.png b/httpdocs/assets/flags/sn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/so_64.png b/httpdocs/assets/flags/so_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sr_64.png b/httpdocs/assets/flags/sr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ss_64.png b/httpdocs/assets/flags/ss_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/st_64.png b/httpdocs/assets/flags/st_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sv_64.png b/httpdocs/assets/flags/sv_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sx_64.png b/httpdocs/assets/flags/sx_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sy_64.png b/httpdocs/assets/flags/sy_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/sz_64.png b/httpdocs/assets/flags/sz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tc_64.png b/httpdocs/assets/flags/tc_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/td_64.png b/httpdocs/assets/flags/td_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tf_64.png b/httpdocs/assets/flags/tf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tg_64.png b/httpdocs/assets/flags/tg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/th_64.png b/httpdocs/assets/flags/th_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tj_64.png b/httpdocs/assets/flags/tj_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tk_64.png b/httpdocs/assets/flags/tk_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tl_64.png b/httpdocs/assets/flags/tl_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tm_64.png b/httpdocs/assets/flags/tm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tn_64.png b/httpdocs/assets/flags/tn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/to_64.png b/httpdocs/assets/flags/to_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tr_64.png b/httpdocs/assets/flags/tr_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tt_64.png b/httpdocs/assets/flags/tt_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tv_64.png b/httpdocs/assets/flags/tv_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tw_64.png b/httpdocs/assets/flags/tw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/tz_64.png b/httpdocs/assets/flags/tz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ua_64.png b/httpdocs/assets/flags/ua_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ug_64.png b/httpdocs/assets/flags/ug_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/um_64.png b/httpdocs/assets/flags/um_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/us_32_circle.png b/httpdocs/assets/flags/us_32_circle.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/us_64.png b/httpdocs/assets/flags/us_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/uy_64.png b/httpdocs/assets/flags/uy_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/uz_64.png b/httpdocs/assets/flags/uz_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/va_64.png b/httpdocs/assets/flags/va_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/vc_64.png b/httpdocs/assets/flags/vc_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ve_64.png b/httpdocs/assets/flags/ve_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/vg_64.png b/httpdocs/assets/flags/vg_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/vi_64.png b/httpdocs/assets/flags/vi_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/vn_64.png b/httpdocs/assets/flags/vn_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/vu_64.png b/httpdocs/assets/flags/vu_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/wf_64.png b/httpdocs/assets/flags/wf_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ws_64.png b/httpdocs/assets/flags/ws_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/ye_64.png b/httpdocs/assets/flags/ye_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/yt_64.png b/httpdocs/assets/flags/yt_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/za_64.png b/httpdocs/assets/flags/za_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/zm_64.png b/httpdocs/assets/flags/zm_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/flags/zw_64.png b/httpdocs/assets/flags/zw_64.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/img/default-user.png b/httpdocs/assets/img/default-user.png old mode 100644 new mode 100755 diff --git a/httpdocs/assets/img/index.html b/httpdocs/assets/img/index.html old mode 100644 new mode 100755 diff --git a/httpdocs/assets/index.html b/httpdocs/assets/index.html old mode 100644 new mode 100755 diff --git a/httpdocs/assets/js/index.html b/httpdocs/assets/js/index.html old mode 100644 new mode 100755 diff --git a/httpdocs/assets/js/login.js b/httpdocs/assets/js/login.js old mode 100644 new mode 100755 diff --git a/httpdocs/assets/js/main.js b/httpdocs/assets/js/main.js old mode 100644 new mode 100755 diff --git a/httpdocs/assets/vendor/index.html b/httpdocs/assets/vendor/index.html old mode 100644 new mode 100755 diff --git a/httpdocs/index.php b/httpdocs/index.php old mode 100644 new mode 100755 diff --git a/httpdocs/robots.txt b/httpdocs/robots.txt old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/css/bootstrap.css b/httpdocs/themes/tivo/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/css/fontawesome-all.css b/httpdocs/themes/tivo/css/fontawesome-all.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/css/magnific-popup.css b/httpdocs/themes/tivo/css/magnific-popup.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/css/styles.css b/httpdocs/themes/tivo/css/styles.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/css/swiper.css b/httpdocs/themes/tivo/css/swiper.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/article-details-large.jpg b/httpdocs/themes/tivo/images/article-details-large.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/article-details-small.jpg b/httpdocs/themes/tivo/images/article-details-small.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/customer-logo-1.png b/httpdocs/themes/tivo/images/customer-logo-1.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/customer-logo-2.png b/httpdocs/themes/tivo/images/customer-logo-2.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/customer-logo-3.png b/httpdocs/themes/tivo/images/customer-logo-3.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/customer-logo-4.png b/httpdocs/themes/tivo/images/customer-logo-4.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/customer-logo-5.png b/httpdocs/themes/tivo/images/customer-logo-5.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/customer-logo-6.png b/httpdocs/themes/tivo/images/customer-logo-6.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/description-1.png b/httpdocs/themes/tivo/images/description-1.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/description-2.png b/httpdocs/themes/tivo/images/description-2.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/description-3.png b/httpdocs/themes/tivo/images/description-3.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/details-lightbox.png b/httpdocs/themes/tivo/images/details-lightbox.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/details.png b/httpdocs/themes/tivo/images/details.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/down-arrow.png b/httpdocs/themes/tivo/images/down-arrow.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/favicon.png b/httpdocs/themes/tivo/images/favicon.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/features-1.png b/httpdocs/themes/tivo/images/features-1.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/features-2.png b/httpdocs/themes/tivo/images/features-2.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/features-3.png b/httpdocs/themes/tivo/images/features-3.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/header-software-app.png b/httpdocs/themes/tivo/images/header-software-app.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/logo.svg b/httpdocs/themes/tivo/images/logo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/testimonial-1.jpg b/httpdocs/themes/tivo/images/testimonial-1.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/testimonial-2.jpg b/httpdocs/themes/tivo/images/testimonial-2.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/testimonial-3.jpg b/httpdocs/themes/tivo/images/testimonial-3.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/testimonial-4.jpg b/httpdocs/themes/tivo/images/testimonial-4.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/up-arrow.png b/httpdocs/themes/tivo/images/up-arrow.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/images/video-image.png b/httpdocs/themes/tivo/images/video-image.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/bootstrap.min.js b/httpdocs/themes/tivo/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/jquery.easing.min.js b/httpdocs/themes/tivo/js/jquery.easing.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/jquery.magnific-popup.js b/httpdocs/themes/tivo/js/jquery.magnific-popup.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/jquery.min.js b/httpdocs/themes/tivo/js/jquery.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/popper.min.js b/httpdocs/themes/tivo/js/popper.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/scripts.js b/httpdocs/themes/tivo/js/scripts.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/swiper.min.js b/httpdocs/themes/tivo/js/swiper.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/js/validator.min.js b/httpdocs/themes/tivo/js/validator.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-brands-400.eot b/httpdocs/themes/tivo/webfonts/fa-brands-400.eot old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-brands-400.svg b/httpdocs/themes/tivo/webfonts/fa-brands-400.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-brands-400.ttf b/httpdocs/themes/tivo/webfonts/fa-brands-400.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-brands-400.woff b/httpdocs/themes/tivo/webfonts/fa-brands-400.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-brands-400.woff2 b/httpdocs/themes/tivo/webfonts/fa-brands-400.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-regular-400.eot b/httpdocs/themes/tivo/webfonts/fa-regular-400.eot old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-regular-400.svg b/httpdocs/themes/tivo/webfonts/fa-regular-400.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-regular-400.ttf b/httpdocs/themes/tivo/webfonts/fa-regular-400.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-regular-400.woff b/httpdocs/themes/tivo/webfonts/fa-regular-400.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-regular-400.woff2 b/httpdocs/themes/tivo/webfonts/fa-regular-400.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-solid-900.eot b/httpdocs/themes/tivo/webfonts/fa-solid-900.eot old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-solid-900.svg b/httpdocs/themes/tivo/webfonts/fa-solid-900.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-solid-900.ttf b/httpdocs/themes/tivo/webfonts/fa-solid-900.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-solid-900.woff b/httpdocs/themes/tivo/webfonts/fa-solid-900.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/tivo/webfonts/fa-solid-900.woff2 b/httpdocs/themes/tivo/webfonts/fa-solid-900.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/audio/Water_Lily.mp3 b/httpdocs/themes/vuexy/audio/Water_Lily.mp3 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/all.css b/httpdocs/themes/vuexy/css/all.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap4.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap4.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap4.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap4.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap5.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap5.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bootstrap5.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bulma.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bulma.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.bulma.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.bulma.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.dataTables.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.dataTables.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.dataTables.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.dataTables.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.foundation.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.foundation.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.foundation.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.foundation.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.jqueryui.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.jqueryui.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.jqueryui.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.jqueryui.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.semanticui.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.semanticui.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/editor.semanticui.min.css b/httpdocs/themes/vuexy/css/datatables-editor/editor.semanticui.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/bubble.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/bubble.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/datatable.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/datatable.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/envelope.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/envelope.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/fields.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/fields.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/inline.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/inline.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/lightbox.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/lightbox.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/main.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/main.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/mixins.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/mixins.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/processing.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/processing.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/datatables-editor/scss/upload.scss b/httpdocs/themes/vuexy/css/datatables-editor/scss/upload.scss old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/font-pdf.css b/httpdocs/themes/vuexy/css/font-pdf.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/pdf.presupuesto.css b/httpdocs/themes/vuexy/css/pdf.presupuesto.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/safekat.css b/httpdocs/themes/vuexy/css/safekat.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/css/sk-datatables.css b/httpdocs/themes/vuexy/css/sk-datatables.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/1.png b/httpdocs/themes/vuexy/img/avatars/1.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/10.png b/httpdocs/themes/vuexy/img/avatars/10.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/11.png b/httpdocs/themes/vuexy/img/avatars/11.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/12.png b/httpdocs/themes/vuexy/img/avatars/12.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/13.png b/httpdocs/themes/vuexy/img/avatars/13.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/14.png b/httpdocs/themes/vuexy/img/avatars/14.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/15.png b/httpdocs/themes/vuexy/img/avatars/15.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/2.png b/httpdocs/themes/vuexy/img/avatars/2.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/3.png b/httpdocs/themes/vuexy/img/avatars/3.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/4.png b/httpdocs/themes/vuexy/img/avatars/4.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/5.png b/httpdocs/themes/vuexy/img/avatars/5.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/6.png b/httpdocs/themes/vuexy/img/avatars/6.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/7.png b/httpdocs/themes/vuexy/img/avatars/7.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/8.png b/httpdocs/themes/vuexy/img/avatars/8.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/avatars/9.png b/httpdocs/themes/vuexy/img/avatars/9.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/1.jpg b/httpdocs/themes/vuexy/img/backgrounds/1.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/2.jpg b/httpdocs/themes/vuexy/img/backgrounds/2.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/3.jpg b/httpdocs/themes/vuexy/img/backgrounds/3.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/4.jpg b/httpdocs/themes/vuexy/img/backgrounds/4.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/5.jpg b/httpdocs/themes/vuexy/img/backgrounds/5.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/6.jpg b/httpdocs/themes/vuexy/img/backgrounds/6.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/7.jpg b/httpdocs/themes/vuexy/img/backgrounds/7.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/airpods.png b/httpdocs/themes/vuexy/img/backgrounds/airpods.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/event.jpg b/httpdocs/themes/vuexy/img/backgrounds/event.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/headphones.png b/httpdocs/themes/vuexy/img/backgrounds/headphones.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/mac.png b/httpdocs/themes/vuexy/img/backgrounds/mac.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/phone.png b/httpdocs/themes/vuexy/img/backgrounds/phone.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/speaker.png b/httpdocs/themes/vuexy/img/backgrounds/speaker.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/backgrounds/watch.png b/httpdocs/themes/vuexy/img/backgrounds/watch.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/branding/brand-img-dark.png b/httpdocs/themes/vuexy/img/branding/brand-img-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/branding/brand-img-light.png b/httpdocs/themes/vuexy/img/branding/brand-img-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/branding/brand-img-small.png b/httpdocs/themes/vuexy/img/branding/brand-img-small.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/branding/logo.png b/httpdocs/themes/vuexy/img/branding/logo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/1.jpg b/httpdocs/themes/vuexy/img/elements/1.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/10.jpg b/httpdocs/themes/vuexy/img/elements/10.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/11.jpg b/httpdocs/themes/vuexy/img/elements/11.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/12.jpg b/httpdocs/themes/vuexy/img/elements/12.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/13.jpg b/httpdocs/themes/vuexy/img/elements/13.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/14.jpg b/httpdocs/themes/vuexy/img/elements/14.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/15.jpg b/httpdocs/themes/vuexy/img/elements/15.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/16.jpg b/httpdocs/themes/vuexy/img/elements/16.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/2.jpg b/httpdocs/themes/vuexy/img/elements/2.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/3.jpg b/httpdocs/themes/vuexy/img/elements/3.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/4.jpg b/httpdocs/themes/vuexy/img/elements/4.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/5.jpg b/httpdocs/themes/vuexy/img/elements/5.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/6.jpg b/httpdocs/themes/vuexy/img/elements/6.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/7.jpg b/httpdocs/themes/vuexy/img/elements/7.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/8.jpg b/httpdocs/themes/vuexy/img/elements/8.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/elements/9.jpg b/httpdocs/themes/vuexy/img/elements/9.jpg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/android-icon-144x144.png b/httpdocs/themes/vuexy/img/favicon/android-icon-144x144.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/android-icon-192x192.png b/httpdocs/themes/vuexy/img/favicon/android-icon-192x192.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/android-icon-36x36.png b/httpdocs/themes/vuexy/img/favicon/android-icon-36x36.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/android-icon-48x48.png b/httpdocs/themes/vuexy/img/favicon/android-icon-48x48.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/android-icon-72x72.png b/httpdocs/themes/vuexy/img/favicon/android-icon-72x72.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/android-icon-96x96.png b/httpdocs/themes/vuexy/img/favicon/android-icon-96x96.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-114x114.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-114x114.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-120x120.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-120x120.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-144x144.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-144x144.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-152x152.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-152x152.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-180x180.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-180x180.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-57x57.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-57x57.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-60x60.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-60x60.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-72x72.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-72x72.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-76x76.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-76x76.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon-precomposed.png b/httpdocs/themes/vuexy/img/favicon/apple-icon-precomposed.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/apple-icon.png b/httpdocs/themes/vuexy/img/favicon/apple-icon.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/browserconfig.xml b/httpdocs/themes/vuexy/img/favicon/browserconfig.xml old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/favicon-16x16.png b/httpdocs/themes/vuexy/img/favicon/favicon-16x16.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/favicon-32x32.png b/httpdocs/themes/vuexy/img/favicon/favicon-32x32.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/favicon-96x96.png b/httpdocs/themes/vuexy/img/favicon/favicon-96x96.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/favicon.ico b/httpdocs/themes/vuexy/img/favicon/favicon.ico old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/manifest.json b/httpdocs/themes/vuexy/img/favicon/manifest.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/ms-icon-144x144.png b/httpdocs/themes/vuexy/img/favicon/ms-icon-144x144.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/ms-icon-150x150.png b/httpdocs/themes/vuexy/img/favicon/ms-icon-150x150.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/ms-icon-310x310.png b/httpdocs/themes/vuexy/img/favicon/ms-icon-310x310.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/favicon/ms-icon-70x70.png b/httpdocs/themes/vuexy/img/favicon/ms-icon-70x70.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/asana.png b/httpdocs/themes/vuexy/img/icons/brands/asana.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/behance.png b/httpdocs/themes/vuexy/img/icons/brands/behance.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/bootstrap-logo.png b/httpdocs/themes/vuexy/img/icons/brands/bootstrap-logo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/brave.png b/httpdocs/themes/vuexy/img/icons/brands/brave.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/chrome.png b/httpdocs/themes/vuexy/img/icons/brands/chrome.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/dribbble.png b/httpdocs/themes/vuexy/img/icons/brands/dribbble.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/edge.png b/httpdocs/themes/vuexy/img/icons/brands/edge.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/event-label.png b/httpdocs/themes/vuexy/img/icons/brands/event-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/facebook.png b/httpdocs/themes/vuexy/img/icons/brands/facebook.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/figma-label.png b/httpdocs/themes/vuexy/img/icons/brands/figma-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/figma-logo.png b/httpdocs/themes/vuexy/img/icons/brands/figma-logo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/firefox.png b/httpdocs/themes/vuexy/img/icons/brands/firefox.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/github.png b/httpdocs/themes/vuexy/img/icons/brands/github.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/google.png b/httpdocs/themes/vuexy/img/icons/brands/google.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/html-label.png b/httpdocs/themes/vuexy/img/icons/brands/html-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/instagram.png b/httpdocs/themes/vuexy/img/icons/brands/instagram.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/laravel-logo.png b/httpdocs/themes/vuexy/img/icons/brands/laravel-logo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/mailchimp.png b/httpdocs/themes/vuexy/img/icons/brands/mailchimp.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/opera.png b/httpdocs/themes/vuexy/img/icons/brands/opera.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/react-label.png b/httpdocs/themes/vuexy/img/icons/brands/react-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/react-logo.png b/httpdocs/themes/vuexy/img/icons/brands/react-logo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/safari.png b/httpdocs/themes/vuexy/img/icons/brands/safari.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/sketch-label.png b/httpdocs/themes/vuexy/img/icons/brands/sketch-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/sketch-logo.png b/httpdocs/themes/vuexy/img/icons/brands/sketch-logo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/slack.png b/httpdocs/themes/vuexy/img/icons/brands/slack.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/social-label.png b/httpdocs/themes/vuexy/img/icons/brands/social-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/support-label.png b/httpdocs/themes/vuexy/img/icons/brands/support-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/twitter-label.png b/httpdocs/themes/vuexy/img/icons/brands/twitter-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/twitter.png b/httpdocs/themes/vuexy/img/icons/brands/twitter.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/vue-label.png b/httpdocs/themes/vuexy/img/icons/brands/vue-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/vue-logo.png b/httpdocs/themes/vuexy/img/icons/brands/vue-logo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/brands/xd-label.png b/httpdocs/themes/vuexy/img/icons/brands/xd-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/authentication-QR.png b/httpdocs/themes/vuexy/img/icons/misc/authentication-QR.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/doc.png b/httpdocs/themes/vuexy/img/icons/misc/doc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/leaf-green.png b/httpdocs/themes/vuexy/img/icons/misc/leaf-green.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/leaf-orange.png b/httpdocs/themes/vuexy/img/icons/misc/leaf-orange.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/leaf-red.png b/httpdocs/themes/vuexy/img/icons/misc/leaf-red.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/leaf-shadow.png b/httpdocs/themes/vuexy/img/icons/misc/leaf-shadow.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/pdf.png b/httpdocs/themes/vuexy/img/icons/misc/pdf.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/search-doc.png b/httpdocs/themes/vuexy/img/icons/misc/search-doc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/search-jpg.png b/httpdocs/themes/vuexy/img/icons/misc/search-jpg.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/search-xls.png b/httpdocs/themes/vuexy/img/icons/misc/search-xls.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/misc/xls.png b/httpdocs/themes/vuexy/img/icons/misc/xls.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/american-ex.png b/httpdocs/themes/vuexy/img/icons/payments/american-ex.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/american-express-img.png b/httpdocs/themes/vuexy/img/icons/payments/american-express-img.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/amex-cc.png b/httpdocs/themes/vuexy/img/icons/payments/amex-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/amex.png b/httpdocs/themes/vuexy/img/icons/payments/amex.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/diners-cc.png b/httpdocs/themes/vuexy/img/icons/payments/diners-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/diners.png b/httpdocs/themes/vuexy/img/icons/payments/diners.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/discover-cc.png b/httpdocs/themes/vuexy/img/icons/payments/discover-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/discover.png b/httpdocs/themes/vuexy/img/icons/payments/discover.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/jcb-cc.png b/httpdocs/themes/vuexy/img/icons/payments/jcb-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/jcb.png b/httpdocs/themes/vuexy/img/icons/payments/jcb.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/jcb15-cc.png b/httpdocs/themes/vuexy/img/icons/payments/jcb15-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/maestro-cc.png b/httpdocs/themes/vuexy/img/icons/payments/maestro-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/master-card-img.png b/httpdocs/themes/vuexy/img/icons/payments/master-card-img.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/mastercard-cc.png b/httpdocs/themes/vuexy/img/icons/payments/mastercard-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/mastercard-label.png b/httpdocs/themes/vuexy/img/icons/payments/mastercard-label.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/mastercard.png b/httpdocs/themes/vuexy/img/icons/payments/mastercard.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/paypal.png b/httpdocs/themes/vuexy/img/icons/payments/paypal.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/uatp-cc.png b/httpdocs/themes/vuexy/img/icons/payments/uatp-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/unionPay-cc.png b/httpdocs/themes/vuexy/img/icons/payments/unionPay-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/visa-cc.png b/httpdocs/themes/vuexy/img/icons/payments/visa-cc.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/visa-dark.png b/httpdocs/themes/vuexy/img/icons/payments/visa-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/visa-img.png b/httpdocs/themes/vuexy/img/icons/payments/visa-img.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/visa-light.png b/httpdocs/themes/vuexy/img/icons/payments/visa-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/icons/payments/visa.png b/httpdocs/themes/vuexy/img/icons/payments/visa.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/add-new-roles.png b/httpdocs/themes/vuexy/img/illustrations/add-new-roles.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-forgot-password-illustration-dark.png b/httpdocs/themes/vuexy/img/illustrations/auth-forgot-password-illustration-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-forgot-password-illustration-light.png b/httpdocs/themes/vuexy/img/illustrations/auth-forgot-password-illustration-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-login-illustration-dark.png b/httpdocs/themes/vuexy/img/illustrations/auth-login-illustration-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-login-illustration-light.png b/httpdocs/themes/vuexy/img/illustrations/auth-login-illustration-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-register-illustration-dark.png b/httpdocs/themes/vuexy/img/illustrations/auth-register-illustration-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-register-illustration-light.png b/httpdocs/themes/vuexy/img/illustrations/auth-register-illustration-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-register-multisteps-illustration.png b/httpdocs/themes/vuexy/img/illustrations/auth-register-multisteps-illustration.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-reset-password-illustration-dark.png b/httpdocs/themes/vuexy/img/illustrations/auth-reset-password-illustration-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-reset-password-illustration-light.png b/httpdocs/themes/vuexy/img/illustrations/auth-reset-password-illustration-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-two-step-illustration-dark.png b/httpdocs/themes/vuexy/img/illustrations/auth-two-step-illustration-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-two-step-illustration-light.png b/httpdocs/themes/vuexy/img/illustrations/auth-two-step-illustration-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-verify-email-illustration-dark.png b/httpdocs/themes/vuexy/img/illustrations/auth-verify-email-illustration-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/auth-verify-email-illustration-light.png b/httpdocs/themes/vuexy/img/illustrations/auth-verify-email-illustration-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/bg-shape-image-dark.png b/httpdocs/themes/vuexy/img/illustrations/bg-shape-image-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/bg-shape-image-light.png b/httpdocs/themes/vuexy/img/illustrations/bg-shape-image-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/boy-verify-email-dark.png b/httpdocs/themes/vuexy/img/illustrations/boy-verify-email-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/boy-verify-email-light.png b/httpdocs/themes/vuexy/img/illustrations/boy-verify-email-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/boy-with-laptop-dark.png b/httpdocs/themes/vuexy/img/illustrations/boy-with-laptop-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/boy-with-laptop-light.png b/httpdocs/themes/vuexy/img/illustrations/boy-with-laptop-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/boy-with-rocket-dark.png b/httpdocs/themes/vuexy/img/illustrations/boy-with-rocket-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/boy-with-rocket-light.png b/httpdocs/themes/vuexy/img/illustrations/boy-with-rocket-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/card-advance-sale.png b/httpdocs/themes/vuexy/img/illustrations/card-advance-sale.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/card-website-analytics-1.png b/httpdocs/themes/vuexy/img/illustrations/card-website-analytics-1.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/card-website-analytics-2.png b/httpdocs/themes/vuexy/img/illustrations/card-website-analytics-2.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/card-website-analytics-3.png b/httpdocs/themes/vuexy/img/illustrations/card-website-analytics-3.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-doing-yoga-dark.png b/httpdocs/themes/vuexy/img/illustrations/girl-doing-yoga-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-doing-yoga-light.png b/httpdocs/themes/vuexy/img/illustrations/girl-doing-yoga-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-sitting-with-laptop.png b/httpdocs/themes/vuexy/img/illustrations/girl-sitting-with-laptop.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-unlock-password-dark.png b/httpdocs/themes/vuexy/img/illustrations/girl-unlock-password-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-unlock-password-light.png b/httpdocs/themes/vuexy/img/illustrations/girl-unlock-password-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-verify-password-dark.png b/httpdocs/themes/vuexy/img/illustrations/girl-verify-password-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-verify-password-light.png b/httpdocs/themes/vuexy/img/illustrations/girl-verify-password-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-with-laptop-dark.png b/httpdocs/themes/vuexy/img/illustrations/girl-with-laptop-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-with-laptop-light.png b/httpdocs/themes/vuexy/img/illustrations/girl-with-laptop-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/girl-with-laptop.png b/httpdocs/themes/vuexy/img/illustrations/girl-with-laptop.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/page-misc-error.png b/httpdocs/themes/vuexy/img/illustrations/page-misc-error.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/page-misc-launching-soon.png b/httpdocs/themes/vuexy/img/illustrations/page-misc-launching-soon.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/page-misc-under-maintenance.png b/httpdocs/themes/vuexy/img/illustrations/page-misc-under-maintenance.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/page-misc-you-are-not-authorized.png b/httpdocs/themes/vuexy/img/illustrations/page-misc-you-are-not-authorized.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/page-pricing-basic.png b/httpdocs/themes/vuexy/img/illustrations/page-pricing-basic.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/page-pricing-enterprise.png b/httpdocs/themes/vuexy/img/illustrations/page-pricing-enterprise.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/page-pricing-standard.png b/httpdocs/themes/vuexy/img/illustrations/page-pricing-standard.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/wizard-create-deal-confirm.png b/httpdocs/themes/vuexy/img/illustrations/wizard-create-deal-confirm.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/wizard-create-deal-girl-with-laptop-dark.png b/httpdocs/themes/vuexy/img/illustrations/wizard-create-deal-girl-with-laptop-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/illustrations/wizard-create-deal-girl-with-laptop-light.png b/httpdocs/themes/vuexy/img/illustrations/wizard-create-deal-girl-with-laptop-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-collapsed-menu-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-collapsed-menu-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-collapsed-menu-light.png b/httpdocs/themes/vuexy/img/layouts/layout-collapsed-menu-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-container-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-container-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-container-light.png b/httpdocs/themes/vuexy/img/layouts/layout-container-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-and-sidebar-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-and-sidebar-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-and-sidebar-light.png b/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-and-sidebar-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-light.png b/httpdocs/themes/vuexy/img/layouts/layout-content-navbar-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-fluid-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-fluid-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-fluid-light.png b/httpdocs/themes/vuexy/img/layouts/layout-fluid-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-horizontal-container-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-horizontal-container-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-horizontal-container-light.png b/httpdocs/themes/vuexy/img/layouts/layout-horizontal-container-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-horizontal-fluid-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-horizontal-fluid-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-horizontal-fluid-light.png b/httpdocs/themes/vuexy/img/layouts/layout-horizontal-fluid-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-horizontal-without-menu-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-horizontal-without-menu-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-horizontal-without-menu-light.png b/httpdocs/themes/vuexy/img/layouts/layout-horizontal-without-menu-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-without-menu-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-without-menu-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-without-menu-light.png b/httpdocs/themes/vuexy/img/layouts/layout-without-menu-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-without-navbar-dark.png b/httpdocs/themes/vuexy/img/layouts/layout-without-navbar-dark.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/layouts/layout-without-navbar-light.png b/httpdocs/themes/vuexy/img/layouts/layout-without-navbar-light.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/pages/header.png b/httpdocs/themes/vuexy/img/pages/header.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/pages/profile-banner.png b/httpdocs/themes/vuexy/img/pages/profile-banner.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/1.png b/httpdocs/themes/vuexy/img/products/1.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/2.png b/httpdocs/themes/vuexy/img/products/2.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/amazon-echo.png b/httpdocs/themes/vuexy/img/products/amazon-echo.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/apple-watch.png b/httpdocs/themes/vuexy/img/products/apple-watch.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/headphones.png b/httpdocs/themes/vuexy/img/products/headphones.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/iphone.png b/httpdocs/themes/vuexy/img/products/iphone.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/nike-air-jordan.png b/httpdocs/themes/vuexy/img/products/nike-air-jordan.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/products/play-station.png b/httpdocs/themes/vuexy/img/products/play-station.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/libro-1.png b/httpdocs/themes/vuexy/img/safekat/libro-1.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/libro-2.png b/httpdocs/themes/vuexy/img/safekat/libro-2.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/libro-3.png b/httpdocs/themes/vuexy/img/safekat/libro-3.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_bn.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_bn.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_bnhq.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_bnhq.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_color.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_color.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_colorhq.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_colorhq.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_cubierta.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_cubierta.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_rotativa_bn.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_rotativa_bn.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_rotativa_color.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_rotativa_color.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_sobrecubierta.png b/httpdocs/themes/vuexy/img/safekat/presupuestos/icon_sobrecubierta.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-access-permission.js b/httpdocs/themes/vuexy/js/app-access-permission.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-access-roles.js b/httpdocs/themes/vuexy/js/app-access-roles.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-calendar-events.js b/httpdocs/themes/vuexy/js/app-calendar-events.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-calendar.js b/httpdocs/themes/vuexy/js/app-calendar.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-chat.js b/httpdocs/themes/vuexy/js/app-chat.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-email.js b/httpdocs/themes/vuexy/js/app-email.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-invoice-add.js b/httpdocs/themes/vuexy/js/app-invoice-add.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-invoice-edit.js b/httpdocs/themes/vuexy/js/app-invoice-edit.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-invoice-list.js b/httpdocs/themes/vuexy/js/app-invoice-list.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-invoice-print.js b/httpdocs/themes/vuexy/js/app-invoice-print.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-kanban.js b/httpdocs/themes/vuexy/js/app-kanban.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-user-list.js b/httpdocs/themes/vuexy/js/app-user-list.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-user-view-account.js b/httpdocs/themes/vuexy/js/app-user-view-account.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-user-view-billing.js b/httpdocs/themes/vuexy/js/app-user-view-billing.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-user-view-security.js b/httpdocs/themes/vuexy/js/app-user-view-security.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/app-user-view.js b/httpdocs/themes/vuexy/js/app-user-view.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/cards-actions.js b/httpdocs/themes/vuexy/js/cards-actions.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/cards-advance.js b/httpdocs/themes/vuexy/js/cards-advance.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/cards-analytics.js b/httpdocs/themes/vuexy/js/cards-analytics.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/cards-statistics.js b/httpdocs/themes/vuexy/js/cards-statistics.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/charts-apex.js b/httpdocs/themes/vuexy/js/charts-apex.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/charts-chartjs.js b/httpdocs/themes/vuexy/js/charts-chartjs.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/config.js b/httpdocs/themes/vuexy/js/config.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/dashboards-analytics.js b/httpdocs/themes/vuexy/js/dashboards-analytics.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/dashboards-crm.js b/httpdocs/themes/vuexy/js/dashboards-crm.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/dashboards-ecommerce.js b/httpdocs/themes/vuexy/js/dashboards-ecommerce.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.js b/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.min.js b/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.mjs b/httpdocs/themes/vuexy/js/datatables-editor/dataTables.editor.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap4.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bootstrap5.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.bulma.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.dataTables.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.foundation.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.jqueryui.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.min.js b/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.min.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.min.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.mjs b/httpdocs/themes/vuexy/js/datatables-editor/editor.semanticui.mjs old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-blockui.js b/httpdocs/themes/vuexy/js/extended-ui-blockui.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-drag-and-drop.js b/httpdocs/themes/vuexy/js/extended-ui-drag-and-drop.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-media-player.js b/httpdocs/themes/vuexy/js/extended-ui-media-player.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-misc-clipboardjs.js b/httpdocs/themes/vuexy/js/extended-ui-misc-clipboardjs.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-misc-idle-timer.js b/httpdocs/themes/vuexy/js/extended-ui-misc-idle-timer.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-misc-numeraljs.js b/httpdocs/themes/vuexy/js/extended-ui-misc-numeraljs.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-perfect-scrollbar.js b/httpdocs/themes/vuexy/js/extended-ui-perfect-scrollbar.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-star-ratings.js b/httpdocs/themes/vuexy/js/extended-ui-star-ratings.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-sweetalert2.js b/httpdocs/themes/vuexy/js/extended-ui-sweetalert2.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-timeline.js b/httpdocs/themes/vuexy/js/extended-ui-timeline.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-tour.js b/httpdocs/themes/vuexy/js/extended-ui-tour.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/extended-ui-treeview.js b/httpdocs/themes/vuexy/js/extended-ui-treeview.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/form-basic-inputs.js b/httpdocs/themes/vuexy/js/form-basic-inputs.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/form-layouts.js b/httpdocs/themes/vuexy/js/form-layouts.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/form-validation.js b/httpdocs/themes/vuexy/js/form-validation.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/form-wizard-icons.js b/httpdocs/themes/vuexy/js/form-wizard-icons.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/form-wizard-numbered.js b/httpdocs/themes/vuexy/js/form-wizard-numbered.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/form-wizard-validation.js b/httpdocs/themes/vuexy/js/form-wizard-validation.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-editors.js b/httpdocs/themes/vuexy/js/forms-editors.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-extras.js b/httpdocs/themes/vuexy/js/forms-extras.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-file-upload.js b/httpdocs/themes/vuexy/js/forms-file-upload.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-pickers.js b/httpdocs/themes/vuexy/js/forms-pickers.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-selects.js b/httpdocs/themes/vuexy/js/forms-selects.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-sliders.js b/httpdocs/themes/vuexy/js/forms-sliders.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-tagify.js b/httpdocs/themes/vuexy/js/forms-tagify.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/forms-typeahead.js b/httpdocs/themes/vuexy/js/forms-typeahead.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/main.js b/httpdocs/themes/vuexy/js/main.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/maps-leaflet.js b/httpdocs/themes/vuexy/js/maps-leaflet.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-add-new-address.js b/httpdocs/themes/vuexy/js/modal-add-new-address.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-add-new-cc.js b/httpdocs/themes/vuexy/js/modal-add-new-cc.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-add-permission.js b/httpdocs/themes/vuexy/js/modal-add-permission.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-add-role.js b/httpdocs/themes/vuexy/js/modal-add-role.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-create-app.js b/httpdocs/themes/vuexy/js/modal-create-app.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-edit-cc.js b/httpdocs/themes/vuexy/js/modal-edit-cc.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-edit-permission.js b/httpdocs/themes/vuexy/js/modal-edit-permission.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-edit-user.js b/httpdocs/themes/vuexy/js/modal-edit-user.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-enable-otp.js b/httpdocs/themes/vuexy/js/modal-enable-otp.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-share-project.js b/httpdocs/themes/vuexy/js/modal-share-project.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/modal-two-factor-auth.js b/httpdocs/themes/vuexy/js/modal-two-factor-auth.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/offcanvas-add-payment.js b/httpdocs/themes/vuexy/js/offcanvas-add-payment.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/offcanvas-send-invoice.js b/httpdocs/themes/vuexy/js/offcanvas-send-invoice.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-account-settings-account.js b/httpdocs/themes/vuexy/js/pages-account-settings-account.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-account-settings-billing.js b/httpdocs/themes/vuexy/js/pages-account-settings-billing.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-account-settings-security.js b/httpdocs/themes/vuexy/js/pages-account-settings-security.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-auth-multisteps.js b/httpdocs/themes/vuexy/js/pages-auth-multisteps.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-auth-two-steps.js b/httpdocs/themes/vuexy/js/pages-auth-two-steps.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-auth.js b/httpdocs/themes/vuexy/js/pages-auth.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-pricing.js b/httpdocs/themes/vuexy/js/pages-pricing.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/pages-profile.js b/httpdocs/themes/vuexy/js/pages-profile.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/tables-datatables-advanced.js b/httpdocs/themes/vuexy/js/tables-datatables-advanced.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/tables-datatables-basic.js b/httpdocs/themes/vuexy/js/tables-datatables-basic.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/tables-datatables-extensions.js b/httpdocs/themes/vuexy/js/tables-datatables-extensions.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/ui-app-brand.js b/httpdocs/themes/vuexy/js/ui-app-brand.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/ui-carousel.js b/httpdocs/themes/vuexy/js/ui-carousel.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/ui-menu.js b/httpdocs/themes/vuexy/js/ui-menu.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/ui-modals.js b/httpdocs/themes/vuexy/js/ui-modals.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/ui-navbar.js b/httpdocs/themes/vuexy/js/ui-navbar.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/ui-popover.js b/httpdocs/themes/vuexy/js/ui-popover.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/ui-toasts.js b/httpdocs/themes/vuexy/js/ui-toasts.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/wizard-ex-checkout.js b/httpdocs/themes/vuexy/js/wizard-ex-checkout.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/wizard-ex-create-deal.js b/httpdocs/themes/vuexy/js/wizard-ex-create-deal.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/js/wizard-ex-property-listing.js b/httpdocs/themes/vuexy/js/wizard-ex-property-listing.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/ajax.php b/httpdocs/themes/vuexy/json/ajax.php old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/earning-reports-charts.json b/httpdocs/themes/vuexy/json/earning-reports-charts.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/invoice-list.json b/httpdocs/themes/vuexy/json/invoice-list.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/jstree-data.json b/httpdocs/themes/vuexy/json/jstree-data.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/kanban.json b/httpdocs/themes/vuexy/json/kanban.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/locales/de.json b/httpdocs/themes/vuexy/json/locales/de.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/locales/en.json b/httpdocs/themes/vuexy/json/locales/en.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/locales/fr.json b/httpdocs/themes/vuexy/json/locales/fr.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/locales/pt.json b/httpdocs/themes/vuexy/json/locales/pt.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/permissions-list.json b/httpdocs/themes/vuexy/json/permissions-list.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/projects-list.json b/httpdocs/themes/vuexy/json/projects-list.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/search-horizontal.json b/httpdocs/themes/vuexy/json/search-horizontal.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/search-vertical.json b/httpdocs/themes/vuexy/json/search-vertical.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/table-datatable.json b/httpdocs/themes/vuexy/json/table-datatable.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/table-ecommerce.json b/httpdocs/themes/vuexy/json/table-ecommerce.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/typeahead-data-2.json b/httpdocs/themes/vuexy/json/typeahead-data-2.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/typeahead.json b/httpdocs/themes/vuexy/json/typeahead.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/user-list.json b/httpdocs/themes/vuexy/json/user-list.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/json/user-profile.json b/httpdocs/themes/vuexy/json/user-profile.json old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/au.svg b/httpdocs/themes/vuexy/svg/flags/au.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/br.svg b/httpdocs/themes/vuexy/svg/flags/br.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/cn.svg b/httpdocs/themes/vuexy/svg/flags/cn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/de.svg b/httpdocs/themes/vuexy/svg/flags/de.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/fr.svg b/httpdocs/themes/vuexy/svg/flags/fr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/in.svg b/httpdocs/themes/vuexy/svg/flags/in.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/pt.svg b/httpdocs/themes/vuexy/svg/flags/pt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/flags/us.svg b/httpdocs/themes/vuexy/svg/flags/us.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/form-wizard-account.svg b/httpdocs/themes/vuexy/svg/icons/form-wizard-account.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/form-wizard-address.svg b/httpdocs/themes/vuexy/svg/icons/form-wizard-address.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/form-wizard-personal.svg b/httpdocs/themes/vuexy/svg/icons/form-wizard-personal.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/form-wizard-social-link.svg b/httpdocs/themes/vuexy/svg/icons/form-wizard-social-link.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/form-wizard-submit.svg b/httpdocs/themes/vuexy/svg/icons/form-wizard-submit.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/wizard-checkout-address.svg b/httpdocs/themes/vuexy/svg/icons/wizard-checkout-address.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/wizard-checkout-cart.svg b/httpdocs/themes/vuexy/svg/icons/wizard-checkout-cart.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/wizard-checkout-confirmation.svg b/httpdocs/themes/vuexy/svg/icons/wizard-checkout-confirmation.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/svg/icons/wizard-checkout-payment.svg b/httpdocs/themes/vuexy/svg/icons/wizard-checkout-payment.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/advanced-wizard.css b/httpdocs/themes/vuexy/vendor/css/pages/advanced-wizard.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/app-calendar.css b/httpdocs/themes/vuexy/vendor/css/pages/app-calendar.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/app-chat.css b/httpdocs/themes/vuexy/vendor/css/pages/app-chat.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/app-email.css b/httpdocs/themes/vuexy/vendor/css/pages/app-email.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/app-invoice-print.css b/httpdocs/themes/vuexy/vendor/css/pages/app-invoice-print.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/app-invoice.css b/httpdocs/themes/vuexy/vendor/css/pages/app-invoice.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/app-kanban.css b/httpdocs/themes/vuexy/vendor/css/pages/app-kanban.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/cards-advance.css b/httpdocs/themes/vuexy/vendor/css/pages/cards-advance.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-account-settings.css b/httpdocs/themes/vuexy/vendor/css/pages/page-account-settings.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-auth.css b/httpdocs/themes/vuexy/vendor/css/pages/page-auth.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-faq.css b/httpdocs/themes/vuexy/vendor/css/pages/page-faq.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-help-center.css b/httpdocs/themes/vuexy/vendor/css/pages/page-help-center.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-icons.css b/httpdocs/themes/vuexy/vendor/css/pages/page-icons.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-misc.css b/httpdocs/themes/vuexy/vendor/css/pages/page-misc.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-pricing.css b/httpdocs/themes/vuexy/vendor/css/pages/page-pricing.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-profile.css b/httpdocs/themes/vuexy/vendor/css/pages/page-profile.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/page-user-view.css b/httpdocs/themes/vuexy/vendor/css/pages/page-user-view.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/ui-carousel.css b/httpdocs/themes/vuexy/vendor/css/pages/ui-carousel.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/pages/wizard-ex-checkout.css b/httpdocs/themes/vuexy/vendor/css/pages/wizard-ex-checkout.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/core-dark.css b/httpdocs/themes/vuexy/vendor/css/rtl/core-dark.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/core.css b/httpdocs/themes/vuexy/vendor/css/rtl/core.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-bordered-dark.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-bordered-dark.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-bordered.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-bordered.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-default-dark.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-default-dark.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-default.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-default.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-raspberry-dark.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-raspberry-dark.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-raspberry.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-raspberry.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-semi-dark-dark.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-semi-dark-dark.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/theme-semi-dark.css b/httpdocs/themes/vuexy/vendor/css/rtl/theme-semi-dark.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/editor.bootstrap5.min.css b/httpdocs/themes/vuexy/vendor/editor.bootstrap5.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flag-icons.css b/httpdocs/themes/vuexy/vendor/fonts/flag-icons.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ac.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ac.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ad.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ad.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ae.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ae.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/af.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/af.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ag.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ag.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ai.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ai.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/al.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/al.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/am.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/am.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ao.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ao.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/aq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/aq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ar.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ar.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/as.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/as.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/at.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/at.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/au.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/au.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/aw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/aw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ax.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ax.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/az.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/az.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ba.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ba.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/be.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/be.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/br.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/br.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bs.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bs.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/by.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/by.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/bz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ca.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ca.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cefta.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cefta.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ch.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ch.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ci.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ci.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ck.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ck.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/co.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/co.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/cz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/de.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/de.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/do.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/do.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/dz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ea.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ea.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ec.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ec.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ee.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ee.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/eg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/eg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/eh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/eh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/er.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/er.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es-ca.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es-ca.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es-ct.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es-ct.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es-ga.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es-ga.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/es.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/et.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/et.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/eu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/eu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/fr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ga.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ga.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-eng.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-eng.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-nir.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-nir.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-sct.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-sct.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-wls.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb-wls.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ge.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ge.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gs.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gs.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/gy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ht.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ht.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/hu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ic.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ic.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/id.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/id.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ie.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ie.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/il.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/il.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/im.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/im.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/in.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/in.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/io.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/io.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/iq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/iq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ir.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ir.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/is.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/is.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/it.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/it.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/je.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/je.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/jm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/jm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/jo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/jo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/jp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/jp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ke.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ke.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ki.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ki.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/km.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/km.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ky.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ky.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/kz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/la.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/la.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/li.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/li.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ls.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ls.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/lv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ly.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ly.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ma.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ma.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/md.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/md.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/me.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/me.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ml.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ml.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ms.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ms.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/my.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/my.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/mz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/na.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/na.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ne.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ne.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ng.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ng.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ni.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ni.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/no.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/no.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/np.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/np.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/nz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/om.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/om.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pa.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pa.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pe.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pe.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ph.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ph.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ps.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ps.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/pw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/py.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/py.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/qa.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/qa.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/re.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/re.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ro.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ro.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/rs.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/rs.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ru.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ru.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/rw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/rw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sa.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sa.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/se.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/se.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/si.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/si.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/so.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/so.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ss.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ss.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/st.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/st.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/sz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ta.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ta.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/td.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/td.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/th.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/th.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/to.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/to.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/tz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ua.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ua.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ug.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ug.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/um.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/um.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/un.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/un.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/us.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/us.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/uy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/uy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/uz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/uz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/va.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/va.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ve.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ve.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/vu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/wf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/wf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ws.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ws.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/xk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/xk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/xx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/xx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ye.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/ye.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/yt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/yt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/za.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/za.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/zm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/zm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/zw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/1x1/zw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ac.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ac.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ad.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ad.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ae.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ae.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/af.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/af.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ag.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ag.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ai.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ai.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/al.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/al.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/am.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/am.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ao.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ao.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/aq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/aq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ar.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ar.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/as.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/as.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/at.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/at.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/au.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/au.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/aw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/aw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ax.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ax.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/az.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/az.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ba.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ba.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/be.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/be.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/br.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/br.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bs.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bs.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/by.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/by.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/bz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ca.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ca.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cefta.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cefta.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ch.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ch.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ci.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ci.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ck.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ck.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/co.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/co.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/cz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/de.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/de.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/do.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/do.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/dz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ea.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ea.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ec.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ec.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ee.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ee.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/eg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/eg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/eh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/eh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/er.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/er.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es-ca.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es-ca.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es-ct.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es-ct.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es-ga.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es-ga.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/es.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/et.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/et.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/eu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/eu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/fr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ga.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ga.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-eng.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-eng.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-nir.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-nir.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-sct.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-sct.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-wls.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb-wls.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ge.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ge.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gs.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gs.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/gy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ht.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ht.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/hu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ic.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ic.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/id.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/id.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ie.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ie.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/il.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/il.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/im.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/im.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/in.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/in.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/io.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/io.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/iq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/iq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ir.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ir.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/is.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/is.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/it.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/it.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/je.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/je.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/jm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/jm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/jo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/jo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/jp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/jp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ke.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ke.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ki.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ki.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/km.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/km.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ky.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ky.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/kz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/la.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/la.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/li.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/li.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ls.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ls.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/lv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ly.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ly.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ma.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ma.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/md.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/md.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/me.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/me.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ml.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ml.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mo.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mo.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mp.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mp.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mq.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mq.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ms.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ms.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/my.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/my.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/mz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/na.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/na.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ne.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ne.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ng.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ng.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ni.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ni.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/no.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/no.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/np.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/np.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/nz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/om.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/om.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pa.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pa.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pe.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pe.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ph.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ph.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ps.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ps.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/pw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/py.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/py.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/qa.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/qa.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/re.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/re.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ro.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ro.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/rs.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/rs.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ru.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ru.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/rw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/rw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sa.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sa.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sb.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sb.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sd.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sd.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/se.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/se.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sh.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sh.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/si.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/si.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/so.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/so.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ss.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ss.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/st.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/st.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/sz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ta.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ta.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/td.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/td.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/th.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/th.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tj.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tj.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tl.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tl.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/to.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/to.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tr.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tr.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tv.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tv.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/tz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ua.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ua.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ug.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ug.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/um.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/um.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/un.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/un.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/us.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/us.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/uy.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/uy.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/uz.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/uz.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/va.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/va.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vc.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vc.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ve.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ve.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vg.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vg.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vi.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vi.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vn.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vn.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vu.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/vu.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/wf.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/wf.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ws.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ws.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/xk.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/xk.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/xx.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/xx.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ye.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/ye.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/yt.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/yt.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/za.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/za.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/zm.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/zm.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/zw.svg b/httpdocs/themes/vuexy/vendor/fonts/flags/4x3/zw.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome.css b/httpdocs/themes/vuexy/vendor/fonts/fontawesome.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-brands-400.ttf b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-brands-400.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-brands-400.woff2 b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-brands-400.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-regular-400.ttf b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-regular-400.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-regular-400.woff2 b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-regular-400.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-solid-900.ttf b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-solid-900.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-solid-900.woff2 b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-solid-900.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-v4compatibility.ttf b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-v4compatibility.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-v4compatibility.woff2 b/httpdocs/themes/vuexy/vendor/fonts/fontawesome/fa-v4compatibility.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/tabler-icons.css b/httpdocs/themes/vuexy/vendor/fonts/tabler-icons.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.eot b/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.eot old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.svg b/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.svg old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.ttf b/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.woff b/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.woff2 b/httpdocs/themes/vuexy/vendor/fonts/tabler/tabler-icons.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/js/bootstrap.js b/httpdocs/themes/vuexy/vendor/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/js/dropdown-hover.js b/httpdocs/themes/vuexy/vendor/js/dropdown-hover.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/js/helpers.js b/httpdocs/themes/vuexy/vendor/js/helpers.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/js/mega-dropdown.js b/httpdocs/themes/vuexy/vendor/js/mega-dropdown.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/js/menu.js b/httpdocs/themes/vuexy/vendor/js/menu.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/js/template-customizer.js b/httpdocs/themes/vuexy/vendor/js/template-customizer.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/animate-css/animate.css b/httpdocs/themes/vuexy/vendor/libs/animate-css/animate.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/animate-on-scroll/animate-on-scroll.css b/httpdocs/themes/vuexy/vendor/libs/animate-on-scroll/animate-on-scroll.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/animate-on-scroll/animate-on-scroll.js b/httpdocs/themes/vuexy/vendor/libs/animate-on-scroll/animate-on-scroll.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/apex-charts/apex-charts.css b/httpdocs/themes/vuexy/vendor/libs/apex-charts/apex-charts.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/apex-charts/apexcharts.js b/httpdocs/themes/vuexy/vendor/libs/apex-charts/apexcharts.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/autosize/autosize.js b/httpdocs/themes/vuexy/vendor/libs/autosize/autosize.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/block-ui/block-ui.js b/httpdocs/themes/vuexy/vendor/libs/block-ui/block-ui.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bloodhound/bloodhound.js b/httpdocs/themes/vuexy/vendor/libs/bloodhound/bloodhound.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.css b/httpdocs/themes/vuexy/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.js b/httpdocs/themes/vuexy/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.css b/httpdocs/themes/vuexy/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.js b/httpdocs/themes/vuexy/vendor/libs/bootstrap-daterangepicker/bootstrap-daterangepicker.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.css b/httpdocs/themes/vuexy/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.js b/httpdocs/themes/vuexy/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-select/bootstrap-select.css b/httpdocs/themes/vuexy/vendor/libs/bootstrap-select/bootstrap-select.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bootstrap-select/bootstrap-select.js b/httpdocs/themes/vuexy/vendor/libs/bootstrap-select/bootstrap-select.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bs-stepper/bs-stepper.css b/httpdocs/themes/vuexy/vendor/libs/bs-stepper/bs-stepper.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/bs-stepper/bs-stepper.js b/httpdocs/themes/vuexy/vendor/libs/bs-stepper/bs-stepper.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/chartjs/chartjs.js b/httpdocs/themes/vuexy/vendor/libs/chartjs/chartjs.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/cleavejs/cleave-phone.js b/httpdocs/themes/vuexy/vendor/libs/cleavejs/cleave-phone.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/cleavejs/cleave.js b/httpdocs/themes/vuexy/vendor/libs/cleavejs/cleave.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/clipboard/clipboard.js b/httpdocs/themes/vuexy/vendor/libs/clipboard/clipboard.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-bs5/datatables-bootstrap5.js b/httpdocs/themes/vuexy/vendor/libs/datatables-bs5/datatables-bootstrap5.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-bs5/datatables.bootstrap5.css b/httpdocs/themes/vuexy/vendor/libs/datatables-bs5/datatables.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.css b/httpdocs/themes/vuexy/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.css b/httpdocs/themes/vuexy/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-fixedcolumns-bs5/fixedcolumns.bootstrap5.css b/httpdocs/themes/vuexy/vendor/libs/datatables-fixedcolumns-bs5/fixedcolumns.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-fixedheader-bs5/fixedheader.bootstrap5.css b/httpdocs/themes/vuexy/vendor/libs/datatables-fixedheader-bs5/fixedheader.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.css b/httpdocs/themes/vuexy/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-rowgroup-bs5/rowgroup.bootstrap5.css b/httpdocs/themes/vuexy/vendor/libs/datatables-rowgroup-bs5/rowgroup.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/datatables-select-bs5/select.bootstrap5.css b/httpdocs/themes/vuexy/vendor/libs/datatables-select-bs5/select.bootstrap5.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/dropzone/dropzone.css b/httpdocs/themes/vuexy/vendor/libs/dropzone/dropzone.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/dropzone/dropzone.js b/httpdocs/themes/vuexy/vendor/libs/dropzone/dropzone.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/flatpickr/flatpickr.css b/httpdocs/themes/vuexy/vendor/libs/flatpickr/flatpickr.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/flatpickr/flatpickr.js b/httpdocs/themes/vuexy/vendor/libs/flatpickr/flatpickr.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/css/formValidation.css b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/css/formValidation.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/css/formValidation.min.css b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/css/formValidation.min.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.full.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.full.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.full.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.full.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/FormValidation.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ar_MA.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ar_MA.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ar_MA.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ar_MA.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/bg_BG.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/bg_BG.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/bg_BG.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/bg_BG.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ca_ES.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ca_ES.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ca_ES.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ca_ES.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/cs_CZ.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/cs_CZ.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/cs_CZ.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/cs_CZ.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/da_DK.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/da_DK.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/da_DK.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/da_DK.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/de_DE.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/de_DE.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/de_DE.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/de_DE.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/el_GR.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/el_GR.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/el_GR.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/el_GR.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/en_US.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/en_US.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/en_US.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/en_US.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_CL.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_CL.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_CL.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_CL.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_ES.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_ES.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_ES.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/es_ES.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/eu_ES.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/eu_ES.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/eu_ES.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/eu_ES.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fa_IR.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fa_IR.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fa_IR.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fa_IR.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fi_FI.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fi_FI.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fi_FI.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fi_FI.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_BE.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_BE.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_BE.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_BE.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_FR.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_FR.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_FR.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/fr_FR.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/he_IL.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/he_IL.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/he_IL.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/he_IL.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hi_IN.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hi_IN.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hi_IN.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hi_IN.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hu_HU.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hu_HU.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hu_HU.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/hu_HU.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/id_ID.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/id_ID.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/id_ID.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/id_ID.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/it_IT.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/it_IT.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/it_IT.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/it_IT.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ja_JP.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ja_JP.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ja_JP.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ja_JP.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_BE.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_BE.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_BE.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_BE.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_NL.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_NL.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_NL.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/nl_NL.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/no_NO.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/no_NO.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/no_NO.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/no_NO.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pl_PL.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pl_PL.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pl_PL.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pl_PL.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_BR.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_BR.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_BR.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_BR.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_PT.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_PT.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_PT.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/pt_PT.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ro_RO.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ro_RO.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ro_RO.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ro_RO.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ru_RU.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ru_RU.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ru_RU.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ru_RU.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sk_SK.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sk_SK.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sk_SK.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sk_SK.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sq_AL.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sq_AL.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sq_AL.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sq_AL.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sr_RS.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sr_RS.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sr_RS.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sr_RS.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sv_SE.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sv_SE.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sv_SE.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/sv_SE.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/th_TH.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/th_TH.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/th_TH.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/th_TH.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/tr_TR.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/tr_TR.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/tr_TR.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/tr_TR.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ua_UA.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ua_UA.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ua_UA.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/ua_UA.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/vi_VN.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/vi_VN.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/vi_VN.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/vi_VN.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_CN.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_CN.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_CN.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_CN.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_TW.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_TW.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_TW.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/locales/zh_TW.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/AutoFocus.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/AutoFocus.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/AutoFocus.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/AutoFocus.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap3.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap3.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap3.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap3.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap5.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap5.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap5.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bootstrap5.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bulma.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bulma.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bulma.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Bulma.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Foundation.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Foundation.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Foundation.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Foundation.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/InternationalTelephoneInput.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/InternationalTelephoneInput.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/InternationalTelephoneInput.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/InternationalTelephoneInput.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/J.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/J.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/J.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/J.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/L10n.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/L10n.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/L10n.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/L10n.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mailgun.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mailgun.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mailgun.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mailgun.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/MandatoryIcon.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/MandatoryIcon.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/MandatoryIcon.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/MandatoryIcon.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Materialize.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Materialize.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Materialize.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Materialize.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Milligram.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Milligram.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Milligram.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Milligram.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mini.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mini.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mini.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mini.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mui.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mui.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mui.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Mui.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/PasswordStrength.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/PasswordStrength.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/PasswordStrength.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/PasswordStrength.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Pure.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Pure.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Pure.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Pure.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3Token.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3Token.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3Token.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Recaptcha3Token.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Semantic.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Semantic.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Semantic.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Semantic.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Shoelace.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Shoelace.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Shoelace.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Shoelace.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Spectre.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Spectre.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Spectre.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Spectre.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/StartEndDate.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/StartEndDate.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/StartEndDate.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/StartEndDate.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Tachyons.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Tachyons.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Tachyons.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Tachyons.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Transformer.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Transformer.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Transformer.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Transformer.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Turret.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Turret.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Turret.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Turret.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/TypingAnimation.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/TypingAnimation.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/TypingAnimation.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/TypingAnimation.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Uikit.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Uikit.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Uikit.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Uikit.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Wizard.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Wizard.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Wizard.min.js b/httpdocs/themes/vuexy/vendor/libs/formvalidation/dist/js/plugins/Wizard.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/fullcalendar/fullcalendar.css b/httpdocs/themes/vuexy/vendor/libs/fullcalendar/fullcalendar.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/fullcalendar/fullcalendar.js b/httpdocs/themes/vuexy/vendor/libs/fullcalendar/fullcalendar.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/hammer/hammer.js b/httpdocs/themes/vuexy/vendor/libs/hammer/hammer.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/highlight/highlight-github.css b/httpdocs/themes/vuexy/vendor/libs/highlight/highlight-github.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/highlight/highlight.css b/httpdocs/themes/vuexy/vendor/libs/highlight/highlight.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/highlight/highlight.js b/httpdocs/themes/vuexy/vendor/libs/highlight/highlight.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/i18n/i18n.js b/httpdocs/themes/vuexy/vendor/libs/i18n/i18n.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/idletimer/idletimer.js b/httpdocs/themes/vuexy/vendor/libs/idletimer/idletimer.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jkanban/jkanban.css b/httpdocs/themes/vuexy/vendor/libs/jkanban/jkanban.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jkanban/jkanban.js b/httpdocs/themes/vuexy/vendor/libs/jkanban/jkanban.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jquery-repeater/jquery-repeater.js b/httpdocs/themes/vuexy/vendor/libs/jquery-repeater/jquery-repeater.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jquery-sticky/jquery-sticky.js b/httpdocs/themes/vuexy/vendor/libs/jquery-sticky/jquery-sticky.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jquery-timepicker/jquery-timepicker.css b/httpdocs/themes/vuexy/vendor/libs/jquery-timepicker/jquery-timepicker.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jquery-timepicker/jquery-timepicker.js b/httpdocs/themes/vuexy/vendor/libs/jquery-timepicker/jquery-timepicker.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jquery/jquery.js b/httpdocs/themes/vuexy/vendor/libs/jquery/jquery.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/jstree.css b/httpdocs/themes/vuexy/vendor/libs/jstree/jstree.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/jstree.js b/httpdocs/themes/vuexy/vendor/libs/jstree/jstree.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default-dark/32px.png b/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default-dark/32px.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default-dark/40px.png b/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default-dark/40px.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default-dark/throbber.gif b/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default-dark/throbber.gif old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default/32px.png b/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default/32px.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default/40px.png b/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default/40px.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default/throbber.gif b/httpdocs/themes/vuexy/vendor/libs/jstree/themes/default/throbber.gif old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/leaflet/images/layers-2x.png b/httpdocs/themes/vuexy/vendor/libs/leaflet/images/layers-2x.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/leaflet/images/layers.png b/httpdocs/themes/vuexy/vendor/libs/leaflet/images/layers.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/leaflet/images/marker-icon-2x.png b/httpdocs/themes/vuexy/vendor/libs/leaflet/images/marker-icon-2x.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/leaflet/images/marker-icon.png b/httpdocs/themes/vuexy/vendor/libs/leaflet/images/marker-icon.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/leaflet/images/marker-shadow.png b/httpdocs/themes/vuexy/vendor/libs/leaflet/images/marker-shadow.png old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/leaflet/leaflet.css b/httpdocs/themes/vuexy/vendor/libs/leaflet/leaflet.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/leaflet/leaflet.js b/httpdocs/themes/vuexy/vendor/libs/leaflet/leaflet.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/masonry/masonry.js b/httpdocs/themes/vuexy/vendor/libs/masonry/masonry.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/moment/moment.js b/httpdocs/themes/vuexy/vendor/libs/moment/moment.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/node-waves/node-waves.css b/httpdocs/themes/vuexy/vendor/libs/node-waves/node-waves.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/node-waves/node-waves.js b/httpdocs/themes/vuexy/vendor/libs/node-waves/node-waves.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/nouislider/nouislider.css b/httpdocs/themes/vuexy/vendor/libs/nouislider/nouislider.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/nouislider/nouislider.js b/httpdocs/themes/vuexy/vendor/libs/nouislider/nouislider.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/numeral/numeral.js b/httpdocs/themes/vuexy/vendor/libs/numeral/numeral.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/perfect-scrollbar/perfect-scrollbar.css b/httpdocs/themes/vuexy/vendor/libs/perfect-scrollbar/perfect-scrollbar.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/perfect-scrollbar/perfect-scrollbar.js b/httpdocs/themes/vuexy/vendor/libs/perfect-scrollbar/perfect-scrollbar.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/pickr/pickr-themes.css b/httpdocs/themes/vuexy/vendor/libs/pickr/pickr-themes.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/pickr/pickr.js b/httpdocs/themes/vuexy/vendor/libs/pickr/pickr.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/plyr/plyr.css b/httpdocs/themes/vuexy/vendor/libs/plyr/plyr.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/plyr/plyr.js b/httpdocs/themes/vuexy/vendor/libs/plyr/plyr.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/popper/popper.js b/httpdocs/themes/vuexy/vendor/libs/popper/popper.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/editor.css b/httpdocs/themes/vuexy/vendor/libs/quill/editor.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_AMS-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_AMS-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_AMS-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_AMS-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_AMS-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_AMS-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Bold.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Bold.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Bold.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Bold.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Bold.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Bold.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Caligraphic-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Bold.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Bold.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Bold.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Bold.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Bold.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Bold.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Fraktur-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Bold.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Bold.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Bold.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Bold.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Bold.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Bold.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-BoldItalic.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-BoldItalic.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-BoldItalic.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-BoldItalic.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-BoldItalic.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Italic.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Italic.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Italic.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Italic.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Italic.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Italic.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Main-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-BoldItalic.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-BoldItalic.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-BoldItalic.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-BoldItalic.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-BoldItalic.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-Italic.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-Italic.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-Italic.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-Italic.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-Italic.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Math-Italic.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Bold.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Bold.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Bold.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Bold.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Bold.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Bold.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Italic.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Italic.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Italic.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Italic.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Italic.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Italic.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_SansSerif-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Script-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Script-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Script-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Script-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Script-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Script-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size1-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size1-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size1-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size1-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size1-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size1-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size2-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size2-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size2-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size2-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size2-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size2-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size3-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size3-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size3-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size3-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size3-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size3-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size4-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size4-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size4-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size4-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size4-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Size4-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Typewriter-Regular.ttf b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Typewriter-Regular.ttf old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Typewriter-Regular.woff b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Typewriter-Regular.woff old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Typewriter-Regular.woff2 b/httpdocs/themes/vuexy/vendor/libs/quill/fonts/KaTeX_Typewriter-Regular.woff2 old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/katex.css b/httpdocs/themes/vuexy/vendor/libs/quill/katex.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/katex.js b/httpdocs/themes/vuexy/vendor/libs/quill/katex.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/quill.js b/httpdocs/themes/vuexy/vendor/libs/quill/quill.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/quill/typography.css b/httpdocs/themes/vuexy/vendor/libs/quill/typography.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/rateyo/rateyo.css b/httpdocs/themes/vuexy/vendor/libs/rateyo/rateyo.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/rateyo/rateyo.js b/httpdocs/themes/vuexy/vendor/libs/rateyo/rateyo.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/select2/select2.css b/httpdocs/themes/vuexy/vendor/libs/select2/select2.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/select2/select2.js b/httpdocs/themes/vuexy/vendor/libs/select2/select2.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/shepherd/shepherd.css b/httpdocs/themes/vuexy/vendor/libs/shepherd/shepherd.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/shepherd/shepherd.js b/httpdocs/themes/vuexy/vendor/libs/shepherd/shepherd.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/sortablejs/sortable.js b/httpdocs/themes/vuexy/vendor/libs/sortablejs/sortable.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/spinkit/spinkit.css b/httpdocs/themes/vuexy/vendor/libs/spinkit/spinkit.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/sweetalert2/sweetalert2.css b/httpdocs/themes/vuexy/vendor/libs/sweetalert2/sweetalert2.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/sweetalert2/sweetalert2.js b/httpdocs/themes/vuexy/vendor/libs/sweetalert2/sweetalert2.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/swiper/swiper.css b/httpdocs/themes/vuexy/vendor/libs/swiper/swiper.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/swiper/swiper.js b/httpdocs/themes/vuexy/vendor/libs/swiper/swiper.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/tagify/tagify.css b/httpdocs/themes/vuexy/vendor/libs/tagify/tagify.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/tagify/tagify.js b/httpdocs/themes/vuexy/vendor/libs/tagify/tagify.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/toastr/toastr.css b/httpdocs/themes/vuexy/vendor/libs/toastr/toastr.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/toastr/toastr.js b/httpdocs/themes/vuexy/vendor/libs/toastr/toastr.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/toastr/toastr.min.js b/httpdocs/themes/vuexy/vendor/libs/toastr/toastr.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/two/two.js b/httpdocs/themes/vuexy/vendor/libs/two/two.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/two/two.min.js b/httpdocs/themes/vuexy/vendor/libs/two/two.min.js old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/typeahead-js/typeahead.css b/httpdocs/themes/vuexy/vendor/libs/typeahead-js/typeahead.css old mode 100644 new mode 100755 diff --git a/httpdocs/themes/vuexy/vendor/libs/typeahead-js/typeahead.js b/httpdocs/themes/vuexy/vendor/libs/typeahead-js/typeahead.js old mode 100644 new mode 100755
ID