issuetracker * 댓글에 에디터 붙임

* 첨부파일 목록 표시 미구현
  * 첨부파일 활성화 트리거 추가
  * 첨부파일 수 기록 필드 추가

file * 첨부파일 목록에서 업로드 타겟을 알 수 없을 경우
       무조건 '대기'로 타이틀을 표시하는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6512 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-06-11 01:32:17 +00:00
parent 0fbf4934eb
commit d0ed1a982d
7 changed files with 81 additions and 21 deletions

View file

@ -9,7 +9,7 @@
<th colspan="3" class="title"><a href="{getUrl('','document_srl',$oIssue->document_srl)}">{$oIssue->getTitle()}</a><span>- {$oIssue->getStatus()}</span></th>
<td><SPAn class="member_{$oIssue->getMemberSrl()}">{$oIssue->getNickName()}</span></td>
</tr>
<!--@if(!$oIssue->isSecret() || $oIssue->isAccessible())-->
<!--@if(!$oIssue->isSecret() || $oIssue->isAccessible())-->
<tr>
<th>{$lang->milestone} :</th>
<td>{$oIssue->getMilestoneTitle()}</td>
@ -66,9 +66,9 @@
<tr>
<td colspan="4" class="description">{$oIssue->getContent(false, true)}</td>
</tr>
<!--@if($oIssue->hasUploadedFiles())-->
<tr>
<td colspan="4">
<!--@if($oIssue->hasUploadedFiles())-->
<div class="fileAttached">
{@ $uploaded_list = $oIssue->getUploadedFiles() }
<ul>
@ -78,10 +78,10 @@
</ul>
<div class="clear"></div>
</div>
<!--@end-->
</td>
</tr>
<!--@else-->
<!--@endif-->
<!--@else-->
<tr>
<td colspan="4" class="inputPassword">
<form action="./" method="get" onsubmit="return procFilter(this, input_password)">
@ -95,7 +95,7 @@
</form>
</td>
</tr>
<!--@end-->
<!--@end-->
</table>
<div class="button">
@ -162,6 +162,8 @@
<form action="./" method="post" onsubmit="return procFilter(this, insert_history)">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="target_srl" value="{$oIssue->get('target_srl')}" />
<input type="hidden" name="history_srl" value="" />
<input type="hidden" name="content" value="" />
<table cellspacing="0">
<col width="140" />
<col width="*" />
@ -266,7 +268,7 @@
<!--@end-->
<tr>
<td colspan="4">
<textarea name="content" id="inputContent" class="inputTypeTextArea wide"></textarea>
<div class="editor">{$oIssue->getCommentEditor()}</div>
</td>
</tr>
<tr>