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

Modified Files:
      Tag: b1_5
        edit_pagealias.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/alias/src/webapp/editors/config/pagealias
See also: http://www.mmbase.org/jira/browse/CMSC-1339


Index: edit_pagealias.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/editors/config/pagealias/edit_pagealias.xml,v
retrieving revision 1.2.4.3
retrieving revision 1.2.4.4
diff -u -b -r1.2.4.3 -r1.2.4.4
--- edit_pagealias.xml  16 Feb 2009 17:57:31 -0000      1.2.4.3
+++ edit_pagealias.xml  23 Mar 2009 13:01:25 -0000      1.2.4.4
@@ -5,12 +5,12 @@
    <title xml:lang="en">Alias</title>
    <title xml:lang="zh">别名</title>
 
-   <field name="title" dtrequired="true" dtmaxlength="255">
+   <field name="title" dtrequired="true">
       <prompt xml:lang="en">Title</prompt>
       <prompt xml:lang="nl">Titel</prompt>
       <prompt xml:lang="zh">标题</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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to