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

Modified Files:
      Tag: b1_4
        edit_formfieldvalue.xml 
        search_formfield_posrel_formfieldvalue.xml 
        create_formfieldvalue.xml load_formfieldvalue.xml 
        formfieldvalue.xml delete_formfieldvalue.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/formfieldvalue
See also: http://www.mmbase.org/jira/browse/CMSC-955


Index: edit_formfieldvalue.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfieldvalue/edit_formfieldvalue.xml,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- edit_formfieldvalue.xml     9 Nov 2007 08:34:04 -0000       1.2
+++ edit_formfieldvalue.xml     10 Jun 2008 11:12:19 -0000      1.2.2.1
@@ -12,7 +12,7 @@
                <prompt xml:lang="zh">文本</prompt>
        </field>
     <field name="standard" ftype="enum" dttype="enum" dtrequired="true">
-       <prompt xml:lang="nl">Default waarde</prompt>
+      <prompt xml:lang="nl">Standaard waarde</prompt>
         <prompt xml:lang="en">Default value</prompt>
                <prompt xml:lang="zh">默认值</prompt>
         <optionlist select="boolean"></optionlist>


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


Index: create_formfieldvalue.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfieldvalue/create_formfieldvalue.xml,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -b -r1.1 -r1.1.6.1
--- create_formfieldvalue.xml   4 Apr 2007 12:16:53 -0000       1.1
+++ create_formfieldvalue.xml   10 Jun 2008 11:12:19 -0000      1.1.6.1
@@ -1,6 +1,5 @@
 <?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="create">
-   <object type="formfieldvalue">
-   </object>
+   <object type="formfieldvalue"></object>
 </action>


Index: load_formfieldvalue.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfieldvalue/load_formfieldvalue.xml,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -b -r1.1 -r1.1.6.1
--- load_formfieldvalue.xml     4 Apr 2007 12:16:53 -0000       1.1
+++ load_formfieldvalue.xml     10 Jun 2008 11:12:19 -0000      1.1.6.1
@@ -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="load">
-       <field name="value"/>
-    <field name="text"/>
-    <field name="standard"/>
+   <field name="value" />
+   <field name="text" />
+   <field name="standard" />
 </action>
\ No newline at end of file


Index: formfieldvalue.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfieldvalue/formfieldvalue.xml,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -b -r1.1 -r1.1.6.1
--- formfieldvalue.xml  4 Apr 2007 12:16:53 -0000       1.1
+++ formfieldvalue.xml  10 Jun 2008 11:12:19 -0000      1.1.6.1
@@ -3,9 +3,9 @@
 <!-- Generated for MMBase version: 1.7  -->
 <wizard-schema id="formfieldvalue">
    <title>formfieldvalue</title>
-   <action include="config/formfieldvalue/create_formfieldvalue.xml"/>
-   <action include="config/formfieldvalue/delete_formfieldvalue.xml"/>
-   <action include="config/formfieldvalue/load_formfieldvalue.xml"/>
+   <action include="config/formfieldvalue/create_formfieldvalue.xml" />
+   <action include="config/formfieldvalue/delete_formfieldvalue.xml" />
+   <action include="config/formfieldvalue/load_formfieldvalue.xml" />
    
    <lists>
       <optionlist include="config/option_lists/boolean.xml" />
@@ -13,7 +13,7 @@
    </lists>
 
    <steps>
-      <step form-schema="edit_formfieldvalue"/>
+      <step form-schema="edit_formfieldvalue" />
    </steps>
-   <form-schema id="edit_formfieldvalue" 
extends="config/formfieldvalue/edit_formfieldvalue.xml"/>
+   <form-schema id="edit_formfieldvalue" 
extends="config/formfieldvalue/edit_formfieldvalue.xml" />
 </wizard-schema>


Index: delete_formfieldvalue.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfieldvalue/delete_formfieldvalue.xml,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- delete_formfieldvalue.xml   22 Feb 2008 11:18:15 -0000      1.3.2.1
+++ delete_formfieldvalue.xml   10 Jun 2008 11:12:19 -0000      1.3.2.2
@@ -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 formfieldvalue wilt 
verwijderen ?</prompt>
+   <prompt xml:lang="nl">Weet u zeker dat u deze formfieldvalue wilt 
verwijderen?</prompt>
        <description xml:lang="nl">Klik hier om deze formfieldvalue te 
verwijderen.</description>
        <prompt xml:lang="zh">你确定删除此表单框?</prompt>
        <description xml:lang="zh">点击删除表单框.</description>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to