mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue