Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield
In directory 
james.mmbase.org:/tmp/cvs-serv7583/portlets-dynamicforms/src/webapp/editors/config/formfield

Modified Files:
        create_formfield.xml delete_formfield.xml formfield.xml 
        search_responseform_posrel_formfield.xml load_formfield.xml 
        edit_formfield.xml 
Log Message:
CMSC-955 - Formatted Dynamic Form config files and improved translations.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield
See also: http://www.mmbase.org/jira/browse/CMSC-955


Index: create_formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield/create_formfield.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3


Index: delete_formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield/delete_formfield.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- delete_formfield.xml        9 Nov 2007 08:34:04 -0000       1.3
+++ delete_formfield.xml        10 Jun 2008 11:12:12 -0000      1.4
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE action PUBLIC "-//MMBase/DTD editwizard 1.0//EN" 
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd";>
 <action type="delete">
-       <prompt xml:lang="nl">Weet u zeker dat u deze formfield wilt 
verwijderen ?</prompt>
+   <prompt xml:lang="nl">Weet u zeker dat u deze formfield wilt 
verwijderen?</prompt>
        <description xml:lang="nl">Klik hier om deze formfield te 
verwijderen.</description>
        <prompt xml:lang="zh">你确定删除此表单吗?</prompt>
        <description xml:lang="zh">点击删除表单.</description>


Index: formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield/formfield.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- formfield.xml       9 Nov 2007 08:34:04 -0000       1.2
+++ formfield.xml       10 Jun 2008 11:12:12 -0000      1.3
@@ -4,15 +4,15 @@
    <title xml:lang="nl">Formulier veld</title>
    <title xml:lang="en">Form field</title>
    <title xml:lang="zh">表单框</title>
-   <action include="config/formfield/create_formfield.xml"/>
-   <action include="config/formfield/delete_formfield.xml"/>
-   <action include="config/formfield/load_formfield.xml"/>
+   <action include="config/formfield/create_formfield.xml" />
+   <action include="config/formfield/delete_formfield.xml" />
+   <action include="config/formfield/load_formfield.xml" />
    <lists>
       <optionlist include="config/option_lists/boolean.xml" />      
       <optionlist include="config/option_lists/inputtypes.xml" />  
    </lists>                                                                    
                                                       
    <steps>
-      <step form-schema="edit_formfield"/>
+      <step form-schema="edit_formfield" />
    </steps>
-   <form-schema id="edit_formfield" 
extends="config/formfield/edit_formfield.xml"/>
+   <form-schema id="edit_formfield" 
extends="config/formfield/edit_formfield.xml" />
 </wizard-schema>


Index: search_responseform_posrel_formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield/search_responseform_posrel_formfield.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- search_responseform_posrel_formfield.xml    9 Nov 2007 08:34:04 -0000       
1.4
+++ search_responseform_posrel_formfield.xml    10 Jun 2008 11:12:12 -0000      
1.5
@@ -34,8 +34,7 @@
       <field ftype="startwizard" wizardname="config/formfield/formfield" />
    </item>
 
-   <command name="search" nodepath="formfield" age="-1"
-               fields="label" pagelength="20">
+   <command name="search" nodepath="formfield" age="-1" fields="label" 
pagelength="20">
          <prompt xml:lang="en">Search form field</prompt>
          <prompt xml:lang="nl">Zoek formulier veld</prompt>  
          <prompt xml:lang="zh">查找表单框</prompt>


Index: load_formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield/load_formfield.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- load_formfield.xml  15 Feb 2008 09:05:52 -0000      1.2
+++ load_formfield.xml  10 Jun 2008 11:12:12 -0000      1.3
@@ -1,15 +1,15 @@
 <?xml version="1.0"?>
 <!DOCTYPE action PUBLIC "-//MMBase/DTD editwizard 1.0//EN" 
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd";>
 <action type="load">
-   <field name="label"/>
-   <field name="description"/>
-   <field name="type"/>
-   <field name="mandatory"/>
-   <field name="regex"/>
-   <field name="rows"/>
-   <field name="columns"/>
-   <field name="defaultvalue"/>
-   <field name="sendemail"/>
-   <field name="maxlength"/>
-   <relation destination="formfieldvalue" role="posrel"/>
+   <field name="label" />
+   <field name="description" />
+   <field name="type" />
+   <field name="mandatory" />
+   <field name="regex" />
+   <field name="rows" />
+   <field name="columns" />
+   <field name="defaultvalue" />
+   <field name="sendemail" />
+   <field name="maxlength" />
+   <relation destination="formfieldvalue" role="posrel" />
 </action>
\ No newline at end of file


Index: edit_formfield.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield/edit_formfield.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- edit_formfield.xml  15 Feb 2008 09:05:52 -0000      1.3
+++ edit_formfield.xml  10 Jun 2008 11:12:12 -0000      1.4
@@ -50,12 +50,14 @@
                <prompt xml:lang="en">Send email</prompt>
                <prompt xml:lang="nl">Mail naar</prompt>
                <prompt xml:lang="zh">发送邮件</prompt>
-               <description>Wanneer hier ja wordt ingevuld krijgt de gebruiker 
een email op het adres wat hij hier invult.</description> 
+      <description>
+         Wanneer hier ja wordt ingevuld krijgt de gebruiker een email op het 
adres wat hij hier invult.
+      </description>
                <optionlist select="boolean" /> 
        </field>
        <field name="maxlength" ftype="line" dttype="int"  dtmin="-1">
                <prompt xml:lang="en">Maxlength</prompt>
-               <prompt xml:lang="nl">Mail naar</prompt>
+      <prompt xml:lang="nl">Maximum lengte</prompt>
                <description>The maxlength of the field</description> 
        </field>
     <list 
include="config/formfieldvalue/search_formfield_posrel_formfieldvalue.xml" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to