Update viewforum.tpl

This commit is contained in:
Roman Kelesidis 2023-11-04 23:13:55 +07:00
parent 9140e99cac
commit 618a704c63

View File

@ -481,12 +481,12 @@ td.topic_id { cursor: pointer; }
<td class="tCenter small nowrap" style="padding: 3px 4px 2px;">
<p>
<span title="{L_REPLIES}">{t.REPLIES}</span>
<span title="{L_REPLIES}: {t.REPLIES}">{t.REPLIES}</span>
<span class="small"> | </span>
<span title="{L_VIEWS}">{t.VIEWS}</span>
<span title="{L_VIEWS}: {t.VIEWS}">{t.VIEWS}</span>
</p>
<!-- BEGIN tor -->
<p style="padding-top: 2px" class="med" title="{L_COMPLETED}">
<p style="padding-top: 2px" class="med" title="{L_COMPLETED}: {t.tor.COMPL_CNT}">
<b>{t.tor.COMPL_CNT}</b>
</p>
<!-- END tor -->