Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield
In directory
james.mmbase.org:/tmp/cvs-serv7660/portlets-dynamicforms/src/webapp/editors/config/formfield
Modified Files:
Tag: b1_4
formfield.xml delete_formfield.xml edit_formfield.xml
create_formfield.xml search_responseform_posrel_formfield.xml
load_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: 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.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- formfield.xml 9 Nov 2007 08:34:04 -0000 1.2
+++ formfield.xml 10 Jun 2008 11:12:19 -0000 1.2.2.1
@@ -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: 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.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- delete_formfield.xml 9 Nov 2007 08:34:04 -0000 1.3
+++ delete_formfield.xml 10 Jun 2008 11:12:19 -0000 1.3.2.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="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: edit_formfield.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/editors/config/formfield/edit_formfield.xml,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- edit_formfield.xml 8 May 2008 03:15:32 -0000 1.2.2.1
+++ edit_formfield.xml 10 Jun 2008 11:12:19 -0000 1.2.2.2
@@ -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="en">Max length</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" />
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.2.4.1
diff -u -b -r1.2 -r1.2.4.1
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.4.2.1
diff -u -b -r1.4 -r1.4.2.1
--- search_responseform_posrel_formfield.xml 9 Nov 2007 08:34:04 -0000
1.4
+++ search_responseform_posrel_formfield.xml 10 Jun 2008 11:12:19 -0000
1.4.2.1
@@ -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.1.6.1
retrieving revision 1.1.6.2
diff -u -b -r1.1.6.1 -r1.1.6.2
--- load_formfield.xml 8 May 2008 03:15:32 -0000 1.1.6.1
+++ load_formfield.xml 10 Jun 2008 11:12:19 -0000 1.1.6.2
@@ -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
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs