/[dolibarr]/dolibarr/htdocs/adherents/cartes/PDF_card.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/adherents/cartes/PDF_card.class.php

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

revision 1.10 by eldy, Sat Aug 14 12:41:38 2004 UTC revision 1.11 by eldy, Sat Sep 3 15:14:34 2005 UTC
# Line 56  Line 56 
56  //        + : Added 3mm to the position of labels to avoid errors  //        + : Added 3mm to the position of labels to avoid errors
57  ////////////////////////////////////////////////////  ////////////////////////////////////////////////////
58    
59  //require_once('fpdf.php');  /**    
60            \file       htdocs/adherents/cartes/PDF_card.class.php
   
 /*!     \file htdocs/adherents/cartes/PDF_card.class.php  
61          \ingroup    adherent          \ingroup    adherent
62                  \brief      Fichier de la classe permettant d'éditer au format PDF des étiquettes au format Avery ou personnalisé                  \brief      Fichier de la classe permettant d'éditer au format PDF des étiquettes au format Avery ou personnalisé
63                  \author     Steve Dillon                  \author     Steve Dillon
# Line 69  Line 67 
67                  \version    $Revision$                  \version    $Revision$
68  */  */
69    
70  /*! \class PDF_card  require_once(FPDF_PATH.'fpdf.php');
71                  \brief Classe afin d'éditer au format PDF des étiquettes au format Avery ou personnalisé  
72    
73    /**
74            \class      PDF_card
75                    \brief      Classe afin d'éditer au format PDF des étiquettes au format Avery ou personnalisé
76  */  */
77    
78  class PDF_card extends FPDF {  class PDF_card extends FPDF {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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