mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
issue status 변경 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4861 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f132c7db7d
commit
c3cb299b6f
7 changed files with 64 additions and 10 deletions
|
|
@ -13,8 +13,13 @@
|
|||
<!--@end-->
|
||||
<dt class="changeset">
|
||||
<span class="time">{zdate($changeset->date,"H:i")}</span>
|
||||
Changeset <em>[{$changeset->revision}]</em> by <span class="author">{$changeset->author}</span>
|
||||
<!--@if($changeset->type == "i")-->
|
||||
<a href="{getUrl('','document_srl',$changeset->target_srl)}">Issue <em>#{$changeset->target_srl}</em></a> ({$issues[$changeset->target_srl]->getTitleText(20)}) by <span class="author">{$changeset->author}</span>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('act','dispIssuetrackerViewSource','erev',$changeset->revision,'type','log')}">Changeset <em>[{$changeset->revision}]</em></a> by <span class="author">{$changeset->author}</span>
|
||||
<!--@end-->
|
||||
</dt>
|
||||
<dd class="changeset"> <p>{$changeset->message}</p> </dd>
|
||||
<dd class="changeset">
|
||||
<p><!--@if($changeset->type == "i")--><span class="status">{$changeset->message}</span><br>{$issues[$changeset->target_srl]->getContentText(50)}<!--@else-->{$changeset->message}<!--@end--></p> </dd>
|
||||
<!--@end-->
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue