summaryrefslogtreecommitdiff
path: root/generator/after-bake/src/Template/Adherents/index.ctp
diff options
context:
space:
mode:
Diffstat (limited to 'generator/after-bake/src/Template/Adherents/index.ctp')
-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')