Commit 7550114c authored by platyhouse's avatar platyhouse

refs super admin - encrypted

parent e4bde0c8
......@@ -32,7 +32,7 @@ namespace platyFramework;
<? // , $this->request->req->sec_board
?>
<? if ($this->signedInItem->isSuperAdmin()) { ?>
<?= $form->getInput("서비스고객ID", "serviceUserId"); ?>
<?= $form->getInput("@서비스고객ID", "serviceUserId"); ?>
<? } ?>
<? if ($this->request->functionName == "edit") { ?>
<?= $form->getInput("등록ID", "userId"); ?>
......
......@@ -36,7 +36,7 @@ namespace platyFramework;
<?= $form->getSelect("노출여부", "enabled", array("활성화" => "1", "비활성화" => 0)); ?>
<?= $form->getSelect("관리자 여부", "isAdmin", array("관리자" => "1", "비관리자" => 0)); ?>
<? if ($this->signedInItem->isSuperAdmin()) { ?>
<?= $form->getInput("서비스고객ID", "serviceUserId"); ?>
<?= $form->getInput("@서비스고객ID", "serviceUserId"); ?>
<? } ?>
<?= $form->getInput("회원ID", "userId", "required"); ?>
<?= $form->getInput("닉네임", "nickName", "required"); ?>
......
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