mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-15 13:24:10 +02:00
[ticket/11368] Fix background color for PM report rows by using accessing var.
PHPBB3-11368
This commit is contained in:
parent
8586ce8906
commit
5b2d272137
@ -119,7 +119,7 @@
|
||||
<ul class="topiclist cplist">
|
||||
|
||||
<!-- BEGIN pm_report -->
|
||||
<li class="row<!-- IF report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
||||
<li class="row<!-- IF pm_report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
||||
<dl>
|
||||
<dt>
|
||||
<a href="{pm_report.U_PM_DETAILS}" class="topictitle">{pm_report.PM_SUBJECT}</a> {pm_report.ATTACH_ICON_IMG}<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user