#283 개인결제 기능 추가

This commit is contained in:
chicpro
2013-09-03 13:26:01 +09:00
parent d5288477be
commit 5027621753
27 changed files with 2881 additions and 8 deletions

View File

@ -34,6 +34,11 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
<form name="fcouponform" action="./couponformupdate.php" method="post" onsubmit="return form_check(this);">
<input type="hidden" name="w" value="<?php echo $w; ?>">
<input type="hidden" name="cp_id" value="<?php echo $cp_id; ?>">
<input type="hidden" name="sst" value="<?php echo $sst; ?>">
<input type="hidden" name="sod" value="<?php echo $sod; ?>">
<input type="hidden" name="sfl" value="<?php echo $sfl; ?>">
<input type="hidden" name="stx" value="<?php echo $stx; ?>">
<input type="hidden" name="page" value="<?php echo $page;?>">
<section class="cbox">
<h2><?php echo $html_title; ?></h2>