Merged revisions 3303-3314 via svnmerge from

file:///home/developper/svn/phpcompta/branches/rel510

........
  r3304 | danydb | 2010-06-16 21:01:37 +0200 (Wed, 16 Jun 2010) | 2 lines
  
  Modify tips
........
  r3305 | danydb | 2010-06-16 21:59:16 +0200 (Wed, 16 Jun 2010) | 2 lines
  
  Add missing infobulle
........
  r3306 | danydb | 2010-06-16 22:47:29 +0200 (Wed, 16 Jun 2010) | 1 line
  
  Improve appearance
........
  r3307 | danydb | 2010-06-16 23:04:46 +0200 (Wed, 16 Jun 2010) | 2 lines
  
  Financial after saving show the saved amount
........
  r3308 | danydb | 2010-06-16 23:15:49 +0200 (Wed, 16 Jun 2010) | 1 line
  
  Improve appearance
........
  r3309 | danydb | 2010-06-16 23:17:14 +0200 (Wed, 16 Jun 2010) | 1 line
  
  Fix problem size in PDF
........
  r3310 | danydb | 2010-06-16 23:17:31 +0200 (Wed, 16 Jun 2010) | 1 line
  
  Show what operation have been encoded
........
  r3311 | danydb | 2010-06-16 23:46:48 +0200 (Wed, 16 Jun 2010) | 2 lines
  
  Fix font size in PDF
........
  r3312 | danydb | 2010-06-16 23:47:57 +0200 (Wed, 16 Jun 2010) | 1 line
  
  remove test on MC
........
  r3314 | danydb | 2010-06-17 12:34:27 +0200 (Thu, 17 Jun 2010) | 1 line
  
  Improve appearance, remove old script
........
This commit is contained in:
Dany De Bontridder 2010-06-17 11:45:46 +00:00
parent 019ebee2fc
commit 93e9bce863
26 changed files with 229 additions and 486 deletions

View file

@ -50,7 +50,7 @@ function u_ShowDossier($p_user,$p_admin,$p_filtre="")
$user=new User($cn);
$result.="<TABLE style=\"width:75%;border-width:0px;border-collapse:collapse;\">";
$result.="<TABLE style=\"width:auto;border-width:0px;border-collapse:collapse;\">";
for ($i=0;$i<sizeof($p_array);$i++) {
$id=$p_array[$i]['dos_id'];
@ -74,7 +74,7 @@ function u_ShowDossier($p_user,$p_admin,$p_filtre="")
$result.="</TD>";
$desc=($desc=="")?"<i>Aucune description</i>":h($desc);
$desc="<A class=\"dossier\" HREF=\"$target\">$desc</A>";
$result.="<TD class=\"$tr\">".$desc;
$result.="<TD class=\"$tr\" style=\"padding-left:50px\">".$desc;
$result.="</TD>";
$result.="</TR>";