mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11779] Fix unapproved messages class name
PHPBB3-11779
This commit is contained in:
parent
c9cd7412f2
commit
0aea5e48d8
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
<p>{L_UNAPPROVED_TOTAL}</p>
|
<p>{L_UNAPPROVED_TOTAL}</p>
|
||||||
|
|
||||||
<!-- IF .unapproved -->
|
<!-- IF .unapproved -->
|
||||||
<ul class="topiclist two-long-columns">
|
<ul class="topiclist missing-column">
|
||||||
<li class="header">
|
<li class="header">
|
||||||
<dl>
|
<dl>
|
||||||
<dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
|
<dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="topiclist cplist two-long-columns">
|
<ul class="topiclist cplist missing-column">
|
||||||
|
|
||||||
<!-- BEGIN unapproved -->
|
<!-- BEGIN unapproved -->
|
||||||
<li class="row<!-- IF unapproved.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
<li class="row<!-- IF unapproved.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
||||||
|
|
Loading…
Add table
Reference in a new issue