Changeset 1629
- Timestamp:
- Oct 4, 2010, 2:31:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/citoyen/templates/indexSuccess.php
r1392 r1629 21 21 <div class="liste"> 22 22 <?php if ($pager->haveToPaginate()) include_partial('parlementaire/paginate', array('pager'=>$pager, 'link'=>'@list_citoyens?order='.$order.'&')); ?> 23 <div class="list_table"><table ><tr>23 <div class="list_table"><table summary="Liste des citoyens inscrits"><tr> 24 24 <?php $ct = 0; 25 25 foreach($pager->getResults() as $citoyen) {
Note: See TracChangeset
for help on using the changeset viewer.