add hideEmail/hideFullname setting

main
Baris Usakli 8 years ago committed by Julian Lam
parent d816b1659a
commit 6b2c3fa44a

@ -124,16 +124,21 @@
<h4>[[global:privacy]]</h4> <h4>[[global:privacy]]</h4>
<div class="well"> <div class="well">
<!-- IF !hideEmail -->
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" data-property="showemail" <!-- IF settings.showemail -->checked <!-- ENDIF settings.showemail -->/> <strong>[[user:show_email]]</strong> <input type="checkbox" data-property="showemail" <!-- IF settings.showemail -->checked <!-- ENDIF settings.showemail -->/> <strong>[[user:show_email]]</strong>
</label> </label>
</div> </div>
<!-- ENDIF !hideEmail -->
<!-- IF !hideFullname -->
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" data-property="showfullname" <!-- IF settings.showfullname -->checked<!-- ENDIF settings.showfullname -->/> <strong>[[user:show_fullname]]</strong> <input type="checkbox" data-property="showfullname" <!-- IF settings.showfullname -->checked<!-- ENDIF settings.showfullname -->/> <strong>[[user:show_fullname]]</strong>
</label> </label>
</div> </div>
<!-- ENDIF !hideFullname -->
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" data-property="restrictChat" <!-- IF settings.restrictChat -->checked<!-- ENDIF settings.restrictChat -->/> <strong>[[user:restrict_chats]]</strong> <input type="checkbox" data-property="restrictChat" <!-- IF settings.restrictChat -->checked<!-- ENDIF settings.restrictChat -->/> <strong>[[user:restrict_chats]]</strong>

Loading…
Cancel
Save