관리자: 리디자인 17, 추가버튼 위치 수정

This commit is contained in:
whitedot
2013-02-15 18:23:45 +09:00
parent 6613f7c5e7
commit af624251c4
7 changed files with 44 additions and 40 deletions

View File

@ -151,10 +151,10 @@ function point_clear()
<td class="td_mbid"><a href="?sfl=mb_id&amp;stx=<?=$row['mb_id']?>"><?=$row['mb_id']?></a></td>
<td class="td_mbname"><?=$row2['mb_name']?></td>
<td class="td_name"><div><?=$mb_nick?></div></td>
<td><?=$row['po_datetime']?></td>
<td class="td_time"><?=$row['po_datetime']?></td>
<td class="td_pt_log"><?=$link1?><?=$row['po_content']?><?=$link2?></td>
<td class="td_num"><?=number_format($row['po_point'])?></td>
<td class="td_bignum"><?=number_format($row2['mb_point'])?></td>
<td class="td_num td_pt"><?=number_format($row['po_point'])?></td>
<td class="td_bignum td_pt"><?=number_format($row2['mb_point'])?></td>
</tr>
<?