mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 09:18:52 +00:00
[ticket/11103] Some tweaks to the notifications output
PHPBB3-11103
This commit is contained in:
parent
7589a3093d
commit
aaf6711b44
1 changed files with 2 additions and 2 deletions
|
@ -133,10 +133,10 @@
|
|||
<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: block; position: absolute; width: 330px; background-color: #FFFFFF; z-index: 1;">
|
||||
<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;">
|
||||
<!-- BEGIN notifications -->
|
||||
<li style="padding: 10px; width: 310px;<!-- IF notifications.UNREAD --> background-color: grey;<!-- ENDIF -->">
|
||||
<li style="padding: 10px; width: 290px;<!-- IF notifications.UNREAD --> background-color: grey;<!-- ENDIF -->">
|
||||
<a href="{notifications.URL}" style="text-decoration: none;">
|
||||
{notifications.AVATAR}
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue