From 61256d532e8a0155aaa9c28977f542823073e4ec Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 12 Jun 2016 17:31:34 +0200 Subject: Adherent/index : add by AdherentTypes filter --- generator/after-bake/src/Template/Adherents/index.ctp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'generator/after-bake/src/Template/Adherents/index.ctp') diff --git a/generator/after-bake/src/Template/Adherents/index.ctp b/generator/after-bake/src/Template/Adherents/index.ctp index 9f62c14..353f4b7 100644 --- a/generator/after-bake/src/Template/Adherents/index.ctp +++ b/generator/after-bake/src/Template/Adherents/index.ctp @@ -33,22 +33,24 @@
- -
-
Progression : %
-

Form->create(null) . "\n" ?> - +
+ Form->input('q', [ 'placeholder' => __('Find...'), 'empty' => __('Find...') ]) ?> + Form->input('adherent_type_id', [ + 'placeholder' => __('AdherentTypes'), + 'empty' => __('AdherentTypes') + ]) ?> + Form->input('ville_id', [ 'placeholder' => __('Villes'), 'empty' => __('Villes') -- cgit v1.1