쇼핑몰: #220 주문 쿠폰 기능 마크업 2차 완료

This commit is contained in:
whitedot
2013-06-12 17:20:12 +09:00
parent e40bf25779
commit 454cea0c05
6 changed files with 19 additions and 15 deletions

View File

@ -85,7 +85,7 @@ $qstr1 = 'sch_target='.$_GET['sch_target'].'&sch_word='.$_GET['sch_word'];
<tr>
<td><?php echo $row['t_name']; ?></td>
<td class="scp_target_code"><?php echo $row['t_id']; ?></td>
<td class="scp_target_select"><button type="button" onclick="sel_target_id('<?php echo $row['t_id']; ?>');">선택</button>
<td class="scp_target_select"><button type="button" class="btn_frmline" onclick="sel_target_id('<?php echo $row['t_id']; ?>');">선택</button>
</tr>
<?php
}