diff options
| author | PayBas <contact@paybas.com> | 2014-06-13 10:28:04 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-15 10:02:12 +0200 |
| commit | c805e53da3fd7578205133b0749e5fd989ad7095 (patch) | |
| tree | 18b92c06c2a91b6f2c533d41f20bf5f7989a0aca /phpBB/styles/subsilver2/template/ucp_notifications.html | |
| parent | 8e06d76aaa5179096923971893c26a7f8bfe2fbe (diff) | |
| download | forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar.gz forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar.bz2 forums-c805e53da3fd7578205133b0749e5fd989ad7095.tar.xz forums-c805e53da3fd7578205133b0749e5fd989ad7095.zip | |
[ticket/12608] Add subSilver
PHPBB3-12608
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_notifications.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_notifications.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 64e21ec4a6..b0d2925b68 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -92,9 +92,11 @@ <td valign="top"> <span class="gen"> <!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF --> - <strong>{notification_list.FORMATTED_TITLE}</strong> + {notification_list.FORMATTED_TITLE}<!-- IF notification_list.REFERENCE --> {notification_list.REFERENCE}<!-- ENDIF --> <!-- IF notification_list.URL --></a><!-- ENDIF --><br /> - {notification_list.TIME} + <!-- IF notification_list.FORUM --><span class="notifications_forum">{notification_list.FORUM}</span><br /><!-- ENDIF --> + <!-- IF notification_list.REASON --><span class="notifications_reason">{notification_list.REASON}</span><br /><!-- ENDIF --> + <span class="notifications_time">{notification_list.TIME}</span> </span> </td> <td align="center"> |
