From 5587af419aa90f75de07b4bdf8902dba43b12e02 Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 11 Dec 2007 11:11:36 +0000 Subject: [PATCH] =?UTF-8?q?#321=20=EC=9E=90=EB=8F=99=EC=A0=80=EC=9E=A5/?= =?UTF-8?q?=EC=9E=84=EC=8B=9C=EC=A0=80=EC=9E=A5=20=EA=B8=80=EC=97=90=20?= =?UTF-8?q?=EB=8C=80=ED=95=9C=20=EC=B2=98=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3306 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/file/tpl/file_list.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/modules/file/tpl/file_list.html b/modules/file/tpl/file_list.html index bb3df315e..3523ba379 100644 --- a/modules/file/tpl/file_list.html +++ b/modules/file/tpl/file_list.html @@ -49,15 +49,19 @@ {@ $document_srl = $val->target_document_srl} - {@ $move_uri = './?document_srl='.$document_srl.'#comment_'.$val->upload_target_srl} + {@ $move_uri = './?mid='.$module_list[$val->module_srl]->mid.'&document_srl='.$document_srl.'#comment_'.$val->upload_target_srl} {@ $document_srl = $val->upload_target_srl} - {@ $move_uri = './?document_srl='.$val->upload_target_srl} + {@ $move_uri = './?mid='.$module_list[$val->module_srl]->mid.'&document_srl='.$val->upload_target_srl} {@ $cur_upload_target_srl = $val->upload_target_srl} + + {$lang->cmd_save} + {$module_list[$val->module_srl]->browser_title} - {htmlspecialchars($document_list[$document_srl]->title)} + @@ -78,7 +82,10 @@ {$val->download_count} {zdate($val->regdate,"Y-m-d")} {$val->ipaddress} - {$lang->cmd_move} + + + {$lang->cmd_move} + @@ -95,12 +102,12 @@