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

This commit is contained in:
chicpro
2014-03-11 13:27:39 +09:00
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> <th scope="row">쿠폰발행알림</th>
<td> <td>
<label for="cp_sms_send">SMS발송</label> <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> <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> </td>
</tr> </tr>
<?php } ?> <?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> <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>
</div> </div>