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

michi at wyona.com michi at wyona.com
Tue Dec 22 22:47:22 CET 2009


Author: michi
Date: 2009-12-22 22:47:22 +0100 (Tue, 22 Dec 2009)
New Revision: 46788

Modified:
   public/yanel/trunk/src/contributions/resources/contact-form/resource.xml
Log:
some todos fixed

Modified: public/yanel/trunk/src/contributions/resources/contact-form/resource.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/contact-form/resource.xml	2009-12-22 21:41:50 UTC (rev 46787)
+++ public/yanel/trunk/src/contributions/resources/contact-form/resource.xml	2009-12-22 21:47:22 UTC (rev 46788)
@@ -6,21 +6,20 @@
   class="org.wyona.yanel.impl.resources.contactform.ContactResource"
   >
 <description>
-Contact Form for sending email
+Contact form for sending email
 </description>
 
 <rtd>
   <!-- Mandatory properties -->
-  <!-- TODO: Make "global" xslt optional -->
-  <property name="xslt"/>
   <!-- TODO: Allow more than one "to" -->
   <property name="to"/>
-  <property name="subject"/>
   <!-- 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="mime-type"/>
   <property name="from"/>
   <property name="xslt-body"/>



More information about the Yanel-commits mailing list