단어를 범용적으로 바꾸고 회원 메뉴에 차단리스트 추가

This commit is contained in:
BJRambo 2020-02-05 15:47:59 +09:00
parent ad76cc030f
commit 696ca5a6bf
17 changed files with 124 additions and 114 deletions

View file

@ -95,15 +95,15 @@
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">개별 문서/댓글 알림 차단</label>
<label class="x_control-label">{$lang->unsubscribe}</label>
<div class="x_controls">
<label class="x_inline">
<input type="radio" name="individual_block" value="Y" checked="checked"|cond="$config->individual_block === 'Y'" /> {$lang->use}
<input type="radio" name="unsubscribe" value="Y" checked="checked"|cond="$config->unsubscribe === 'Y'" /> {$lang->use}
</label>
<label class="x_inline">
<input type="radio" name="individual_block" value="N" checked="checked"|cond="$config->individual_block !== 'Y'" /> {$lang->notuse}
<input type="radio" name="unsubscribe" value="N" checked="checked"|cond="$config->unsubscribe !== 'Y'" /> {$lang->notuse}
</label>
<p class="x_help-block">{$lang->about_highlight_effect}</p>
<p class="x_help-block">{$lang->about_unsubscribe}</p>
</div>
</div>
</section>