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
0f74e8a0
Commit
0f74e8a0
authored
Aug 12, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
a5225c7f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
4 deletions
+9
-4
modules/ptyadmin/admin.views.tablelist.index.html
modules/ptyadmin/admin.views.tablelist.index.html
+2
-2
modules/ptyshop/ptyshop.api.common.controller.php
modules/ptyshop/ptyshop.api.common.controller.php
+0
-0
modules/ptyshop/ptyshop.product.edit.admin.view.html
modules/ptyshop/ptyshop.product.edit.admin.view.html
+3
-2
modules/ptyshop/ptyshop.products.admin.controller.php
modules/ptyshop/ptyshop.products.admin.controller.php
+0
-0
modules/ptyshop/ptyshop.products.common.model.php
modules/ptyshop/ptyshop.products.common.model.php
+0
-0
modules/ptytag/ptytag.api.common.controller.php
modules/ptytag/ptytag.api.common.controller.php
+4
-0
modules/ptytag/ptytag.items.common.model.php
modules/ptytag/ptytag.items.common.model.php
+0
-0
No files found.
modules/ptyadmin/admin.views.tablelist.index.html
View file @
0f74e8a0
...
@@ -83,11 +83,11 @@
...
@@ -83,11 +83,11 @@
<div
class=
"box-footer"
>
<div
class=
"box-footer"
>
<?= $footer ?>
<?= $footer ?>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-
3
text-left"
>
<div
class=
"col-sm-
4
text-left"
>
<?= $tableBottomLeft ?>
<?= $tableBottomLeft ?>
<? $o = ""; $this->callAction("onAdminTableItemsBottomLeft", $this, $o); echo $o;?>
<? $o = ""; $this->callAction("onAdminTableItemsBottomLeft", $this, $o); echo $o;?>
</div>
</div>
<div
class=
"col-sm-
5
text-center"
>
<div
class=
"col-sm-
4
text-center"
>
<?= $tableBottomCenter ?>
<?= $tableBottomCenter ?>
</div>
</div>
<div
class=
"col-sm-4 text-right"
>
<div
class=
"col-sm-4 text-right"
>
...
...
modules/ptyshop/ptyshop.api.common.controller.php
View file @
0f74e8a0
No preview for this file type
modules/ptyshop/ptyshop.product.edit.admin.view.html
View file @
0f74e8a0
...
@@ -47,8 +47,9 @@ namespace platyFramework;
...
@@ -47,8 +47,9 @@ namespace platyFramework;
<?= $form->getInput("재고수", "inven", "", "-1: 무제한, 0:재고없음"); ?>
<?= $form->getInput("재고수", "inven", "", "-1: 무제한, 0:재고없음"); ?>
<?= $form->getSelect("최저가보장 노출 여부", "isLowerPrice", ["노출" => 1, "비노출" => 0]); ?>
<?= $form->getSelect("최저가보장 노출 여부", "isLowerPrice", ["노출" => 1, "비노출" => 0]); ?>
<?= $form->getSelect("오늘 출발 노출 여부", "isTodayDelivery", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getSelect("오늘 출발 노출 여부", "isTodayDelivery", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getInput("카테고리1", "category"); ?>
<?= $form->getSelect("홈 노출 여부", "isHomeVisible", ["노출" => 1, "비노출" => 0]) ?>
<?= $form->getInput("카테고리2", "category2"); ?>
<!-- -->
<?//= $form->getInput("카테고리1", "category"); ?>
<!-- -->
<?//= $form->getInput("카테고리2", "category2"); ?>
<?= $form->getTextEdit("상품설명", "desc"); ?>
<?= $form->getTextEdit("상품설명", "desc"); ?>
<?
<?
$optionByForm = json_decode($item->optionByForm, true);
$optionByForm = json_decode($item->optionByForm, true);
...
...
modules/ptyshop/ptyshop.products.admin.controller.php
View file @
0f74e8a0
No preview for this file type
modules/ptyshop/ptyshop.products.common.model.php
View file @
0f74e8a0
No preview for this file type
modules/ptytag/ptytag.api.common.controller.php
0 → 100644
View file @
0f74e8a0
-broken encoding: ISO-2022-CN
modules/ptytag/ptytag.items.common.model.php
0 → 100644
View file @
0f74e8a0
File added
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