Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
In directory 
james.mmbase.org:/tmp/cvs-serv27364/subsite/src/webapp/editors/config/subsite

Modified Files:
      Tag: b1_4
        edit_subsite.xml 
Log Message:
CMSC-1339 Removed the dtmaxlength constraint from the wizard for the fields 
'title' and 'urlfragment'. This way they are inherited from the builder.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_subsite.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite/edit_subsite.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- edit_subsite.xml    16 Feb 2009 17:09:11 -0000      1.1.2.1
+++ edit_subsite.xml    23 Mar 2009 13:00:47 -0000      1.1.2.2
@@ -4,11 +4,11 @@
        <title xml:lang="nl">Subsite</title>
        <title xml:lang="en">Sub Site</title>
 
-   <field name="title" dtmaxlength="40"  dtrequired="true">
+   <field name="title" dtrequired="true">
       <prompt xml:lang="en">Title</prompt>
       <prompt xml:lang="nl">Titel</prompt>
    </field>
-   <field name="urlfragment" dtmaxlength="255"
+   <field name="urlfragment"
       dtpattern="^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,253}[a-zA-Z0-9]$">
       <prompt xml:lang="en">URL-fragment</prompt>
       <prompt xml:lang="nl">URL-fragment</prompt>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to