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
e6c84067
Commit
e6c84067
authored
Mar 26, 2019
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
2e6ac178
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
platyFramework/apps/admin/controllers/ptyuser/list.php
platyFramework/apps/admin/controllers/ptyuser/list.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/user/edit.html
platyFramework/apps/admin/views/defaultTheme/user/edit.html
+3
-0
No files found.
platyFramework/apps/admin/controllers/ptyuser/list.php
View file @
e6c84067
No preview for this file type
platyFramework/apps/admin/views/defaultTheme/user/edit.html
View file @
e6c84067
...
...
@@ -34,6 +34,9 @@
<?= $form->getSelect("유료여부", "paid", array("유료" => "1", "무료" => 0)); ?>
<? } ?>
<?= $form->getFile("프로필이미지", "profileImageUrl"); ?>
<?= $form->getInput("안드로이드 기기 ID", "androidDeviceId"); ?>
<?= $form->getInput("안드로이드 푸시 ID", "androidPushToken"); ?>
<?= $form->getSelect("안드로이드 푸시 수신 여부", "enabled", array ("활성화" => "1", "비활성화" => 0)); ?>
<? if (false) { ?>
<?= $form->addSelectName("userGroupTag")?>
...
...
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