Update viewforum.tpl

This commit is contained in:
Roman Kelesidis 2023-11-04 23:12:17 +07:00
parent e8daaef7e9
commit 9140e99cac

View File

@ -473,7 +473,7 @@ td.topic_id { cursor: pointer; }
<td class="tCenter nowrap" style="padding: 2px 4px;">
<!-- BEGIN tor -->
<div title="{L_DL_TORRENT}">
<div><span class="seedmed" title="Seeders"><b>{t.tor.SEEDERS}</b></span><span class="med"> | </span><span class="leechmed" title="Leechers"><b>{t.tor.LEECHERS}</b></span></div>
<div><span class="seedmed" title="{L_SEEDERS}"><b>{t.tor.SEEDERS}</b></span><span class="med"> | </span><span class="leechmed" title="{L_LEECHERS}"><b>{t.tor.LEECHERS}</b></span></div>
<div style="padding-top: 2px" class="small"><!-- IF t.TOR_FROZEN -->{t.tor.TOR_SIZE}<!-- ELSE --><a href="{DOWNLOAD_URL}{t.tor.ATTACH_ID}" class="small" style="text-decoration: none">{t.tor.TOR_SIZE}</a> <!-- IF MAGNET_LINKS -->{t.tor.MAGNET}<!-- ENDIF --><!-- ENDIF --></div>
</div>
<!-- END tor -->