mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +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
|
|
@ -273,3 +273,8 @@ dd { color: #777766; font-size: 0.90em; }
|
|||
dl { line-height: 1.3em; margin: 0; }
|
||||
dt { padding: 5px 4px 2px 0 }
|
||||
dd.changeset p { margin: 0; padding: 0; }
|
||||
span.status { color: #222222; }
|
||||
dd span.source { color:#4F86B0; }
|
||||
dd span.target { color:#4F86B0; font-weight:bold; }
|
||||
dd span.key { color:#888888; font-weight:bold; }
|
||||
dt a { color:#373737; text-decoration: none; }
|
||||
|
|
|
|||
|
|
@ -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