Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_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
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
be071d5d
You need to sign in or sign up before continuing.
Commit
be071d5d
authored
May 24, 2018
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8676f63f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platyFramework/apps/admin/views/defaultTheme/board/board_edit.html
...ework/apps/admin/views/defaultTheme/board/board_edit.html
+1
-1
No files found.
platyFramework/apps/admin/views/defaultTheme/board/board_edit.html
View file @
be071d5d
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<? if (count($categories2)) { ?>
<? if (count($categories2)) { ?>
<?= $form->getSelect("부분류", "category2", $categories2); ?>
<?= $form->getSelect("부분류", "category2", $categories2); ?>
<? } ?>
<? } ?>
<?
{
if (strstr($this->config->mobileapp->packageName, "atmstockinfo")) { ?>
<? if (strstr($this->config->mobileapp->packageName, "atmstockinfo")) { ?>
<?= $form->getSelect("유료글", "paid", array("유료" => "1", "무료" => "0")); ?>
<?= $form->getSelect("유료글", "paid", array("유료" => "1", "무료" => "0")); ?>
<? } ?>
<? } ?>
<?= $form->getInput("제목", "title"); ?>
<?= $form->getInput("제목", "title"); ?>
...
...
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