Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
appju_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
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
goodmorning
appju
appju_www_encrypt
Commits
7550114c
Commit
7550114c
authored
Jun 20, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs super admin - encrypted
parent
e4bde0c8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
modules/ptyadmin/admin.controllers.admin.tableList.php
modules/ptyadmin/admin.controllers.admin.tableList.php
+0
-0
modules/ptyboard/ptyboard.items.edit.admin.view.html
modules/ptyboard/ptyboard.items.edit.admin.view.html
+1
-1
modules/ptyuser/admin.views.ptyuser.edit.html
modules/ptyuser/admin.views.ptyuser.edit.html
+1
-1
modules/ptyuser/ptyuser.items.admin.controller.php
modules/ptyuser/ptyuser.items.admin.controller.php
+0
-0
No files found.
modules/ptyadmin/admin.controllers.admin.tableList.php
View file @
7550114c
No preview for this file type
modules/ptyboard/ptyboard.items.edit.admin.view.html
View file @
7550114c
...
...
@@ -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"); ?>
...
...
modules/ptyuser/admin.views.ptyuser.edit.html
View file @
7550114c
...
...
@@ -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"); ?>
...
...
modules/ptyuser/ptyuser.items.admin.controller.php
View file @
7550114c
No preview for this file type
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