mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
add check alert.
This commit is contained in:
parent
e5fdabb1e9
commit
78238857d4
2 changed files with 2 additions and 1 deletions
|
|
@ -64,3 +64,4 @@ $lang->msg_no_update_id = '업데이트 고유 번호는 필수입니다.';
|
||||||
$lang->msg_no_update_log = '업데이트 로그가 존재하지 않습니다.';
|
$lang->msg_no_update_log = '업데이트 로그가 존재하지 않습니다.';
|
||||||
$lang->cmd_modify_by_update_log = '이 로그로 게시물을 수정하기';
|
$lang->cmd_modify_by_update_log = '이 로그로 게시물을 수정하기';
|
||||||
$lang->msg_admin_update_log = '관리자가 수정한 적이 있는 게시물입니다. 관리자에게 문의하세요.';
|
$lang->msg_admin_update_log = '관리자가 수정한 적이 있는 게시물입니다. 관리자에게 문의하세요.';
|
||||||
|
$lang->msg_update_log_revert = '정말로 이 게시물로 되돌리시겠습니까?';
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
<!-- /READ BODY -->
|
<!-- /READ BODY -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="./" method="post" onsubmit="return procFilter(this, window.update)">
|
<form action="./" method="post" onsubmit="if(!confirm('{$lang->msg_update_log_revert}')) return false; return procFilter(this, window.update)">
|
||||||
<input type="hidden" name="module" value="board" />
|
<input type="hidden" name="module" value="board" />
|
||||||
<input type="hidden" name="act" value="procBoardUpdateDocument" />
|
<input type="hidden" name="act" value="procBoardUpdateDocument" />
|
||||||
<input type="hidden" name="update_id" value="{$update_log->update_id}" />
|
<input type="hidden" name="update_id" value="{$update_log->update_id}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue