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
1e98d28f
authored
2014-11-19 14:09:15 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change hrefs for notices so the user doesn't accidentally navigate away
1 parent
f0bc975e
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 @
1e98d28
...
...
@@ -73,7 +73,7 @@ function print_user_notices($showOnlyUnread = false)
}
$rows
.=
'<tr class="notice-row" id="'
.
$index
.
'">'
;
$rows
.=
'<td width="12" style="padding:
0;padding-left:10px;vertical-align:middle;"><a href="#
" class="notice '
$rows
.=
'<td width="12" style="padding:
0 0 0 10px; vertical-align: middle;"><a href="javascript:;
" class="notice '
.
((
$notice
[
'status'
]
==
'read'
)
?
'read'
:
'unread'
)
.
'"><img src="assets/images/blank.gif" width="12" height="12"></a></td>'
;
...
...
Please
register
or
sign in
to post a comment