mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/11103] Add Notification Settings link in flyout menu
PHPBB3-11103
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
<div class="pointer"><div class="pointer_inner"></div></div>
|
||||
<div class="header">
|
||||
{L_NOTIFICATIONS}
|
||||
<span class="header_settings"><a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a></span>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
|
@@ -713,6 +713,12 @@ p.rules a {
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
#notification_list > .header > .header_settings {
|
||||
float: right;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#notification_list > .footer {
|
||||
text-align: center;
|
||||
font-size: 1.2em;
|
||||
|
@@ -157,6 +157,7 @@ function marklist(id, name, state)
|
||||
<div id="notification_list" class="notification_list">
|
||||
<div class="row1 header">
|
||||
{L_NOTIFICATIONS}
|
||||
<span class="header_settings"><a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a></span>
|
||||
</div>
|
||||
|
||||
<div class="notification_scroll">
|
||||
|
@@ -1167,6 +1167,12 @@ a.imageset {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#notification_list > .header > .header_settings {
|
||||
float: right;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#notification_list .footer {
|
||||
width: 300px;
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user