[Top][All Lists]
[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: |
Sun, 19 Feb 2006 23:21:50 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 |
URL:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15811>
Summary: Le tableau de la liste des comptes courants a un
problème d'affichage
Project: Dolibarr
Submitted by: bugblaster
Submitted on: dim 19.02.2006 à 23:21
Severity: 3 - Normal
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Release: None
Platform Version: GNU/Linux
_______________________________________________________
Details:
Le tableau de la liste des comptes courants est mal dessiné :
Le probleme est du a :
box_comptes.php :
remplacer
$this->info_box_contents[$i][0] = array('align' => 'right',
'colspan' => '4',
par
$this->info_box_contents[$i][0] = array('align' => 'right',
'width' => '75%',
'colspan' => '3',
modules_boxes.php :
remplacer
for ($j=0, $m=sizeof($contents[$i]); $j < $m; $j++)
par
for ($j=0,
$m=isset($contents[$i][-1])?sizeof($contents[$i])-1:sizeof($contents[$i]); $j
< $m; $j++)
pour qu'il n'affiche pas un <td></td> pour l'entrée -1 de l'array
-------------
Version: 2.1-alpha
Server: Apache/2.0.51 (Fedora)
Url: /index.php?mainmenu=home&leftmenu=
-------------
Version: 2.1-alpha
Server: Apache/2.0.51 (Fedora)
Url: /index.php?mainmenu=home&leftmenu=
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15811>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/
- [Dolibarr-bugtrack] [bug #15811] Le tableau de la liste des comptes courants a un problème d'affichage,
LO Vieng Nong <=