Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders
In directory 
james.mmbase.org:/tmp/cvs-serv9144/portlets-dynamicforms/config/applications/responseform/builders

Modified Files:
        responseform.xml 
Log Message:
CMSC-1272 - Dynamic form uses description field, but should have its own intro 
field


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders
See also: http://www.mmbase.org/jira/browse/CMSC-1272


Index: responseform.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/config/applications/responseform/builders/responseform.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- responseform.xml    25 Jun 2008 13:11:03 -0000      1.6
+++ responseform.xml    10 Apr 2009 06:03:09 -0000      1.7
@@ -40,6 +40,54 @@
 
    <fieldlist>
       <field>
+                       <descriptions>
+                               <description xml:lang="nl"></description>
+                               <description xml:lang="en"></description>
+                               <description xml:lang="zh"></description>
+                       </descriptions>
+                       <gui>
+                               <guiname xml:lang="nl">Introductie</guiname>
+                               <guiname xml:lang="en">Intro</guiname>
+                               <guiname xml:lang="zh">引言</guiname>
+                       </gui>
+                       <editor>
+                               <positions>
+                                       <input>5</input>
+                                       <list>5</list>
+                                       <search>5</search>
+                               </positions>
+                       </editor>
+                       <datatype base="cmscrichtext" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+                       <db>
+                               <name>intro</name>
+                               <type key="false" notnull="false" size="64000" 
state="persistent">STRING</type>
+                       </db>
+               </field>
+               <field>
+                       <descriptions>
+                               <description xml:lang="nl"></description>
+                               <description xml:lang="en"></description>
+                               <description xml:lang="zh"></description>
+                       </descriptions>
+                       <gui>
+                               <guiname xml:lang="nl">Tekst</guiname>
+                               <guiname xml:lang="en">Body</guiname>
+                               <guiname xml:lang="zh">正文</guiname>
+                       </gui>
+                       <editor>
+                               <positions>
+                                       <input>6</input>
+                                       <list>-1</list>
+                                       <search>-1</search>
+                               </positions>
+                       </editor>
+                       <datatype base="cmscrichtext" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+                       <db>
+                               <name>body</name>
+                               <type key="false" notnull="false" size="512000" 
state="persistent">STRING</type>
+                       </db>
+               </field>
+      <field>
          <!-- Descriptions.
                They are useful for GUI editors to provide helptexts.
                Descriptions can be provided in various languages. -->
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to