summaryrefslogtreecommitdiff
path: root/generator/after-bake/src/Template
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2016-06-12 17:31:34 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2016-06-12 17:31:34 +0200
commit61256d532e8a0155aaa9c28977f542823073e4ec (patch)
tree2f527bb0a161262666a9ce4e0f212c11d762921e /generator/after-bake/src/Template
parent10f837374404d8686e74f983622ced5e10a6ee40 (diff)
downloadchd_gestion-61256d532e8a0155aaa9c28977f542823073e4ec.zip
chd_gestion-61256d532e8a0155aaa9c28977f542823073e4ec.tar.gz
chd_gestion-61256d532e8a0155aaa9c28977f542823073e4ec.tar.bz2
Adherent/index : add by AdherentTypes filter
Diffstat (limited to 'generator/after-bake/src/Template')
-rw-r--r--generator/after-bake/src/Template/Adherents/index.ctp12
1 files changed, 7 insertions, 5 deletions
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 @@
</ul>
</nav>
<div class="adherents index large-10 medium-9 columns content">
- <!-- TODO : quick'n' dirty, à reprendre -->
- <div style="float:right">
- <h5>Progression&nbsp;: <?= $score ?> %</h5>
- </div>
<h3><?= __('Adherents') ?></h3>
<table cellpadding="0" cellspacing="0">
<?= $this->Form->create(null) . "\n" ?>
<thead>
<tr class="filter">
- <th colspan="5">
+ <th colspan="3">
<?= $this->Form->input('q', [
'placeholder' => __('Find...'),
'empty' => __('Find...')
]) ?>
</th>
<th colspan="2">
+ <?= $this->Form->input('adherent_type_id', [
+ 'placeholder' => __('AdherentTypes'),
+ 'empty' => __('AdherentTypes')
+ ]) ?>
+ </th>
+ <th colspan="2">
<?= $this->Form->input('ville_id', [
'placeholder' => __('Villes'),
'empty' => __('Villes')