Arreglados gestion de usuarios y roles

This commit is contained in:
imnavajas
2024-05-07 17:19:01 +02:00
parent 6fb370ee30
commit bdf605b26f
30 changed files with 1194 additions and 1210 deletions

View File

@ -0,0 +1,12 @@
<?php
$clientesItems = [
"link" => "javascript:void(0)",
"text" => lang("App.menu_clientes"),
"submenu" => [
["link" => site_url("clientes/cliente"), "text" => lang("App.menu_clientes")],
["link" => site_url("clientes/clienteplantillaprecios"), "text" => lang("App.menu_plantillas_tarifas_clientes")]
]
];

View File

@ -0,0 +1,10 @@
<?php
$dashboardItems = [
'icon' => 'ti ti-dashboard',
'langKey' => 'App.menu_dashboard',
'url' => '',
'isActive' => true
];