Go to the documentation of this file.00001 <?php
00002
00003
00004 ?>
00005 <h2><?php echo $str_name;?></h2>
00006 <fieldset>
00007 <legend><?php echo $str_action;?></legend>
00008
00009 <table id="fortable">
00010 <tr>
00011 <th><?php echo _('Catégorie');?></th>
00012 <th style="width:40%"><?php echo _('Formules');?></th>
00013 <th><?php echo _('ou QuickCode');?></th>
00014 <th><?php echo _('Libellé');?></th>
00015 <th><?php echo _('Montant');?></th>
00016 <th><?php echo _('Débit ou Crédit');?></th>
00017 </tr>
00018 <?php for ($i=0;$i<count($aCat);$i++):?>
00019 <tr>
00020 <td><?php echo $aCat[$i]['cat'];?></td>
00021 <td><?php echo $aCat[$i]['account'];?></td>
00022 <td><?php echo $aCat[$i]['qc'];?></td>
00023 <td><?php echo $aCat[$i]['name'];?></td>
00024 <td><?php echo $aCat[$i]['per'];?></td>
00025
00026 <td><?php echo $aCat[$i]['amount'];?></td>
00027 <td><?php echo $aCat[$i]['deb'];?></td>
00028 </tr>
00029 <?php endfor;?>
00030 </table>
00031 <?php echo $f_add_row ?>
00032 </fieldset>
00033
00034