Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 829 → Rev 830

/trunk/client/contact/contact.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: contact.php,v 1.2 2006-01-19 10:24:37 florian Exp $
// CVS : $Id: contact.php,v 1.3 2006-04-28 11:35:37 florian Exp $
/**
* Contact
*
30,7 → 30,7
*@author Florian SCHMITT <florian@ecole-et-nature.org>
*
*@copyright RĂ©seau Ecole et Nature 2005
*@version $Revision: 1.2 $ $Date: 2006-01-19 10:24:37 $
*@version $Revision: 1.3 $ $Date: 2006-04-28 11:35:37 $
// +------------------------------------------------------------------------------------------------------+
*/
 
102,7 → 102,7
$form_contact->addElement('text', 'Subject', CON_SUJET, $option);
$form_contact->addRule('Subject', CON_SUJET_REQUIS, 'required','', 'client') ;
$option=array('style'=>'width:500px;height:200px;white-space: pre;padding:3px;');
require_once 'HTML/QuickForm/textarea.php';
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/textarea.php';
$formtexte= new HTML_QuickForm_textarea('Text', CON_MESSAGE, $option);
$form_contact->addElement($formtexte) ;
$form_contact->addRule('Text', CON_MESSAGE_REQUIS, 'required','', 'client') ;
114,6 → 114,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2006/01/19 10:24:37 florian
* champs obligatoires pour le formulaire de saisie
*
* Revision 1.1 2005/09/22 13:28:50 florian
* Application de contact, pour envoyer des mails. Reste a faire: configuration pour choisir les destinataires dans l'annuaire.
*