Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
goodsshare_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
goodsshare
goodsshare_www_encrypt
Commits
92e98cd9
Commit
92e98cd9
authored
Jan 03, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
0687fa27
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
modules/appconstruct/admin.views.appconstruct.item_edit.html
modules/appconstruct/admin.views.appconstruct.item_edit.html
+6
-4
modules/ptyshop/ptyshop.api.common.controller.php
modules/ptyshop/ptyshop.api.common.controller.php
+0
-0
modules/ptyuser/common.models.ptyuser.items.php
modules/ptyuser/common.models.ptyuser.items.php
+0
-0
No files found.
modules/appconstruct/admin.views.appconstruct.item_edit.html
View file @
92e98cd9
...
@@ -36,10 +36,10 @@ namespace platyFramework;
...
@@ -36,10 +36,10 @@ namespace platyFramework;
<?= $form->getSelect("position", "position", [
<?= $form->getSelect("position", "position", [
"초기화" => "init",
"초기화" => "init",
"상단" => "header",
"상단" => "header",
"메인
(크기만큼
)" => "main",
"메인
-크기만큼 (main
)" => "main",
"메인
(가득채움
)" => "main2",
"메인
-가득채움 (main2
)" => "main2",
"메인
(스크롤
)" => "main3",
"메인
-스크롤 (main3
)" => "main3",
"메인
(Nested 스크롤
)" => "main4",
"메인
-Nested 스크롤 (main4
)" => "main4",
"하단" => "footer",
"하단" => "footer",
]); ?>
]); ?>
<?= $form->getInput("노출순서", "priority"); ?>
<?= $form->getInput("노출순서", "priority"); ?>
...
@@ -60,10 +60,12 @@ namespace platyFramework;
...
@@ -60,10 +60,12 @@ namespace platyFramework;
"쇼핑 - 공유 상태 (ConstructShopShareStatusA)" => "ConstructShopShareStatusA",
"쇼핑 - 공유 상태 (ConstructShopShareStatusA)" => "ConstructShopShareStatusA",
"-----1" => "-----------------------",
"-----1" => "-----------------------",
"목록 A (ConstructItemsA)" => "ConstructItemsA",
"목록 A (ConstructItemsA)" => "ConstructItemsA",
"상품 카테고리 (ConstructShopCategoryA)" => "ConstructShopCategoryA",
"상품목록 A (ConstructShopItemsA)" => "ConstructShopItemsA",
"상품목록 A (ConstructShopItemsA)" => "ConstructShopItemsA",
"기획전 목록 - 배너형 (ConstructShopSpecialItemsA)" => "ConstructShopSpecialItemsA",
"기획전 목록 - 배너형 (ConstructShopSpecialItemsA)" => "ConstructShopSpecialItemsA",
"기획전 목록 - 목록형 (ConstructShopSpecialItemsB)" => "ConstructShopSpecialItemsB",
"기획전 목록 - 목록형 (ConstructShopSpecialItemsB)" => "ConstructShopSpecialItemsB",
"기획전 상세 (ConstructShopSpecialItemA)" => "ConstructShopSpecialItemA",
"기획전 상세 (ConstructShopSpecialItemA)" => "ConstructShopSpecialItemA",
"카테고리 상세 (ConstructShopCategoryItemA)" => "ConstructShopCategoryItemA",
"Shop - Search (ConstructShopSearchA)" => "ConstructShopSearchA",
"Shop - Search (ConstructShopSearchA)" => "ConstructShopSearchA",
"-----2" => "-----------------------",
"-----2" => "-----------------------",
"배너 광고 A (ConstructBannerA)" => "ConstructBannerA",
"배너 광고 A (ConstructBannerA)" => "ConstructBannerA",
...
...
modules/ptyshop/ptyshop.api.common.controller.php
View file @
92e98cd9
No preview for this file type
modules/ptyuser/common.models.ptyuser.items.php
View file @
92e98cd9
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