문서 신고시 이유 적을 수 있게 항목 추가

문서 신고시 항목 적을 수 있게 함
This commit is contained in:
MinSoo Kim 2016-01-27 17:44:34 +09:00
parent 79955b083c
commit f77b8fde3c
16 changed files with 330 additions and 88 deletions

View file

@ -514,8 +514,8 @@ class documentModel extends document
}
// Adding Report
$url = sprintf("doCallModuleAction('document','procDocumentDeclare','%s')", $document_srl);
$oDocumentController->addDocumentPopupMenu($url,'cmd_declare','','javascript');
$url = getUrl('', 'act', 'dispDocumentDeclare', 'target_srl', $document_srl);
$oDocumentController->addDocumentPopupMenu($url,'cmd_declare','','popup');
// Add Bookmark button
$url = sprintf("doCallModuleAction('member','procMemberScrapDocument','%s')", $document_srl);