Author: andre
Date: 2009-12-19 10:17:28 +0100 (Sat, 19 Dec 2009)
New Revision: 40271

Modified:
   openimages/trunk/src/main/config/builders/oip/licenses.xml
   openimages/trunk/src/main/config/builders/oip/licenses_translations.xml
Log:
extra field in license for description from perspective of licensee

Modified: openimages/trunk/src/main/config/builders/oip/licenses.xml
===================================================================
--- openimages/trunk/src/main/config/builders/oip/licenses.xml  2009-12-18 
11:56:59 UTC (rev 40270)
+++ openimages/trunk/src/main/config/builders/oip/licenses.xml  2009-12-19 
09:17:28 UTC (rev 40271)
@@ -121,6 +121,27 @@
       </datatype>
     </field>
     
+    <field name="you_allow">
+      <descriptions>
+        <description xml:lang="en">The license description or text from the 
prespective of the licensee</description>
+        <description xml:lang="nl">Beschrijving of tekst van de licentie voor 
de licentiehouder</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">You allow</guiname>
+        <guiname xml:lang="nl">Jij staat toe</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>8</input>
+          <list>8</list>
+          <search>8</search>
+        </positions>
+      </editor>
+      <datatype base="field" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <maxLength value="64000" />
+      </datatype>
+    </field>
+    
   </fieldlist>
   
   <functionlist>

Modified: 
openimages/trunk/src/main/config/builders/oip/licenses_translations.xml
===================================================================
--- openimages/trunk/src/main/config/builders/oip/licenses_translations.xml     
2009-12-18 11:56:59 UTC (rev 40270)
+++ openimages/trunk/src/main/config/builders/oip/licenses_translations.xml     
2009-12-19 09:17:28 UTC (rev 40271)
@@ -92,6 +92,27 @@
         <maxLength value="64000" />
       </datatype>
     </field>
+
+    <field name="you_allow">
+      <descriptions>
+        <description xml:lang="en">The license description or text from the 
prespective of the licensee</description>
+        <description xml:lang="nl">Beschrijving of tekst van de licentie voor 
de licentiehouder</description>
+      </descriptions>
+      <gui>
+        <guiname xml:lang="en">You allow</guiname>
+        <guiname xml:lang="nl">Jij staat toe</guiname>
+      </gui>
+      <editor>
+        <positions>
+          <input>8</input>
+          <list>8</list>
+          <search>8</search>
+        </positions>
+      </editor>
+      <datatype base="field" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+        <maxLength value="64000" />
+      </datatype>
+    </field>
     
   </fieldlist>
   

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to