mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 13:00:26 +02:00
[ticket/11368] Fix background color for PM report rows by using accessing var.
PHPBB3-11368
This commit is contained in:
@@ -119,7 +119,7 @@
|
|||||||
<ul class="topiclist cplist">
|
<ul class="topiclist cplist">
|
||||||
|
|
||||||
<!-- BEGIN pm_report -->
|
<!-- 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>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
<a href="{pm_report.U_PM_DETAILS}" class="topictitle">{pm_report.PM_SUBJECT}</a> {pm_report.ATTACH_ICON_IMG}<br />
|
<a href="{pm_report.U_PM_DETAILS}" class="topictitle">{pm_report.PM_SUBJECT}</a> {pm_report.ATTACH_ICON_IMG}<br />
|
||||||
|
Reference in New Issue
Block a user