mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Fix #1972 게시판 관리자가 최고관리자 보호 기능을 사용할 수 없도록 개선
This commit is contained in:
parent
ba0e0f07d1
commit
a8421268f6
2 changed files with 22 additions and 4 deletions
|
|
@ -364,6 +364,7 @@
|
|||
<p>{$lang->about_protect_comment}</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--@if($this->user->isAdmin())-->
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->protect_admin_content}</label>
|
||||
<div class="x_controls">
|
||||
|
|
@ -372,6 +373,7 @@
|
|||
<p>{$lang->about_protect_admin_content}</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->protect_regdate}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue