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
ff12f37b
Commit
ff12f37b
authored
Oct 06, 2020
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
2194c4d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
platyFramework/apps/admin/controllers/ptyuser/list.php
platyFramework/apps/admin/controllers/ptyuser/list.php
+0
-0
platyFramework/apps/admin/views/defaultTheme/user/edit.html
platyFramework/apps/admin/views/defaultTheme/user/edit.html
+6
-1
platyFramework/apps/modules/common/models/pty/tableList2.php
platyFramework/apps/modules/common/models/pty/tableList2.php
+0
-0
No files found.
platyFramework/apps/admin/controllers/ptyuser/list.php
View file @
ff12f37b
No preview for this file type
platyFramework/apps/admin/views/defaultTheme/user/edit.html
View file @
ff12f37b
...
...
@@ -89,6 +89,7 @@
</tr>
<?
foreach ($boards as $subItem) {
$url = "/admin/board/board/edit/?board={$subItem->board}&id={$subItem->parentId}";
?>
<tr>
<td>
<?= $subItem->id ?>
</td>
...
...
@@ -97,12 +98,16 @@
<td>
<?= $subItem->board ?>
</td>
<td>
<?= $subItem->title ?>
</td>
<td>
<? if ($subItem->isComment) { ?>
<a
href=
"<?=$url?>"
>
<? if ($subItem->enabled == 0) echo "<del>"; ?>
<? if ($subItem->isComment == 0) { ?>
<span
class=
'label label-success'
>
게시물
</span>
<? } else { ?>
<span
class=
'label label-primary'
>
댓글
</span>
<? } ?>
<?= ptyCutStr(strip_tags($subItem->content), 100) ?>
<? if ($subItem->enabled == 0) echo "</del>"; ?>
</a>
</td>
</tr>
<? } ?>
...
...
platyFramework/apps/modules/common/models/pty/tableList2.php
View file @
ff12f37b
No preview for this file type
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