Revision 4617
Added by walbridge about 16 years ago
lib/style/skins/esa/esa.properties.metadata.xml | ||
---|---|---|
123 | 123 |
<label>Contact Email Address Required</label> |
124 | 124 |
<group>1</group> |
125 | 125 |
<index>12</index> |
126 |
<fieldType>checkbox</fieldType> |
|
127 | 126 |
<description>Determine if contact email address must be entered.</description> |
128 | 127 |
<helpFile>properties.html#registry.required.contactEmailAddress</helpFile> |
129 | 128 |
</config> |
130 |
|
|
129 |
|
|
130 |
<config> |
|
131 |
<key>moderators</key> |
|
132 |
<label>Skin Moderators</label> |
|
133 |
<group>1</group> |
|
134 |
<index>13</index> |
|
135 |
<fieldType>checkbox</fieldType> |
|
136 |
<description>Moderator group for this skin.</description> |
|
137 |
<helpFile>properties.html#moderators</helpFile> |
|
138 |
</config> |
|
139 |
|
|
131 | 140 |
<!-- LSID support options --> |
132 | 141 |
<config> |
133 | 142 |
<key>lsidauthority</key> |
... | ... | |
154 | 163 |
<helpFile>properties.html#registryname</helpFile> |
155 | 164 |
</config> |
156 | 165 |
|
157 |
</metadataConfig> |
|
166 |
</metadataConfig> |
docs/user/properties.html | ||
---|---|---|
1544 | 1544 |
</tr> |
1545 | 1545 |
<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> |
1546 | 1546 |
<tr> |
1547 |
<td>moderators</td>
|
|
1547 |
<td><a name="moderators">moderators</a></td>
|
|
1548 | 1548 |
<td>Moderator accounts, in a colon-separated list. Special users who will review general user's submission. |
1549 | 1549 |
Moderators can approve, revise and reject the submission after reviewing. This property is only used in ESA skin.</td> |
1550 | 1550 |
<td>Default: <code>cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org</code></td> |
... | ... | |
1669 | 1669 |
|
1670 | 1670 |
|
1671 | 1671 |
</BODY> |
1672 |
</HTML> |
|
1672 |
</HTML> |
Also available in: Unified diff
Include moderators option in esa skin configuration, add anchor link within the properties document.