Commit 0f74e8a0 authored by platyhouse's avatar platyhouse

- encrypted

parent a5225c7f
......@@ -83,11 +83,11 @@
<div class="box-footer">
<?= $footer ?>
<div class="row">
<div class="col-sm-3 text-left">
<div class="col-sm-4 text-left">
<?= $tableBottomLeft ?>
<? $o = ""; $this->callAction("onAdminTableItemsBottomLeft", $this, $o); echo $o;?>
</div>
<div class="col-sm-5 text-center">
<div class="col-sm-4 text-center">
<?= $tableBottomCenter ?>
</div>
<div class="col-sm-4 text-right">
......
......@@ -47,8 +47,9 @@ namespace platyFramework;
<?= $form->getInput("재고수", "inven", "", "-1: 무제한, 0:재고없음"); ?>
<?= $form->getSelect("최저가보장 노출 여부", "isLowerPrice", ["노출" => 1, "비노출" => 0]); ?>
<?= $form->getSelect("오늘 출발 노출 여부", "isTodayDelivery", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getInput("카테고리1", "category"); ?>
<?= $form->getInput("카테고리2", "category2"); ?>
<?= $form->getSelect("홈 노출 여부", "isHomeVisible", ["노출" => 1, "비노출" => 0]) ?>
<!-- --><?//= $form->getInput("카테고리1", "category"); ?>
<!-- --><?//= $form->getInput("카테고리2", "category2"); ?>
<?= $form->getTextEdit("상품설명", "desc"); ?>
<?
$optionByForm = json_decode($item->optionByForm, true);
......
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