Mercurial > xmpp-account-manager
diff index.xhtml @ 55:6a7a99f5a0ca
Add pubsub#access_model retrieval for the vCard4 node.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 23 May 2020 21:59:17 +0200 |
parents | 9b612be4dd0b |
children | 010b905a74d4 |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -104,7 +104,7 @@ </p> <p> <label>{% trans 'Who can see your personal information?' %}<br/> -<select id="vcard-access"> +<select class="form-control" id="vcard-access" disabled=""> <option value="open">{% trans 'Anyone' %}</option> <option value="presence">{% trans 'Only your contacts' %}</option> </select></label> <img width="24" height="24" id="vcard-access-spinner" hidden=""/>