altocompta/include/template/new_mod_payment.php
2011-11-15 20:40:50 +00:00

52 lines
No EOL
465 B
PHP

<fieldset>
<legend><?=$msg?>
</legend>
<table>
<tr>
<td>
<?=_('Pour le journal')?>
</td>
<td>
<?=$f_source?>
</td>
</tr>
<tr>
<td>
<?=_('Libellé')?>
</td>
<td>
<?=$f_lib?>
</td>
</tr>
<tr>
<td>
<?=_('Type de fiche')?>
</td>
<td>
<?=$f_type_fiche?>
</td>
</tr>
<tr>
<td>
<?=_('Paiement enregistré dans ')?>
</td>
<td>
<?=$f_ledger_record?>
</td>
</tr>
<tr>
<td>
<?=_('Avec la fiche')?>
</td>
<td>
<?=$f_qcode?>
</td>
</tr>
</table>
</fieldset>