Mercurial > xmpp-account-manager
comparison index.xhtml @ 52:2f45bee88b47
Add pubsub#access_model retrieval for the avatar node.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 23 May 2020 21:24:34 +0200 |
parents | d3b943ac148f |
children | 9b612be4dd0b |
comparison
equal
deleted
inserted
replaced
51:c27a4598ec44 | 52:2f45bee88b47 |
---|---|
69 <button id="avatar-change">{% trans 'Use as your avatar' %}</button> | 69 <button id="avatar-change">{% trans 'Use as your avatar' %}</button> |
70 </p> | 70 </p> |
71 <p class="form-group"> | 71 <p class="form-group"> |
72 <label for="avatar-access">{% trans 'Who can see your avatar?' %}</label> | 72 <label for="avatar-access">{% trans 'Who can see your avatar?' %}</label> |
73 <img width="24" height="24" id="access-model-avatar-spinner" hidden=""/> | 73 <img width="24" height="24" id="access-model-avatar-spinner" hidden=""/> |
74 <select class="form-control" id="avatar-access"> | 74 <select class="form-control" id="avatar-access" disabled=""> |
75 <option value="open">{% trans 'Anyone (pick this if you use public groupchats)' %}</option> | 75 <option value="open">{% trans 'Anyone (pick this if you use public groupchats)' %}</option> |
76 <option value="presence">{% trans 'Only your contacts' %}</option> | 76 <option value="presence">{% trans 'Only your contacts' %}</option> |
77 </select> | 77 </select> |
78 </p> | 78 </p> |
79 </div> | 79 </div> |