mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11103] Update styling of UCP Notifications in subsilver2
PHPBB3-11103
This commit is contained in:
parent
fd4e197bde
commit
fdc9ad76ce
1 changed files with 3 additions and 1 deletions
|
@ -97,10 +97,12 @@
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<td colspan="2" valign="top" height="50px">
|
<td colspan="2" valign="top" height="50px">
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<span class="gen">
|
||||||
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
|
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
|
||||||
{notification_list.FORMATTED_TITLE}
|
<strong>{notification_list.FORMATTED_TITLE}</strong>
|
||||||
<!-- IF notification_list.URL --></a><!-- ENDIF --><br />
|
<!-- IF notification_list.URL --></a><!-- ENDIF --><br />
|
||||||
{notification_list.TIME}
|
{notification_list.TIME}
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<!-- IF notification_list.UNREAD --><input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}" /><!-- ENDIF -->
|
<!-- IF notification_list.UNREAD --><input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}" /><!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue