bugfix to display of community hide mode

This commit is contained in:
Eric J. Bowersox
2004-07-22 09:06:16 +00:00
parent 1c245749f7
commit 1351306780
12 changed files with 704 additions and 146 deletions

View File

@@ -652,11 +652,12 @@ the community's host, or via an invitation e-mail message. Please enter it in th
<choice id="1">Private</choice>
</list>
<text name="joinkey" capt="Join key" capt2="(for private communities)" size="32" maxlength="64"/>
<list name="hidemode" capt="Community visibility" required="true">
<choice id="0">Show in both directory and search</choice>
<choice id="1">Hide in directory, but not in search</choice>
<choice id="2">Hide in both directory and search</choice>
</list>
<enumlist name="hidemode" capt="Community visibility" required="true"
enumClass="com.silverwrist.venice.core.CommunityHideMode">
<choice id="NONE">Show in both directory and search</choice>
<choice id="DIRECTORY">Hide in directory, but not in search</choice>
<choice id="BOTH">Hide in both directory and search</choice>
</enumlist>
<imagebutton id="create"/>
<imagebutton id="cancel"/>
</dialog>
@@ -688,11 +689,12 @@ the community's host, or via an invitation e-mail message. Please enter it in th
</list>
<text name="joinkey" capt="Join key" capt2="(for private communities)" size="32" maxlength="64"/>
<checkbox name="membersonly" capt="Allow only members to access this community"/>
<list name="hidemode" capt="Community visibility" required="true">
<choice id="0">Show in both directory and search</choice>
<choice id="1">Hide in directory, but not in search</choice>
<choice id="2">Hide in both directory and search</choice>
</list>
<enumlist name="hidemode" capt="Community visibility" required="true"
enumClass="com.silverwrist.venice.core.CommunityHideMode">
<choice id="NONE">Show in both directory and search</choice>
<choice id="DIRECTORY">Hide in directory, but not in search</choice>
<choice id="BOTH">Hide in both directory and search</choice>
</enumlist>
<rolelist name="read_lvl" capt="Security level required to read contents" required="true"/>
<rolelist name="write_lvl" capt="Security level required to update profile" required="true"/>
<rolelist name="create_lvl" capt="Security level required to create new subobjects" required="true"/>