recherche choix des journaux dans la table
This commit is contained in:
parent
cfb92b5aa7
commit
23b201bdba
1 changed files with 9 additions and 3 deletions
|
|
@ -1,8 +1,14 @@
|
|||
|
||||
<?=_('Dans le journal')?>
|
||||
<?php echo $f_ledger; ?>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td style='text-align:right;width:30em'>
|
||||
<?=_('Dans le journal')?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo $f_ledger; ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style='text-align:right;width:30em'>
|
||||
<?=_('Et Compris entre les date')?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue