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
01681057
Commit
01681057
authored
Nov 15, 2020
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5bcd2152
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
platyFramework/apps/admin/views/defaultTheme/board/board_edit.html
...ework/apps/admin/views/defaultTheme/board/board_edit.html
+4
-0
No files found.
platyFramework/apps/admin/views/defaultTheme/board/board_edit.html
View file @
01681057
...
...
@@ -33,6 +33,10 @@
<?= $form->getInput("등록일", "regDateTime"); ?>
<? } ?>
<?= $form->getSelect("휴지통여부", "enabled", array("일반" => "1", "휴지통" => "0"), "style='display: none;'"); ?>
<? if ($this->request->functionName == "edit") { ?>
<?= $form->getInput("노출순서", "descId", "", "노출순서는 -9999 형태로 지정하며, 낮은 음수 일수록 최상위로 노출됩니다"); ?>
<? } ?>
<?= $form->getSelect("게시여부", "published", array("게시" => "1", "비게시" => "0")); ?>
<?= $form->getSelect("게시판명", "board", $boards); ?>
<? if (count($categories)) { ?>
...
...
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