Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
2e6ac178
Commit
2e6ac178
authored
Mar 16, 2019
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
68fe9a90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
...k/apps/admin/views/defaultTheme/app/config_mobileapp.html
+19
-0
No files found.
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
View file @
2e6ac178
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment