mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11936] Remove "px" from html syntax
PHPBB3-11936
This commit is contained in:
parent
7c0e839fe3
commit
1f2714e695
2 changed files with 3 additions and 3 deletions
|
@ -160,10 +160,10 @@ function marklist(id, name, state)
|
|||
</div>
|
||||
|
||||
<div class="notification_scroll">
|
||||
<table class="tablebg" width="310px" cellspacing="1">
|
||||
<table class="tablebg" width="310" cellspacing="1">
|
||||
<!-- BEGIN notifications -->
|
||||
<tr class="row<!-- IF notifications.UNREAD -->2<!-- ELSE -->1<!-- ENDIF -->">
|
||||
<td width="50px">
|
||||
<td width="50">
|
||||
<!-- IF notifications.AVATAR -->{notifications.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
</tr>
|
||||
<!-- BEGIN notification_list -->
|
||||
<tr class="row<!-- IF notification_list.UNREAD -->3<!-- ELSEIF notification_list.S_ROW_COUNT is even -->1<!-- ELSE -->2<!-- ENDIF -->">
|
||||
<td width="50px">
|
||||
<td width="50">
|
||||
<!-- IF notification_list.AVATAR -->{notification_list.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
|
Loading…
Add table
Reference in a new issue