diff --git a/src/Template/Element/menu.ctp b/src/Template/Element/menu.ctp index 05dcf14..42f4150 100755 --- a/src/Template/Element/menu.ctp +++ b/src/Template/Element/menu.ctp @@ -15,10 +15,14 @@ ['controller' => 'materiels', 'action' => 'find'], ['escape' => false]); ?> -
  • Html->link(__(' Rechercher un suivi'), +
  • Html->link(__(' Rechercher un suivi'), ['controller' => 'suivis', 'action' => 'find'], ['escape' => false]); ?>
  • - + +
  • Html->link(__(' Rechercher un emprunt'), + ['controller' => 'emprunts', 'action' => 'find'], + ['escape' => false]); ?>
  • +
  • Html->link(__(' Liste des matériels'), ['controller' => 'Materiels', 'action' => 'index'], ['escape' => false]) ?>
  • @@ -47,7 +51,7 @@ -
  • Html->link(__(' A PROPOS'), +
  • Html->link(__(' A propos'), ['controller' => 'pages', 'action' => 'about'], ['escape' => false]) ?>
  • diff --git a/src/Template/Element/menu_index.ctp b/src/Template/Element/menu_index.ctp index 543b05b..fe8da85 100755 --- a/src/Template/Element/menu_index.ctp +++ b/src/Template/Element/menu_index.ctp @@ -8,6 +8,8 @@ if (strtolower($pluralHumanName) == "sur categorie") $pluralHumanName="Domaines"; if (strtolower($pluralHumanName) == "sous categorie") $pluralHumanName="Sous-Catégories"; if (strtolower($pluralHumanName) == "categories") $pluralHumanName="Catégories"; +if (strtolower($pluralHumanName) == "unités") $pluralHumanName="Unités"; +if (strtolower($pluralHumanName) == "formules") $pluralHumanName="Formules"; echo $pluralHumanName; ?>