mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-24 07:05:47 -07:00
Update usercp_register.tpl
This commit is contained in:
parent
76efae1996
commit
290e987d92
1 changed files with 7 additions and 0 deletions
|
@ -220,6 +220,13 @@
|
|||
<!-- ENDIF -->
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="prof-title">{L_HIDE_AUTHORSHIP_POSTS}:</td>
|
||||
<td>
|
||||
<label><input type="radio" name="user_anonymous" value="1" <!-- IF USER_ANONYMOUS -->checked<!-- ENDIF --> />{L_YES}</label>
|
||||
<label><input type="radio" name="user_anonymous" value="0" <!-- IF not USER_ANONYMOUS -->checked<!-- ENDIF --> />{L_NO}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- IF IS_ADMIN || $bb_cfg['show_email_visibility_settings'] -->
|
||||
<tr>
|
||||
<td class="prof-title">{L_PUBLIC_VIEW_EMAIL}:</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue