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/overall_header.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/overall_header.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 314e284155..42f29b2445 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -166,7 +166,7 @@ function marklist(id, name, state) </div> <div class="notification_scroll"> - <table class="tablebg" width="310" cellspacing="1"> + <table class="tablebg" cellspacing="1"> <!-- BEGIN notifications --> <tr class="row<!-- IF notifications.UNREAD -->2<!-- ELSE -->1<!-- ENDIF -->"> <td width="50"> @@ -177,7 +177,11 @@ function marklist(id, name, state) <!-- IF notifications.URL --><a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->"><!-- ENDIF --> {notifications.FORMATTED_TITLE} <!-- IF notifications.URL --></a><!-- ENDIF --> - <br />» {notifications.TIME} + + <!-- IF notifications.REFERENCE --><br /><span class="notification-reference">{notifications.REFERENCE}</span><!-- ENDIF --> + <!-- IF notifications.FORUM --><br /><span class="notification-forum">{notifications.FORUM}</span><!-- ENDIF --> + <!-- IF notifications.REASON --><br /><span class="notification-reason">{notifications.REASON}</span><!-- ENDIF --> + <br /><span class="notification-time">{notifications.TIME}</span> <!-- IF not notifications.URL and notifications.UNREAD --> <br /><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a> <!-- ENDIF --> |
