mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Implementado menu lateral
This commit is contained in:
@ -32,8 +32,8 @@ class ImportadorCatalogo extends BaseResourceController
|
||||
|
||||
// Breadcrumbs (IMN)
|
||||
$this->viewData['breadcrumb'] = [
|
||||
['title' => lang("App.menu_importador"), 'route' => "javascript:void(0);", 'active' => false],
|
||||
['title' => lang("App.menu_importador_catalogo"), 'route' => route_to('importadorCatalogoTool'), 'active' => true]
|
||||
['title' => lang("App.menu_importadores"), 'route' => "javascript:void(0);", 'active' => false],
|
||||
['title' => lang("App.menu_importadores_catalogo"), 'route' => route_to('importadorCatalogoTool'), 'active' => true]
|
||||
];
|
||||
|
||||
parent::initController($request, $response, $logger);
|
||||
@ -53,7 +53,7 @@ class ImportadorCatalogo extends BaseResourceController
|
||||
|
||||
$viewData = array_merge($this->viewData, $viewData); // merge any possible values from the parent controller class
|
||||
|
||||
return view(static::$viewPath . 'viewCatalogoLibrosList', $viewData);
|
||||
return view(static::$viewPath . 'viewImportadorCatalogoTool', $viewData);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user