comparison index.xhtml @ 53:9b612be4dd0b

Add a warning about avatars in presence access_model.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2020 21:34:36 +0200
parents 2f45bee88b47
children 6a7a99f5a0ca
comparison
equal deleted inserted replaced
52:2f45bee88b47 53:9b612be4dd0b
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" disabled=""> 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 channel)' %}</option>
76 <option value="presence">{% trans 'Only your contacts' %}</option> 76 <option value="presence">{% trans 'Only your contacts (⚠️ your avatar won’t be usable in public channels)' %}</option>
77 </select> 77 </select>
78 </p> 78 </p>
79 </div> 79 </div>
80 </div> 80 </div>
81 81