공통: #369 쿠폰 생성 알림 마크업

This commit is contained in:
whitedot
2014-03-11 13:23:45 +09:00
parent 3f97ddac23
commit b680e68245
2 changed files with 3 additions and 3 deletions

View File

@ -141,9 +141,9 @@ include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
<th scope="row">쿠폰발행알림</th>
<td>
<label for="cp_sms_send">SMS발송</label>
<input type="checkbox" name="cp_sms_send" value="1" id="cp_sms_send" checked="checked">
<input type="checkbox" name="cp_sms_send" value="1" id="cp_sms_send" checked>
<label for="cp_email_send">이메일발송</label>
<input type="checkbox" name="cp_email_send" value="1" id="cp_email_send" checked="checked">
<input type="checkbox" name="cp_email_send" value="1" id="cp_email_send" checked>
</td>
</tr>
<?php } ?>