Commit a68cbe71 authored by platyhouse's avatar platyhouse

. - encrypted

parent af26454e
......@@ -53,6 +53,8 @@ namespace platyFramework;
<?= $form->getInput("노출할 상품의 주 카테고리", "selectCategory"); ?>
<?= $form->getInput("노출할 상품의 부 카테고리", "selectCategory2"); ?>
<?= $form->getTextEdit("노출할 상품의 일련번호", "selectSerial", "", "일련번호를 엔터 혹은 , 로 구분해 주세요"); ?>
<?= $form->getSelect("lowerPrice", "selectLowerPrice", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getSelect("freeDelivery", "selectFreeDelivery", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getTextEdit("메모", "note"); ?>
</div>
<div class="box-footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment