Commit ab65182e49eb337e3d1e5c605e84057ad2aa945e
1 parent
280048ab
Exists in
master
and in
1 other branch
Filtrer au lieu de Chercher
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Template/Materiels/index.ctp
... | ... | @@ -112,7 +112,7 @@ $displaySearchField = function($params, $searchfor, $html, $form) { |
112 | 112 | echo $this->Form->control('searchfor', [ |
113 | 113 | 'id' => 'MaterielSAll', |
114 | 114 | 'class' => 'search-input', |
115 | - 'label' => 'Chercher', | |
115 | + 'label' => 'Filtrer', | |
116 | 116 | //'type' => 'text', |
117 | 117 | 'placeholder' => "Entrez un ou plusieurs mots séparés par un espace", |
118 | 118 | 'default' => $searchfor, | ... | ... |