r4617 - in trunk: docs/user lib/style/skins/esa

walbridge at ecoinformatics.org walbridge at ecoinformatics.org
Mon Nov 24 11:49:46 PST 2008


Author: walbridge
Date: 2008-11-24 11:49:46 -0800 (Mon, 24 Nov 2008)
New Revision: 4617

Modified:
   trunk/docs/user/properties.html
   trunk/lib/style/skins/esa/esa.properties.metadata.xml
Log:
Include moderators option in esa skin configuration, add anchor link within the properties document.


Modified: trunk/docs/user/properties.html
===================================================================
--- trunk/docs/user/properties.html	2008-11-24 19:40:11 UTC (rev 4616)
+++ trunk/docs/user/properties.html	2008-11-24 19:49:46 UTC (rev 4617)
@@ -1544,7 +1544,7 @@
     </tr>
     <tr><td>xml_returnfield_count</td><td>Value of xml_returnfield.usage_count should be more than this value for records to be entered into xml_queryresult</td><td>0</td></tr>
     <tr>
-      <td>moderators</td>
+      <td><a name="moderators">moderators</a></td>
       <td>Moderator accounts, in a colon-separated list. Special users who will review general user's submission. 
              Moderators can approve, revise and reject the submission after reviewing. This property is only used in ESA skin.</td>
       <td>Default:&nbsp;&nbsp;<code>cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org</code></td>
@@ -1669,4 +1669,4 @@
   
 
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>

Modified: trunk/lib/style/skins/esa/esa.properties.metadata.xml
===================================================================
--- trunk/lib/style/skins/esa/esa.properties.metadata.xml	2008-11-24 19:40:11 UTC (rev 4616)
+++ trunk/lib/style/skins/esa/esa.properties.metadata.xml	2008-11-24 19:49:46 UTC (rev 4617)
@@ -123,11 +123,20 @@
 		<label>Contact Email Address Required</label>
 		<group>1</group>
 		<index>12</index>
-		<fieldType>checkbox</fieldType>
 		<description>Determine if contact email address must be entered.</description>
 		<helpFile>properties.html#registry.required.contactEmailAddress</helpFile>
 	</config>
-	
+
+	<config>
+		<key>moderators</key>
+		<label>Skin Moderators</label>
+		<group>1</group>
+		<index>13</index>
+		<fieldType>checkbox</fieldType>
+		<description>Moderator group for this skin.</description>
+		<helpFile>properties.html#moderators</helpFile>
+	</config>
+
 	<!-- LSID support options -->	
 	<config>
 		<key>lsidauthority</key>
@@ -154,4 +163,4 @@
 		<helpFile>properties.html#registryname</helpFile>
 	</config>
 
-</metadataConfig>
\ No newline at end of file
+</metadataConfig>



More information about the Metacat-cvs mailing list