mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
위젯, 애드온, 레이아웃 xml에 내용 없을때, 가능하면 자연스럽게 보이도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5259 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
505fc9f625
commit
b46dc7c52b
6 changed files with 26 additions and 20 deletions
|
|
@ -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))}
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue