mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
add check alert.
This commit is contained in:
parent
e5fdabb1e9
commit
78238857d4
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<!-- /READ BODY -->
|
||||
</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="act" value="procBoardUpdateDocument" />
|
||||
<input type="hidden" name="update_id" value="{$update_log->update_id}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue