[Yanel-commits] rev 48937 - public/yanel/trunk/src/contributions/resources/contact-form

michi at wyona.com michi at wyona.com
Wed Apr 21 11:27:37 CEST 2010


Author: michi
Date: 2010-04-21 11:27:37 +0200 (Wed, 21 Apr 2010)
New Revision: 48937

Modified:
   public/yanel/trunk/src/contributions/resources/contact-form/resource.xml
Log:
somme more comments added

Modified: public/yanel/trunk/src/contributions/resources/contact-form/resource.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/contact-form/resource.xml	2010-04-21 09:17:09 UTC (rev 48936)
+++ public/yanel/trunk/src/contributions/resources/contact-form/resource.xml	2010-04-21 09:27:37 UTC (rev 48937)
@@ -13,16 +13,16 @@
   <!-- Mandatory properties -->
   <!-- TODO: Allow more than one "to" -->
   <property name="to"/>
-  <!-- NOTE: Please note that one needs to reload/restart Yanel in order to activate changes of host and port! -->
-  <property name="smtpHost"/>
-  <property name="smtpPort"/>
 
   <!-- Optional properties -->
   <property name="subject"/>
   <property name="xslt"/> <!-- Global XSLT -->
+  <property name="xslt-body"/> <!-- XSLT to render body (actual form) -->
   <property name="mime-type"/>
-  <property name="from"/>
-  <property name="xslt-body"/>
+  <property name="from"/> <!-- INFO: If not configured then the email address specified of the form is used as from address -->
   <property name="email-validation-regex"/>
+  <!-- NOTE: Please note that one needs to reload/restart Yanel in order to activate changes of host and port! -->
+  <property name="smtpHost"/>
+  <property name="smtpPort"/>
 </rtd>
 </resource>



More information about the Yanel-commits mailing list