mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Eliminada carpeta backend en themes, añadidos breadcrumbs
This commit is contained in:
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user