';
-print '| '.$langs->trans("TransferFrom").' | '.$langs->trans("TransferTo").' | '.$langs->trans("Date").' | '.$langs->trans("Description").' | ';
-print ''.$langs->trans("Amount").' | ';
-print ''.$langs->trans("AmountToOthercurrency").' | ';
+print ''.$langs->trans("TransferFrom").' | ';
+print ''.$langs->trans("TransferTo").' | ';
+print ''.$langs->trans("Date").' | ';
+print ''.$langs->trans("Description").' | ';
+print ''.$langs->trans("Amount").' | ';
+//print ''.$langs->trans("AmountToOthercurrency").' | ';
print '
';
-print '';
+
+print '| ';
print img_picto('', 'bank_account', 'class="paddingright"');
-$form->select_comptes($account_from, 'account_from', 0, '', 1, '', !isModEnabled('multicurrency') ? 0 : 1);
+$form->select_comptes($account_from, 'account_from', 0, '', 1, '', !isModEnabled('multicurrency') ? 0 : 1, 'minwidth100');
print " | ";
-print "\n";
+print ' | ';
print img_picto('', 'bank_account', 'class="paddingright"');
-$form->select_comptes($account_to, 'account_to', 0, '', 1, '', !isModEnabled('multicurrency') ? 0 : 1);
+$form->select_comptes($account_to, 'account_to', 0, '', 1, '', !isModEnabled('multicurrency') ? 0 : 1, 'minwidth100');
print " | \n";
-print "";
+print ' | ';
print $form->selectDate((!empty($dateo) ? $dateo : ''), '', '', '', '', 'add');
-print " | \n";
+print "";
+
print ' | ';
+
print ' | ';
-print ' | ';
+
+//print ' | ';
print "