Commit 01681057 authored by platyhouse's avatar platyhouse

.

parent 5bcd2152
......@@ -33,6 +33,10 @@
<?= $form->getInput("등록일", "regDateTime"); ?>
<? } ?>
<?= $form->getSelect("휴지통여부", "enabled", array("일반" => "1", "휴지통" => "0"), "style='display: none;'"); ?>
<? if ($this->request->functionName == "edit") { ?>
<?= $form->getInput("노출순서", "descId", "", "노출순서는 -9999 형태로 지정하며, 낮은 음수 일수록 최상위로 노출됩니다"); ?>
<? } ?>
<?= $form->getSelect("게시여부", "published", array("게시" => "1", "비게시" => "0")); ?>
<?= $form->getSelect("게시판명", "board", $boards); ?>
<? if (count($categories)) { ?>
......
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