diff --git a/www/protected/views/idioma/index.php b/www/protected/views/idioma/index.php index 8a6c718..22e7808 100644 --- a/www/protected/views/idioma/index.php +++ b/www/protected/views/idioma/index.php @@ -1,5 +1,6 @@ breadcrumbs = array( + Yii::t('intranet', 'Sistema') => array('sistema/index'), Yii::t('Intranet', 'Idiomas'), ); diff --git a/www/protected/views/perfilfuncional/_form.php b/www/protected/views/perfilFuncional/_form.php similarity index 100% rename from www/protected/views/perfilfuncional/_form.php rename to www/protected/views/perfilFuncional/_form.php diff --git a/www/protected/views/PerfilTecnico/_search.php b/www/protected/views/perfilFuncional/_search.php similarity index 100% rename from www/protected/views/PerfilTecnico/_search.php rename to www/protected/views/perfilFuncional/_search.php diff --git a/www/protected/views/perfilfuncional/create.php b/www/protected/views/perfilFuncional/create.php similarity index 100% rename from www/protected/views/perfilfuncional/create.php rename to www/protected/views/perfilFuncional/create.php diff --git a/www/protected/views/perfilfuncional/index.php b/www/protected/views/perfilFuncional/index.php similarity index 97% rename from www/protected/views/perfilfuncional/index.php rename to www/protected/views/perfilFuncional/index.php index ada0520..6cb38b8 100644 --- a/www/protected/views/perfilfuncional/index.php +++ b/www/protected/views/perfilFuncional/index.php @@ -1,5 +1,6 @@ breadcrumbs = array( + Yii::t('intranet', 'Sistema') => array('sistema/index'), Yii::t('Intranet', 'Perfil funcional'), ); diff --git a/www/protected/views/perfilfuncional/update.php b/www/protected/views/perfilFuncional/update.php similarity index 100% rename from www/protected/views/perfilfuncional/update.php rename to www/protected/views/perfilFuncional/update.php diff --git a/www/protected/views/PerfilTecnico/_form.php b/www/protected/views/perfilTecnico/_form.php similarity index 100% rename from www/protected/views/PerfilTecnico/_form.php rename to www/protected/views/perfilTecnico/_form.php diff --git a/www/protected/views/perfilfuncional/_search.php b/www/protected/views/perfilTecnico/_search.php similarity index 100% rename from www/protected/views/perfilfuncional/_search.php rename to www/protected/views/perfilTecnico/_search.php diff --git a/www/protected/views/PerfilTecnico/create.php b/www/protected/views/perfilTecnico/create.php similarity index 100% rename from www/protected/views/PerfilTecnico/create.php rename to www/protected/views/perfilTecnico/create.php diff --git a/www/protected/views/PerfilTecnico/index.php b/www/protected/views/perfilTecnico/index.php similarity index 97% rename from www/protected/views/PerfilTecnico/index.php rename to www/protected/views/perfilTecnico/index.php index ebef1a1..3e2f7ef 100644 --- a/www/protected/views/PerfilTecnico/index.php +++ b/www/protected/views/perfilTecnico/index.php @@ -1,5 +1,6 @@ breadcrumbs = array( + Yii::t('intranet', 'Sistema') => array('sistema/index'), Yii::t('Intranet', 'Perfil técnico'), ); diff --git a/www/protected/views/PerfilTecnico/update.php b/www/protected/views/perfilTecnico/update.php similarity index 100% rename from www/protected/views/PerfilTecnico/update.php rename to www/protected/views/perfilTecnico/update.php diff --git a/www/protected/views/sistema/index.php b/www/protected/views/sistema/index.php index fa18ec6..98daca8 100644 --- a/www/protected/views/sistema/index.php +++ b/www/protected/views/sistema/index.php @@ -8,8 +8,8 @@ $this->breadcrumbs = array(
  • Usuarios', $this->createAbsoluteUrl('/usuario')); ?>
  • Idiomas', $this->createAbsoluteUrl('/idioma')); ?>
  • Titulaciones', $this->createAbsoluteUrl('/titulacion')); ?>
  • -
  • Tecnologías', $this->createAbsoluteUrl('/tecnologia')); ?>
  • -
  • Perfiles Técnicos', $this->createAbsoluteUrl('/PerfilTecnico')); ?>
  • -
  • Perfiles Funcionales', $this->createAbsoluteUrl('/PerfilFuncional')); ?>
  • +
  • Tecnologías', $this->createAbsoluteUrl('/tecnologia')); ?>
  • +
  • Perfiles técnicos', $this->createAbsoluteUrl('/PerfilTecnico')); ?>
  • +
  • Perfiles funcionales', $this->createAbsoluteUrl('/PerfilFuncional')); ?>
  • diff --git a/www/protected/views/tecnologia/index.php b/www/protected/views/tecnologia/index.php index 9eade7b..3ec44b9 100644 --- a/www/protected/views/tecnologia/index.php +++ b/www/protected/views/tecnologia/index.php @@ -1,6 +1,7 @@ breadcrumbs = array( - Yii::t('Intranet', 'Tecnologias'), + Yii::t('intranet', 'Sistema') => array('sistema/index'), + Yii::t('Intranet', 'Tecnologías'), ); $this->menu = array( diff --git a/www/protected/views/titulacion/index.php b/www/protected/views/titulacion/index.php index 8e9fa51..f9e7fc0 100644 --- a/www/protected/views/titulacion/index.php +++ b/www/protected/views/titulacion/index.php @@ -1,5 +1,6 @@ breadcrumbs = array( + Yii::t('intranet', 'Sistema') => array('sistema/index'), Yii::t('Intranet', 'Titulaciones'), ); diff --git a/www/protected/views/usuario/index.php b/www/protected/views/usuario/index.php index 551ccd9..76afd05 100644 --- a/www/protected/views/usuario/index.php +++ b/www/protected/views/usuario/index.php @@ -1,5 +1,6 @@ breadcrumbs = array( + Yii::t('intranet', 'Sistema') => array('sistema/index'), Yii::t('intranet', 'Usuarios'), );