mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
17184357 첨부파일의 대상 문서로의 링크 변경 (mid 제거)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4462 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4b99305f50
commit
fc5e36d26e
1 changed files with 2 additions and 2 deletions
|
|
@ -59,10 +59,10 @@
|
|||
<!--@if($val->upload_target_srl != $cur_upload_target_srl)-->
|
||||
<!--@if($val->target_document_srl)-->
|
||||
{@ $document_srl = $val->target_document_srl}
|
||||
{@ $move_uri = './?mid='.$module_list[$val->module_srl]->mid.'&document_srl='.$document_srl.'#comment_'.$val->upload_target_srl}
|
||||
{@ $move_uri = getUrl('', 'document_srl', $document_srl).'#comment_'.$val->upload_target_srl}
|
||||
<!--@else-->
|
||||
{@ $document_srl = $val->upload_target_srl}
|
||||
{@ $move_uri = './?mid='.$module_list[$val->module_srl]->mid.'&document_srl='.$val->upload_target_srl}
|
||||
{@ $move_uri = getUrl('', 'document_srl', $document_srl)}
|
||||
<!--@end-->
|
||||
{@ $cur_upload_target_srl = $val->upload_target_srl}
|
||||
<tr class="bg1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue