mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
Merge pull request #6513 from marc1706/ticket/17160
[ticket/17160] Add missing mark column header
This commit is contained in:
commit
0ede362120
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
|
<dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
|
||||||
<dd class="moderation"><span>{L_TOPIC} & {L_FORUM}</span></dd>
|
<dd class="moderation"><span>{L_TOPIC} & {L_FORUM}</span></dd>
|
||||||
|
<dd class="mark">{{ lang('MARK') }}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue