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
30032e7d
authored
2019-11-07 13:26:40 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
1 parent
ae4cf76a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
30032e7
...
...
@@ -158,14 +158,14 @@ function print_user_notices($showOnlyUnread = false)
}
$rows
.=
'<tr style="margin-bottom:10px;" class="notice-row" id="'
.
$index
.
'">'
;
$rows
.=
'<td
style="padding: 0px 0 px 20px; vertical-align: top; width:5%;
"><a href="javascript:;" class="notice '
.
'"><img
src="/wp-content/themes/cbv/assets/images/new/Icon_Archive.svg" style="width: 25px; height: 25px;"></a></td>'
;
$rows
.=
'<td
class="notice-image
"><a href="javascript:;" class="notice '
.
'"><img src="/wp-content/themes/cbv/assets/images/new/Icon_Archive.svg" style="width: 25px; height: 25px;"></a></td>'
;
if
(
$system
[
'system_message_type'
]
==
'none'
)
{
$system
[
'system_message_type'
]
=
'notice'
;
}
$rows
.=
'<td
style="vertical-align: middle; width:55%;">'
.
nl2br
(
$content
)
.
'</td><td style="vertical-align: middle; width:26%;
">'
$rows
.=
'<td
class="notice-content"><img class="notice-icon-mobile" src="/wp-content/themes/cbv/assets/images/new/Icon_Archive.svg" style="width: 25px; height: 25px;">'
.
nl2br
(
$content
)
.
'</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>'
...
...
Please
register
or
sign in
to post a comment