Commit 2e6ac178 authored by platyhouse's avatar platyhouse

.

parent 68fe9a90
......@@ -301,6 +301,25 @@ namespace platyFramework;
<button type="submit" class="btn btn-info pull-left">저장</button>
</div>
</div>
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">* 로그인 설정</h3>
</div>
<input type="hidden" name="id" value="<?= $item->id ?>">
<div class="box-body">
<div class='col-md-12'>
<div class="row">
<div class='col-md-12'>
<?= $form->getSelect("이메일 로그인 (및 회원가입) 활성화", "notUseSignInEmail", array("사용함" => 0, "사용안함" => 1), "", ""); ?>
</div>
</div>
</div>
</div>
<div class="box-footer">
<button type="button" class="btn btn-default ptyGoBack pull-right">취소</button>
<button type="submit" class="btn btn-info pull-left">저장</button>
</div>
</div>
<? if (FALSE) { ?>
<div class="box box-info">
......
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