Update view_orderform.php
This commit is contained in:
parent
733a053bfa
commit
50be46089e
|
@ -42,6 +42,7 @@
|
||||||
<option value="PHO"<?php if($pay_method_alias == "PHO") echo " selected=\"selected\""; ?>>휴대폰</option>
|
<option value="PHO"<?php if($pay_method_alias == "PHO") echo " selected=\"selected\""; ?>>휴대폰</option>
|
||||||
<option value="GIF"<?php if($pay_method_alias == "GIF") echo " selected=\"selected\""; ?>>상품권</option>
|
<option value="GIF"<?php if($pay_method_alias == "GIF") echo " selected=\"selected\""; ?>>상품권</option>
|
||||||
<option value="ARS"<?php if($pay_method_alias == "ARS") echo " selected=\"selected\""; ?>>ARS</option>
|
<option value="ARS"<?php if($pay_method_alias == "ARS") echo " selected=\"selected\""; ?>>ARS</option>
|
||||||
|
<option value="NOP"<?php if($pay_method_alias == "NOP") echo " selected=\"selected\""; ?>>수기결제</option>
|
||||||
</select>
|
</select>
|
||||||
<span class="pure-form-message-inline">필수 선택입니다.</span>
|
<span class="pure-form-message-inline">필수 선택입니다.</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -83,8 +84,10 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p><small>this software granted to your domain. powered by <a href="https://exts.kr/go/framework">ReasonableFramework</a></small></p>
|
<p><small>this software granted to jobband.kr. powered by <a href="https://exts.kr/go/framework">ReasonableFramework</a></small></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php echo $jsoutput; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user