mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
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:
parent
3ec3f87a12
commit
22a5981cce
2 changed files with 2 additions and 1 deletions
|
|
@ -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())-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue