Change hrefs for notices so the user doesn't accidentally navigate away
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -73,7 +73,7 @@ function print_user_notices($showOnlyUnread = false) | ... | @@ -73,7 +73,7 @@ function print_user_notices($showOnlyUnread = false) |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | $rows .= '<tr class="notice-row" id="'.$index.'">'; | 75 | $rows .= '<tr class="notice-row" id="'.$index.'">'; |
| 76 | $rows .= '<td width="12" style="padding:0;padding-left:10px;vertical-align:middle;"><a href="#" class="notice ' | 76 | $rows .= '<td width="12" style="padding: 0 0 0 10px; vertical-align: middle;"><a href="javascript:;" class="notice ' |
| 77 | .(($notice['status'] == 'read') ? 'read' : 'unread') | 77 | .(($notice['status'] == 'read') ? 'read' : 'unread') |
| 78 | .'"><img src="assets/images/blank.gif" width="12" height="12"></a></td>'; | 78 | .'"><img src="assets/images/blank.gif" width="12" height="12"></a></td>'; |
| 79 | 79 | ... | ... |
-
Please register or sign in to post a comment