Eliminada carpeta backend en themes, añadidos breadcrumbs

This commit is contained in:
imnavajas
2024-05-08 13:21:39 +02:00
parent 74876bd774
commit 071ef874cc
194 changed files with 182 additions and 418 deletions

View File

@ -22,7 +22,7 @@ class Tarifaacabado extends \App\Controllers\BaseResourceController
protected static $controllerSlug = 'tarifasacabado';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/acabado/';
protected static $viewPath = 'themes/vuexy/form/tarifas/acabado/';
protected $indexRoute = 'tarifaAcabadoList';

View File

@ -37,7 +37,7 @@ class Tarifaacabadolineas extends \App\Controllers\BaseResourceController
protected static $controllerSlug = 'tarifa-acabado-lineas';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/acabado/';
protected static $viewPath = 'themes/vuexy/form/tarifas/acabado/';
protected $indexRoute = 'tarifaAcabadoLineaList';

View File

@ -34,7 +34,7 @@ class Tarifaencuadernacionlineas extends \App\Controllers\BaseResourceController
protected static $controllerSlug = 'tarifaencuadernacionlineas';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/encuadernacion/';
protected static $viewPath = 'themes/vuexy/form/tarifas/encuadernacion/';
protected $indexRoute = 'tarifaEncuadernacionLineaList';

View File

@ -34,7 +34,7 @@ class Tarifaencuadernacionlineashoras extends \App\Controllers\BaseResourceContr
protected static $controllerSlug = 'tarifaencuadernacionlineashoras';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/encuadernacion/';
protected static $viewPath = 'themes/vuexy/form/tarifas/encuadernacion/';
protected $indexRoute = 'tarifaEncuadernacionLineaHorasList';

View File

@ -15,7 +15,7 @@ class Tarifaextra extends \App\Controllers\GoBaseController
protected static $pluralObjectName = 'Tarifasextra';
protected static $controllerSlug = 'tarifaextra';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/extra/';
protected static $viewPath = 'themes/vuexy/form/tarifas/extra/';
protected $indexRoute = 'tarifaextraList';

View File

@ -34,7 +34,7 @@ class Tarifamanipuladolineas extends \App\Controllers\BaseResourceController
protected static $controllerSlug = 'tarifamanipuladolineas';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/manipulado/';
protected static $viewPath = 'themes/vuexy/form/tarifas/manipulado/';
protected $indexRoute = 'tarifaManipuladoLineaList';

View File

@ -15,7 +15,7 @@ class Tarifapreimpresion extends \App\Controllers\GoBaseController
protected static $pluralObjectName = 'Tarifaspreimpresion';
protected static $controllerSlug = 'tarifapreimpresion';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/preimpresion/';
protected static $viewPath = 'themes/vuexy/form/tarifas/preimpresion/';
protected $indexRoute = 'tarifapreimpresionList';

View File

@ -26,7 +26,7 @@ class Tarifasencuadernacion extends \App\Controllers\BaseResourceController
protected static $controllerSlug = 'tarifaencuadernacion';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/encuadernacion/';
protected static $viewPath = 'themes/vuexy/form/tarifas/encuadernacion/';
protected $indexRoute = 'tarifaEncuadernacionList';

View File

@ -27,7 +27,7 @@ class Tarifasenvios extends \App\Controllers\BaseResourceController {
protected static $controllerSlug = 'tarifasenvios';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/envios/';
protected static $viewPath = 'themes/vuexy/form/tarifas/envios/';
protected $indexRoute = 'tarifaEnvioList';

View File

@ -29,7 +29,7 @@ class Tarifasenviosprecios extends \App\Controllers\BaseResourceController {
protected static $controllerSlug = 'tarifasenviosprecios';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/envios/';
protected static $viewPath = 'themes/vuexy/form/tarifas/envios/';
protected $indexRoute = 'tarifaEnvioPrecioList';

View File

@ -30,7 +30,7 @@ class Tarifasenvioszonas extends \App\Controllers\BaseResourceController {
protected static $controllerSlug = 'tarifasenvioszonas';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/envios/';
protected static $viewPath = 'themes/vuexy/form/tarifas/envios/';
protected $indexRoute = 'tarifaEnvioZonaList';

View File

@ -22,7 +22,7 @@ class Tarifasmanipulado extends \App\Controllers\BaseResourceController
protected static $controllerSlug = 'tarifamanipulado';
protected static $viewPath = 'themes/backend/vuexy/form/tarifas/manipulado/';
protected static $viewPath = 'themes/vuexy/form/tarifas/manipulado/';
protected $indexRoute = 'tarifaManipuladoList';