Menu

Recherche (matériels)'; // Search function echo $this->Form->create('Materiel', [ 'url' => '/materiels/find' ]); echo ''; echo $this->Form->submit('Chercher', [ 'name' => 'MaterielSAll', 'id' => 'MaterielSAll', 'style' => 'margin: 0px;' ]); echo $this->Form->end(); } ?>