/[dolibarr]/dolibarr/htdocs/projet/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/projet/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by rodolphe, Sun Aug 21 12:09:51 2005 UTC revision 1.22 by eldy, Sun Aug 21 19:40:40 2005 UTC
# Line 22  Line 22 
22   */   */
23    
24  /**  /**
25     \file       htdocs/projet/index.php          \file       htdocs/projet/index.php
26     \ingroup    projet          \ingroup    projet
27     \brief      Page d'accueil du module projet          \brief      Page d'accueil du module projet
28     \version    $Revision$          \version    $Revision$
29  */  */
30    
31  require("./pre.inc.php");  require("./pre.inc.php");
# Line 44  if ($user->societe_id > 0) Line 44  if ($user->societe_id > 0)
44    
45  llxHeader("",$langs->trans("Projects"),"Projet");  llxHeader("",$langs->trans("Projects"),"Projet");
46    
47  print_titre($langs->trans("ProjectsArea"));  print_fiche_titre($langs->trans("ProjectsArea"));
48    
49  print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';  print '<table border="0" width="100%" class="notopnoleftnoright">';
50  print '<tr><td width="30%" valign="top">';  print '<tr><td width="30%" valign="top" class="notopnoleft">';
51    
52  /*  /*
53   *   *
# Line 98  else Line 98  else
98  }  }
99  print "</table>";  print "</table>";
100    
101  print '</td><td width="70%">';  print '</td><td width="70%" class="notopnoleft">';
102    
103  /*  /*
104   *   *

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26