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
eb2614a1
Commit
eb2614a1
authored
May 05, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
6af52dcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
24 deletions
+26
-24
modules/ptymobileapp/ptymobileapp.config.index.admin.view.html
...es/ptymobileapp/ptymobileapp.config.index.admin.view.html
+26
-0
modules/ptypush/ptypush.config.index.admin.view.html
modules/ptypush/ptypush.config.index.admin.view.html
+0
-24
No files found.
modules/ptymobileapp/ptymobileapp.config.index.admin.view.html
View file @
eb2614a1
...
...
@@ -122,6 +122,32 @@ namespace platyFramework;
<button
type=
"submit"
class=
"btn btn-info pull-left"
>
저장
</button>
</div>
</div>
<?
$ptymobileapp = $this->config->getConfig("ptymobileapp");
$packageName = $ptymobileapp->androidPackageName;
?>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
푸시 노출 설정
</h3>
(푸시 노출 수정은 이용자가 앱을 1회 이상 실행한 이후에 반영됩니다)
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i>
</button>
</div>
</div>
<div
class=
"box-body pad"
>
<?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", "푸시 중요도를 최상으로 보냅니다. 기기에 따라 최상의 적절 여부가 판단됩니다."); ?>
<?= $form->getSelect("푸시 알림 지속성 설정", "notificationOngoing", ["사용" => "1", "사용안함" => 0], "", "사용시 알림 리스트에서 드레그해도 지워지지 않고, 반드시 알림을 선택해야 사라집니다. 이용자 불편이 발생할 수 있습니다."); ?>
</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>
</div>
</section>
</form>
...
...
modules/ptypush/ptypush.config.index.admin.view.html
View file @
eb2614a1
...
...
@@ -44,30 +44,6 @@ namespace platyFramework;
<button
type=
"submit"
class=
"btn btn-info pull-left"
>
저장
</button>
</div>
</div>
<?
$ptymobileapp = $this->config->getConfig("ptymobileapp");
$packageName = $ptymobileapp->androidPackageName;
?>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
푸시 노출 설정
</h3>
(푸시 노출 수정은 이용자가 앱을 1회 이상 실행한 이후에 반영됩니다)
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i>
</button>
</div>
</div>
<div
class=
"box-body pad"
>
<?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", "푸시 중요도를 최상으로 보냅니다. 기기에 따라 최상의 적절 여부가 판단됩니다."); ?>
<?= $form->getSelect("푸시 알림 지속성 설정", "notificationOngoing", ["사용" => "1", "사용안함" => 0], "", "사용시 알림 리스트에서 드레그해도 지워지지 않고, 반드시 알림을 선택해야 사라집니다. 이용자 불편이 발생할 수 있습니다."); ?>
</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>
</div>
</div>
</form>
...
...
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