mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 05:14:56 +09:00
Read Complete
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
175ccfa3ba
commit
8b139cc4da
7 changed files with 13 additions and 13 deletions
|
|
@ -256,7 +256,7 @@
|
|||
// 이 게시글을... 팝업메뉴를 출력할 경우
|
||||
if($add_popup_menu) {
|
||||
$content = sprintf(
|
||||
'%s<div class="document_popup_menu"><a href="#popup_menu_area" class="document_%d">%s</a></div>',
|
||||
'%s<div class="document_popup_menu"><a href="#popup_menu_area" class="document_%d" onclick="return false">%s</a></div>',
|
||||
$content,
|
||||
$this->document_srl, Context::getLang('cmd_document_do')
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue