diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-09-20 10:36:11 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-09-20 10:36:11 -0500 |
| commit | 98731b127748af4673fdee92db2e139e84fd4d4b (patch) | |
| tree | 9c06bcf6c2fd3604a2a338ed633c93e6f1776ef1 /phpBB/styles/prosilver/template/overall_header.html | |
| parent | 661dd09d6f44b46e5a30b37bb3425058f055ea01 (diff) | |
| download | forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.gz forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.bz2 forums-98731b127748af4673fdee92db2e139e84fd4d4b.tar.xz forums-98731b127748af4673fdee92db2e139e84fd4d4b.zip | |
[ticket/11103] Prettify the output for prosilver.
Create a way to mark items read from the output list.
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 87e0a2fa92..242ad60e70 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -130,25 +130,27 @@ <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --> <ul class="linklist leftside"> - <li class="icon-ucp"> - <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a> - <a href="#" title="{L_NOTIFICATIONS}" onClick="$('#notification_list').toggle();">{L_NOTIFICATIONS}</a> - <div id="notification_list" style="display: none; position: absolute; width: 330px; max-height: 450px; background-color: #FFFFFF; z-index: 1; overflow-y: scroll;"> - <ul style="list-style-type: none;"> + <li> + [ <a href="#" id="notification_list_button" title="{L_NOTIFICATIONS}">{L_NOTIFICATIONS}</a> ] • + <div id="notification_list"> + <ul class="topiclist forums"> <!-- BEGIN notifications --> - <li style="padding: 10px; width: 290px;<!-- IF notifications.UNREAD --> background-color: grey;<!-- ENDIF -->"> - <!-- IF notifications.URL --><a href="{notifications.URL}" style="text-decoration: none;"><!-- ENDIF --> + <li class="row<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->"> + <!-- IF notifications.URL --><a href="{notifications.URL}"><!-- ENDIF --> {notifications.AVATAR} <div> {notifications.FORMATTED_TITLE}<br /> {notifications.TIME} </div> <!-- IF notifications.URL --></a><!-- ENDIF --> + <!-- IF notifications.UNREAD --><a href="{notifications.U_MARK_READ}" title="{L_MARK_READ}">{L_MARK_READ}</a><!-- ENDIF --> </li> <!-- END notifications --> </ul> </div> - <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a>)<!-- ENDIF --> + </li> + <li class="icon-ucp"> + <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a> <!-- IF S_DISPLAY_SEARCH --> • <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> <!-- ENDIF --> |
