mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Merge pull request #951 from sejin7940/document_spam
'이 게시물을..' 을 통한 글 스팸처리시 휴지통으로 이동이 아닌 바로 삭제가 기본이 되도록 변경
This commit is contained in:
commit
0487c7e33b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
<textarea name="spam_description" id="spam_description" cols="400" rows="3"></textarea>
|
<textarea name="spam_description" id="spam_description" cols="400" rows="3"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-proc" >
|
<div class="btn-proc" >
|
||||||
<label for="to_trash"><input type="checkbox" name="to_trash" value="Y" checked="checked" id="to_trash" />{$lang->spammer_move_to_trash}</label>
|
<label for="to_trash"><input type="checkbox" name="to_trash" value="Y" id="to_trash" />{$lang->spammer_move_to_trash}</label>
|
||||||
<button class="x_btn x_btn-danger" type="submit"/>{$lang->btn_spammer_delete_all}</button>
|
<button class="x_btn x_btn-danger" type="submit"/>{$lang->btn_spammer_delete_all}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue