mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
xe_list, xe_webzine 스킨에서 선택된 일반글일 경우 화살표가 나타나도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1923 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
374aa89e89
commit
2759bf5363
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<!--@else-->
|
||||
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<td class="num">{$no}</td>
|
||||
<td class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/white/iconArrowD8.gif" border="0" /><!--@else-->{$no}<!--@end--></td>
|
||||
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
<!--@else-->
|
||||
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<td class="num" rowspan="2">{$no}</td>
|
||||
<td class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/white/iconArrowD8.gif" border="0" /><!--@else-->{$no}<!--@end--></td>
|
||||
|
||||
<!--@if($document->thumbnailExists(100))-->
|
||||
<td rowspan="2" class="thumb">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue