Commit 7de487ebe47891caea765ef23569ee3490e6ecbb
1 parent
ee10634c
Exists in
master
and in
3 other branches
Bouton "Mes matériel"
ajouté dans le menu
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/Template/Element/menu.ctp
... | ... | @@ -7,6 +7,8 @@ |
7 | 7 | |
8 | 8 | <li><?=$this->Html->link('<i class="icon-plus"></i> Nouveau matériel', ['controller' => 'Materiels','action' => 'add'], ['escape' => false]);?></li> |
9 | 9 | |
10 | + <li><?=$this->Html->link('<i class="icon-briefcase"></i> Mes matériels', ['controller' => 'Materiels', 'action' => 'index', 'MY' => $username ], ['escape' => false]);?></li> | |
11 | + | |
10 | 12 | <li><?=$this->Html->link(__('<i class="icon-search"></i> Rechercher un matériel'), ['controller' => 'materiels','action' => 'find'], ['escape' => false]);?></li> |
11 | 13 | |
12 | 14 | <li><?=$this->Html->link(__('<i class="icon-search"></i> Rechercher un suivi'), ['controller' => 'suivis','action' => 'find'], ['escape' => false]);?></li> | ... | ... |