Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 231 → Rev 234

/trunk/client/inscription/classes/inscription.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: inscription.class.php,v 1.1 2004-12-15 13:32:29 alex Exp $
// CVS : $Id: inscription.class.php,v 1.2 2004-12-17 17:41:57 alex Exp $
/**
* Inscription
*
31,7 → 31,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-12-15 13:32:29 $
*@version $Revision: 1.2 $ $Date: 2004-12-17 17:41:57 $
// +------------------------------------------------------------------------------------------------------+
*/
 
111,6 → 111,8
}
$this->addElement ('text', 'adresse_1', INS_ADRESSE) ;
$this->addElement ('text', 'adresse_2', INS_ADRESSE) ;
if (INS_CHAMPS_TELEPHONE) $this->addElement('text', 'telephone', INS_TELEPHONE) ;
if (INS_CHAMPS_FAX) $this->addElement('text', 'fax', INS_FAX) ;
$this->addElement ('text', 'region', INS_REGION) ;
$cp_ville[] = & HTML_QuickForm::createElement ('text', 'cp', INS_CODE_POSTAL) ;
122,6 → 124,8
 
$this->addElement ('select', 'pays', INS_PAYS, $liste_pays) ;
if (INS_CHAMPS_STRUCTURE) $this->addElement('text', 'structure', INS_STRUCTURE) ;
$this->addElement ('text', 'site', INS_SITE_INTERNET) ;
// on fait un groupe avec les boutons pour les mettres sur la même ligne