Mercurial > xmpp-account-manager
comparison index.xhtml @ 26:28967a0bb1b2
Add a newline for the avatar access-model.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 23 Dec 2018 16:35:49 +0100 |
parents | d9da5c3e305d |
children | 02b5bceeca64 |
comparison
equal
deleted
inserted
replaced
25:d9da5c3e305d | 26:28967a0bb1b2 |
---|---|
82 <img id="avatar" style="max-width:96px;max-height:96px"/> <span id="avatar-size"/> <img width="24" height="24" id="avatar-spinner"/><br/> | 82 <img id="avatar" style="max-width:96px;max-height:96px"/> <span id="avatar-size"/> <img width="24" height="24" id="avatar-spinner"/><br/> |
83 <input type="file" style="display:none" accept="image/*" id="avatar-file"/> | 83 <input type="file" style="display:none" accept="image/*" id="avatar-file"/> |
84 <p><label>Upload new avatar<br/> | 84 <p><label>Upload new avatar<br/> |
85 <button id="avatar-upload">Choose file…</button></label><br/> | 85 <button id="avatar-upload">Choose file…</button></label><br/> |
86 <button id="avatar-change" hidden="">Use as your avatar</button><br/> | 86 <button id="avatar-change" hidden="">Use as your avatar</button><br/> |
87 <label>Who can see your avatar? <select id="avatar-access"> | 87 <label>Who can see your avatar?<br/> |
88 <select id="avatar-access"> | |
88 <option value="open">Anyone (pick this if you use public groupchats)</option> | 89 <option value="open">Anyone (pick this if you use public groupchats)</option> |
89 <option value="presence">Only your contacts</option> | 90 <option value="presence">Only your contacts</option> |
90 </select></label> <img width="24" height="24" id="access-model-avatar-spinner" hidden=""/> | 91 </select></label> <img width="24" height="24" id="access-model-avatar-spinner" hidden=""/> |
91 </p> | 92 </p> |
92 </div> | 93 </div> |