mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
IssueTracker 스킨 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6680 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
46e1b3b0ca
commit
04afff647d
2 changed files with 7 additions and 8 deletions
|
|
@ -21,15 +21,14 @@
|
|||
<div class="clear"></div>
|
||||
|
||||
|
||||
{@ $curDate = null }
|
||||
{@ $curDate = null}
|
||||
<!--@foreach($changesets as $changeset)-->
|
||||
<!--@if($curdate || strcmp(zdate($changeset->date, "Ymd"), $curDate))-->
|
||||
<h4>{zdate($changeset->date, "Y-m-d")}</h4>
|
||||
<!--@if($curDate)-->
|
||||
</dl>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if(!$curDate || $curDate != zdate($changeset->date, "Y-m-d"))-->
|
||||
{@ $curDate = zdate($changeset->date, "Y-m-d")}
|
||||
<!--@if($curDate)--></dl><!--@end-->
|
||||
<h4>{$curDate}</h4>
|
||||
<dl class="changeset">
|
||||
{@ $curDate = zdate($changeset->date, "Ymd") }
|
||||
<!--@end-->
|
||||
<dt>
|
||||
<span class="time">{zdate($changeset->date,"H:i")}</span>
|
||||
|
|
|
|||
|
|
@ -269,7 +269,6 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</table>
|
||||
<!--@end-->
|
||||
|
||||
|
|
@ -291,5 +290,6 @@
|
|||
|
||||
</form>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue