dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #15811] Le tableau de la liste des comptes cour


From: LO Vieng Nong
Subject: [Dolibarr-bugtrack] [bug #15811] Le tableau de la liste des comptes courants a un problème d'affichage
Date: Mon, 20 Feb 2006 15:42:38 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

Follow-up Comment #2, bug #15811 (project dolibarr):

Cela ne resoud pas le problème :

- Ca marche lorque un ou plusieur compte existe
- Ca décale quand il n'y a pas de compte

Je repropose cette modification, elle marche aussi bien avec ou sans
compte existant.

box_comptes.php :     Ligne 110:

                                       $this->info_box_contents[$i][-1]
= array('class' => 'liste_total');

                                        $this->info_box_contents[$i][0]
= array('class' => 'liste_total',
                                        'text' => " "
                                        );

                                        $this->info_box_contents[$i][1]
= array('align' => 'right',
                                        'colspan' => '3',
                                        'class' => 'liste_total',
                                        'text' => $langs->trans('Total')
                                        );

                                        $this->info_box_contents[$i][2]
= array('align' => 'right',
                                        'width' => '25%',
                                        'class' => 'liste_total',
                                        'text' => price($solde_total)
                                        );


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15811>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]