[zopeorg-checkins] CVS: NZO_SiteLayout/etc - zopeorg.schema.in:1.2

Sidnei da Silva sidnei at x3ng.com.br
Tue Apr 15 13:28:40 EDT 2003


Update of /cvs-zopeorg/NZO_SiteLayout/etc
In directory cvs.zope.org:/tmp/cvs-serv24319

Modified Files:
	zopeorg.schema.in 
Log Message:
Updating Schema

=== NZO_SiteLayout/etc/zopeorg.schema.in 1.1 => 1.2 ===
 	DESC 'The preferred skin name for the user'
 	SUP name )
 
+attributetype ( 1.3.6.1.4.1.7125.2.1.57
+	NAME 'visibleids'
+	DESC 'Should we show ids on the Edit Form?'
+        EQUALITY integerMatch
+        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
+
+attributetype ( 1.3.6.1.4.1.7125.2.1.58
+	NAME 'formtooltips'
+	DESC 'Should we show form tooltips?'
+        EQUALITY integerMatch
+        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
+
+attributetype ( 1.3.6.1.4.1.7125.2.1.59
+	NAME 'wysiwygeditor'
+	DESC 'Choosen Editor'
+        SUP name)
+
+attributetype ( 1.3.6.1.4.1.7125.2.1.60
+	NAME 'fullname'
+	DESC 'Full username'
+        SUP name)
 
 #####################################################################
 #
@@ -99,4 +120,5 @@
 	MUST ( cn )
 	MAY ( mail $ gn $ sn $ o $ userPassword $ lastLogin $ 
               prevLogin $ public $ userCertificate $ pointCount $
-              pointThreshold $ startupPage $ portalSkin ) )
+              pointThreshold $ startupPage $ portalSkin $
+              fullname $ wysiwygeditor $ visibleids $ formtooltips ) )





More information about the zopeorg-checkins mailing list