Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
chicpro
2013-06-12 17:36:05 +09:00
8 changed files with 35 additions and 20 deletions

View File

@ -50,8 +50,8 @@ $count = mysql_num_rows($result);
<input type="hidden" name="o_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
<?php echo get_text($row['cp_subject']); ?>
</td>
<td><?php echo number_format($dc); ?></td>
<td><button type="button" class="od_cp_apply" class="btn_frmline">적용</button></td>
<td class="td_bignum"><?php echo number_format($dc); ?></td>
<td class="td_smallmng"><button type="button" class="od_cp_apply btn_frmline">적용</button></td>
</tr>
<?php
}

View File

@ -683,7 +683,7 @@ setTimeout("init_pay_button();",300);
<th scope="row">결제할인쿠폰</th>
<td>
<input type="hidden" name="od_cp_id" value="">
<button type="button" id="od_coupon_btn">쿠폰적용</button>
<button type="button" id="od_coupon_btn" class="btn_frmline">쿠폰적용</button>
</td>
</tr>
<?php } ?>
@ -692,7 +692,7 @@ setTimeout("init_pay_button();",300);
<th scope="row">배송비할인쿠폰</th>
<td>
<input type="hidden" name="sc_cp_id" value="">
<button type="button" id="sc_coupon_btn">쿠폰적용</button>
<button type="button" id="sc_coupon_btn" class="btn_frmline">쿠폰적용</button>
</td>
</tr>
<?php } ?>

View File

@ -27,8 +27,8 @@ $count = mysql_num_rows($result);
<thead>
<tr>
<th scope="col">쿠폰명</th>
<th>할인금액</th>
<th>적용</th>
<th scope="col">할인금액</th>
<th scope="col">적용</th>
</tr>
</thead>
<tbody>
@ -54,8 +54,8 @@ $count = mysql_num_rows($result);
<input type="hidden" name="s_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
<?php echo get_text($row['cp_subject']); ?>
</td>
<td><?php echo number_format($dc); ?></td>
<td><button type="button" class="sc_cp_apply">적용</button></td>
<td class="td_bignum"><?php echo number_format($dc); ?></td>
<td class="td_smallmng"><button type="button" class="sc_cp_apply btn_frmline">적용</button></td>
</tr>
<?php
}