Commit e7342a3f authored by platyhouse's avatar platyhouse

.

parent 46af3454
...@@ -37,7 +37,7 @@ namespace platyFramework; ...@@ -37,7 +37,7 @@ namespace platyFramework;
</div> </div>
</div> </div>
<?= $form->getFile("Intro 화면 설정", "intro"); ?> <?= $form->getFile("초기화면 이미지 화면 설정", "intro"); ?>
<div class="col-md-12"> <div class="col-md-12">
<div class="form-group"> <div class="form-group">
<label class="col-sm-2 control-label"></label> <label class="col-sm-2 control-label"></label>
...@@ -51,11 +51,12 @@ namespace platyFramework; ...@@ -51,11 +51,12 @@ namespace platyFramework;
</div> </div>
</div> </div>
<?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array ("0.5초" => 500, "1초" => 1000, "2초" => 2000, "3초" => 3000, "4초" => 4000, "5초" => 5000)); ?> <?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array ("노출안함" => 0, "0.5초" => 500, "1초" => 1000, "2초" => 2000, "3초" => 3000, "4초" => 4000, "5초" => 5000)); ?>
<?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?> <?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?>
<?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?> <?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", "푸시 알림 제목 색상 및 최상위 여부는 1회 앱 실행을 하셔야 반영됩니다"); ?> <?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", ""); ?>
<?= $form->getSelect("푸시 알림 팝업 여부", "notificationOngoing", ["사용" => "1", "기본" => 0], "", "푸시 알림 설정은 앱 1회 실행 이후에 반영됩니다"); ?>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment