Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update manifest.xml
Browse files Browse the repository at this point in the history
Added Nederland / USA to choices
  • Loading branch information
DutchCloud4Work committed Oct 23, 2014
1 parent 55cdf5f commit 1f6432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/core.conf/manifest.xml
Expand Up @@ -21,7 +21,7 @@
defaultImage="plugins/core.conf/default_avatar.png"
/>
<param name="email" scope="user" description="CONF_MESSAGE[Address used for notifications]" label="CONF_MESSAGE[Email]" type="string" expose="true" editable="true"/>
<param name="country" scope="role,user" description="CONF_MESSAGE[Country]" label="CONF_MESSAGE[Country]" type="select" choices="fr|France,uk|United Kingdom,de|Germany" expose="true" editable="true"/>
<param name="country" scope="role,user" description="CONF_MESSAGE[Country]" label="CONF_MESSAGE[Country]" type="select" choices="fr|France,uk|United Kingdom,de|Germany,nl|Nederland,us|USA" expose="true" editable="true"/>
<param name="lang" scope="role,user" description="CONF_MESSAGE[User Language]" label="CONF_MESSAGE[Language]" type="select" choices="AJXP_AVAILABLE_LANGUAGES" expose="true" editable="true"/>
<param name="DEFAULT_START_REPOSITORY" scope="role,user,group" description="CONF_MESSAGE[Default start repository]" label="CONF_MESSAGE[Default repository]" type="select" default="ajxp_home" choices="AJXP_AVAILABLE_REPOSITORIES" expose="true" editable="true"/>
<param name="USER_LOCK_ACTION" scope="role,group" description="CONF_MESSAGE[If set, this action will be triggered automatically at users login. Can be logout (to lock out the users), pass_change (to force password change), or anything else]" label="CONF_MESSAGE[Users Lock Action]" type="string" default=""/>
Expand Down

0 comments on commit 1f6432a

Please sign in to comment.