* Copyright 2016 Nicolas Goaziou * * This file is part of CHD Gestion. * * CHD Gestion is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * CHD Gestion is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with CHD Gestion. If not, see . **/ ?>
Progression : %

Form->create(null) . "\n" ?> Form->end() . "\n" ?>
Form->input('q', [ 'placeholder' => __('Find...'), 'empty' => __('Find...') ]) ?> Form->input('ville_id', [ 'placeholder' => __('Villes'), 'empty' => __('Villes') ]) ?> Form->button('Filter', ['type' => 'submit']) . "\n" ?> Html->link('Reset', ['action' => 'index']) . "\n" ?>
Paginator->sort('nom') ?> Paginator->sort('prenom') ?> Paginator->sort('raison') ?> Paginator->sort('tel_mobile1') ?> Paginator->sort('adherent_type_id') ?> Paginator->sort('ville_id') ?> Paginator->sort('adherent_statut_id') ?>
nom) ?> prenom) ?> raison) ?> tel_mobile1) ?> has('adherent_type') ? h($adherent->adherent_type->title) : '' ?> has('ville') ? $this->Html->link($adherent->ville->title, ['controller' => 'Villes', 'action' => 'view', $adherent->ville->id]) : '' ?> has('adherent_statut') ? h($adherent->adherent_statut->title) : '' ?> Html->link(__('View'), ['action' => 'view', $adherent->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $adherent->id]) ?>
    Paginator->prev('< ' . __('previous')) ?> Paginator->numbers() ?> Paginator->next(__('next') . ' >') ?>