added link to title to make easy to get permalink

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-23 13:20:38 +00:00
parent 3ec3f87a12
commit 22a5981cce
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
<col width="140" />
<col width="*" />
<tr>
<th colspan="3" class="title">{$oIssue->getTitle()} <span>- {$oIssue->getStatus()}</span></th>
<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->isGranted())-->