관리자: #485 포인트관리 만료일 마크업 및 스타일 수정

This commit is contained in:
whitedot
2013-07-30 16:48:49 +09:00
parent 9748ae279a
commit 8e890d718e
2 changed files with 4 additions and 3 deletions

View File

@ -168,8 +168,8 @@ function point_clear()
<td class="td_pt_log"><?php echo $link1 ?><?php echo $row['po_content'] ?><?php echo $link2 ?></td>
<td class="td_num td_pt"><?php echo number_format($row['po_point']) ?></td>
<td class="td_time"><?php echo $row['po_datetime'] ?></td>
<td><?php echo $row['po_expire_date'] == '9999-12-31' ? '&nbsp;' : $row['po_expire_date']; ?></td>
<td class="td_bignum td_pt"><?php echo number_format($row['po_mb_point']) ?></td>
<td class="td_date"><?php echo $row['po_expire_date'] == '9999-12-31' ? '&nbsp;' : $row['po_expire_date']; ?></td>
<td class="td_num td_pt"><?php echo number_format($row['po_mb_point']) ?></td>
</tr>
<?php