mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 07:07:51 +02:00
[ticket/12608] Add subSilver
PHPBB3-12608
This commit is contained in:
parent
8e06d76aaa
commit
c805e53da3
@ -72,7 +72,7 @@
|
||||
<!-- IF notification_list.AVATAR -->{notification_list.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
|
||||
<div class="notifications">
|
||||
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
|
||||
<p class="notifications_title">{notification_list.FORMATTED_TITLE} <!-- IF notification_list.REFERENCE -->{notification_list.REFERENCE}<!-- ENDIF --></p>
|
||||
<p class="notifications_title">{notification_list.FORMATTED_TITLE}<!-- IF notification_list.REFERENCE --> {notification_list.REFERENCE}<!-- ENDIF --></p>
|
||||
<!-- IF notification_list.URL --></a><!-- ENDIF -->
|
||||
<!-- IF notification_list.FORUM --><p class="notifications_forum">{notification_list.FORUM}</p><!-- ENDIF -->
|
||||
<!-- IF notification_list.REASON --><p class="notifications_reason">{notification_list.REASON}</p><!-- ENDIF -->
|
||||
|
@ -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 -->
|
||||
|
@ -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">
|
||||
|
@ -1189,12 +1189,21 @@ a.imageset {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#notification_list table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#notification_list .notification_title {
|
||||
padding: 5px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#notification_list .notification_title:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
||||
#notification_list .header {
|
||||
width: 298px;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
border: 1px solid #A9B8C2;
|
||||
@ -1208,7 +1217,6 @@ a.imageset {
|
||||
}
|
||||
|
||||
#notification_list .footer {
|
||||
width: 300px;
|
||||
text-align: center;
|
||||
font-size: 1.2em;
|
||||
border: 1px solid #A9B8C2;
|
||||
@ -1223,3 +1231,12 @@ a.imageset {
|
||||
#notification_list .footer > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#notification_list .notification-time {
|
||||
font-size: 0.9em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.notification_list .notifications_time {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user