mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18354552 휴지통으로 문서를 이동할 때, 첨부파일을 대기상태로 변경.(휴지통에서 나오면 다시 유효 상태로 변경) 관리자가 삭제하지 않도록, 문서 앞에 말머리 달아줌., 주석 중에 오타로 보이는 것 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7090 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
24aab02897
commit
9321a74c67
5 changed files with 39 additions and 13 deletions
|
|
@ -79,6 +79,7 @@
|
|||
<!--@if($val->upload_target_type == 'mod')-->[{$lang->module}] <!--@end-->
|
||||
|
||||
<!--@if($val->upload_target_type == 'doc' && $document_list[$document_srl] && $document_list[$document_srl]->get('module_srl') == $document_list[$document_srl]->get('member_srl'))-->[{$lang->cmd_temp_save}] <!--@end-->
|
||||
<!--@if($val->upload_target_type == 'doc' && $document_list[$document_srl] && $document_list[$document_srl]->get('module_srl') == 0)-->[{$lang->cmd_trash}] <!--@end-->
|
||||
<a href="{getUrl('', 'mid', $module_list[$val->module_srl]->mid)}" onclick="window.open(this.href);return false;">{$module_list[$val->module_srl]->browser_title}</a>
|
||||
<!--@if($document_list[$document_srl] && ($val->upload_target_type == 'doc' || $val->upload_target_type == 'com'))-->
|
||||
- <!--@if($document_list[$document_srl]->get('module_srl') != $document_list[$document_srl]->get('member_srl'))--><a href="{$move_uri}" onclick="window.open(this.href);return false;">{$document_list[$document_srl]->getTitle()}</a><!--@else-->{$document_list[$document_srl]->getTitle()}<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue