diff --git a/include/operation_ods_new.inc.php b/include/operation_ods_new.inc.php
index 811434099..7a14b09c3 100644
--- a/include/operation_ods_new.inc.php
+++ b/include/operation_ods_new.inc.php
@@ -86,30 +86,41 @@ $default_currency=new Acc_Currency($cn,0);
echo $ledger->input($p_post);
+$style=' style="display:inline-block;width: 15rem;text-align: right"';
+?>
+
+
+
+ | =_('Totaux')?> |
+ = _('Débit') ?>
+ >
+ |
+ = _('Crédit') ?>
+ >
+ |
+ = _('Difference') ?>
+ >
+ |
+
+
+
+ | =$default_currency->get_code()?> |
+ = _('Débit') ?>
+ >
+ |
+ = _('Crédit') ?>
+ >
+ |
-echo '';
-echo '
'.
- ''.td('').
- td(_('Débit')) .
- ' | ' .
- td(_('Crédit')) .
- ' | ' .
- td(_('Difference')) .
- ' | '.
- '
';
-// For currency
-echo ''.td($default_currency->get_code()).
- td(_('Débit')) .
- ' | ' .
- td(_('Crédit')) .
- ' | ' .
- td().
- '
';
-echo '
';
+
|
+
+
-echo '
';
+
+
+amount_id="totalDeb";