위젯, 애드온, 레이아웃 xml에 내용 없을때, 가능하면 자연스럽게 보이도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5259 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-01-07 02:51:31 +00:00
parent 505fc9f625
commit b46dc7c52b
6 changed files with 26 additions and 20 deletions

View file

@ -27,7 +27,7 @@
<td class="number center">{$val->version}</td>
<td class="nowrap">
<!--@foreach($val->author as $author)-->
<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->name}</a>
<!--@if($author->homepage)--><a href="{$author->homepage}" onclick="window.open(this.href);return false;"><!--@end-->{$author->name}<!--@if($author->homepage)--></a><!--@end-->
<!--@endforeach-->
</td>
<td class="date nowrap center">{zdate($val->date, 'Y-m-d')}</td>
@ -36,7 +36,7 @@
</tr>
<tr>
<td colspan="5" class="left">
{nl2br(trim($val->description))}
{nl2br(trim($val->description))}&nbsp;
</td>
</tr>
<!--@end-->