mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#1838 관리자 계정의 익명 적용여부 설정 제공
This commit is contained in:
parent
22182c4c19
commit
75978c77fe
6 changed files with 18 additions and 5 deletions
|
|
@ -248,6 +248,12 @@
|
|||
<p class="x_help-block">{$lang->about_use_anonymous_part2}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->anonymous_except_admin}</label>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline" for="anonymous_except_admin"><input type="checkbox" name="anonymous_except_admin" id="anonymous_except_admin" value="Y" checked="checked"|cond="$module_info->anonymous_except_admin == 'Y'" /> {$lang->about_anonymous_except_admin}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->anonymous_name}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue