Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ac85563c
authored
2019-11-12 14:38:43 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
1 parent
a7ea9825
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
ac85563
...
...
@@ -167,7 +167,7 @@ function print_user_notices($showOnlyUnread = false)
$rows
.=
'<td class="notice-content"><div class="notice-content-text">'
.
nl2br
(
$content
)
.
'</div></td><td class="notice-date">'
.
CBV\tz_display
(
'notice_sent_date'
,
$notice
[
'sent_date'
])
.
'</span></td>'
;
$rows
.=
'<td
style="vertical-align: middle; width:10%
;padding: 5px 0px 5px 0px;" style="vertical-align: middle;"><span>'
$rows
.=
'<td
class="notice-type" style="vertical-align: middle
;padding: 5px 0px 5px 0px;" style="vertical-align: middle;"><span>'
.
ucfirst
(
str_replace
(
'_'
,
' '
,
$system
[
'system_message_type'
]))
.
'</span></td>'
;
$rows
.=
'</tr>'
;
...
...
Please
register
or
sign in
to post a comment