issueTracker 기본 스킨의 다운로드 부분 잘못 매칭된 CSS 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6649 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-23 02:16:11 +00:00
parent 1789ad6e94
commit efc5a5c285
2 changed files with 3 additions and 16 deletions

View file

@ -43,7 +43,7 @@
<!--@end-->
<tr>
<th>{$lang->uploaded_file}</th>
<td>
<td class="attachedFile">
<ul class="files">
<!--@foreach($v->files as $file)-->
<li><a href="{$file->download_url}" onmouseover="jQuery(this).find('.bubble').css('display','block');" onmouseout="jQuery(this).find('.bubble').css('display','none');">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]<!--@if($file->comment)--><br/>{htmlspecialchars($file->comment)}<!--@end--></span></a></li>