IssueTracker 스킨 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6680 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-07-03 06:46:48 +00:00
parent 46e1b3b0ca
commit 04afff647d
2 changed files with 7 additions and 8 deletions

View file

@ -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>

View file

@ -269,7 +269,6 @@
</ul>
</td>
</tr>
<!--@end-->
</table>
<!--@end-->
@ -291,5 +290,6 @@
</form>
<!--@end-->
<!--@end-->
<!--#include("footer.html")-->