mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
팝업 메뉴에 추천, 비추천, 신고 취소 기능 작동하도록 추가.
This commit is contained in:
parent
adb68347ef
commit
ff9c21d04f
4 changed files with 47 additions and 19 deletions
|
|
@ -8,7 +8,11 @@
|
|||
<h1>{$lang->improper_document_declare}</h1>
|
||||
<form action="./" method="post" id="fo_component" ruleset="insertDeclare">
|
||||
<input type="hidden" name="module" value="document" />
|
||||
<!--@if($type == 'cancel')-->
|
||||
<input type="hidden" name="act" value="procDocumentDeclareCancel" />
|
||||
<!--@else-->
|
||||
<input type="hidden" name="act" value="procDocumentDeclare" />
|
||||
<!--@end-->
|
||||
<input type="hidden" name="target_srl" value="{$target_srl}" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('', 'act', $act, 'target_srl', $target_srl)}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/document/tpl/1" />
|
||||
|
|
@ -53,4 +57,4 @@
|
|||
msg_area.hide();
|
||||
$(document).load(setFixedPopupSize);
|
||||
})(jQuery);
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue