noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
new_mod_payment.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 ?><fieldset>
00005 <legend><?php echo $msg?>
00006 </legend>
00007 <table>
00008 <tr>
00009 <td>
00010    <?php echo _('Pour le journal')?>
00011 </td>
00012 <td>
00013 <?php echo $f_source?>
00014 </td>
00015 </tr>
00016 
00017 <tr>
00018 <td>
00019    <?php echo _('Libellé')?>
00020 </td>
00021 <td>
00022 <?php echo $f_lib?>
00023 </td>
00024 </tr>
00025 
00026 <tr>
00027 <td>
00028    <?php echo _('Type de fiche')?>
00029 </td>
00030 <td>
00031 <?php echo $f_type_fiche?>
00032 </td>
00033 </tr>
00034 
00035 
00036 <tr>
00037 <td>
00038    <?php echo _('Paiement enregistré dans ')?>
00039 </td>
00040 <td>
00041 <?php echo $f_ledger_record?>
00042 </td>
00043 </tr>
00044 
00045 <tr>
00046 <td>
00047    <?php echo _('Avec la fiche')?>
00048 </td>
00049 <td>
00050 <?php echo $f_qcode?>
00051 </td>
00052 </tr>
00053 </table>
00054 
00055 </fieldset>
 All Data Structures Namespaces Files Functions Variables Enumerations