공통: #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 } ?>

View File

@ -27,7 +27,7 @@ $ft_a_st = 'display:block;padding:30px 0;background:#484848;color:#fff;text-alig
<p style="<?php echo $cont_st; ?>"><?php echo $contents; ?></p>
<a href="<?php echo G5_URL; ?>" target="_blank" style="<?php echo $ft_a_st; ?>"><?php echo $config['cf_title']; ?> 방문</a>
<a href="<?php echo G5_URL; ?>" target="_blank" style="<?php echo $ft_a_st; ?>"><?php echo $config['cf_title']; ?> 바로가기</a>
</div>
</div>