mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
관리페이지 첨부파일 목록에서 모듈/문서 정보를 표시하지 못하는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6307 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d524c052d4
commit
784b0e09c1
2 changed files with 18 additions and 2 deletions
|
|
@ -80,7 +80,7 @@
|
|||
<td class="center number">{$no}</td>
|
||||
<td class="center"><input type="checkbox" name="cart" value="{$val->file_srl}" /></td>
|
||||
<td><a href="{$val->download_url}" class="red">{htmlspecialchars($val->source_filename)}</a></td>
|
||||
<td class="number center">{FileHandler::filesize($val->file_size)}</td>
|
||||
<td class="number tRight">{FileHandler::filesize($val->file_size)}</td>
|
||||
<!--@if($val->isvalid=='Y')-->
|
||||
<td class="blue center">{$lang->is_valid}</td>
|
||||
<!--@else-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue