Update of
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
In directory
james.mmbase.org:/tmp/cvs-serv18543/cmsc/sitemanagement/src/webapp/editors/config/site
Modified Files:
edit_site.xml
Log Message:
CMSC-1295 - Title and URL-fragment fields do not accept values longer than 40
characters while datamodel supports upto 255 characters
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site
See also: http://www.mmbase.org/jira/browse/CMSC-1295
Index: edit_site.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/editors/config/site/edit_site.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- edit_site.xml 13 Jan 2009 14:16:01 -0000 1.9
+++ edit_site.xml 13 Feb 2009 17:13:07 -0000 1.10
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<!DOCTYPE form-schema PUBLIC "-//MMBase/DTD editwizard 1.0//EN"
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd">
<form-schema id="edit_site">
<title xml:lang="nl">Site</title>
@@ -19,7 +19,7 @@
<prompt xml:lang="nl">Live domein</prompt>
<prompt xml:lang="zh">Liveå</prompt>
</field>
- <field name="title" dtmaxlength="40" dtrequired="true">
+ <field name="title" dtmaxlength="255" dtrequired="true">
<prompt xml:lang="en">Title</prompt>
<prompt xml:lang="nl">Titel</prompt>
<prompt xml:lang="zh">æ é¢</prompt>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs