aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_notifications.html
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-10-16 10:51:07 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-10-16 10:51:07 -0500
commitc8b66a26ef4f6ac2a71980c75a13356dcda72dd6 (patch)
tree2139ad7b5a0af15e712029c7df1d3466c9344dfd /phpBB/styles/prosilver/template/ucp_notifications.html
parenta2d6e40f1b7e359b0be87452a01eb3e46b4694e8 (diff)
downloadforums-c8b66a26ef4f6ac2a71980c75a13356dcda72dd6.tar
forums-c8b66a26ef4f6ac2a71980c75a13356dcda72dd6.tar.gz
forums-c8b66a26ef4f6ac2a71980c75a13356dcda72dd6.tar.bz2
forums-c8b66a26ef4f6ac2a71980c75a13356dcda72dd6.tar.xz
forums-c8b66a26ef4f6ac2a71980c75a13356dcda72dd6.zip
[ticket/11103] Mark read link if notification has no URL to view it
Other style stuff PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_notifications.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html
index f71d8698b9..08b5396827 100644
--- a/phpBB/styles/prosilver/template/ucp_notifications.html
+++ b/phpBB/styles/prosilver/template/ucp_notifications.html
@@ -77,7 +77,7 @@
<li class="row<!-- IF notification_list.UNREAD --> bg3<!-- ELSE --><!-- IF notification_list.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- ENDIF -->">
<dl>
<dt>
- <!-- IF notification_list.URL or notification_list.U_MARK_READ --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
+ <!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
<span>
{notification_list.AVATAR}
<span class="notification_title">
@@ -86,9 +86,14 @@
</span>
</span>
<!-- IF notification_list.URL --></a><!-- ENDIF -->
+ <!-- IF not notifications.URL and notifications.UNREAD -->
+ <span class="mark_notification_read">
+ <a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a>
+ </span>
+ <!-- ENDIF -->
</dt>
- <dd class="mark"><!-- IF notification_list.UNREAD --><input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}" /> <dfn>{L_MARK_READ}</dfn><!-- ENDIF --></dd>
+ <dd class="mark">&nbsp;<!-- IF notification_list.UNREAD --><input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}" /> <dfn>{L_MARK_READ}</dfn><!-- ENDIF -->&nbsp;</dd>
</dl>
</li>
<!-- END notification_list -->