mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update viewforum.tpl
This commit is contained in:
parent
9bb64f2161
commit
8335469078
@ -479,9 +479,9 @@ td.topic_id { cursor: pointer; }
|
||||
|
||||
<td class="tCenter nowrap" style="padding: 2px 4px;">
|
||||
<!-- BEGIN tor -->
|
||||
<div title="{L_DL_TORRENT}">
|
||||
<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 style="padding-top: 2px" class="small"><!-- IF t.TOR_FROZEN -->{t.tor.TOR_SIZE}<!-- ELSE --><a href="{DOWNLOAD_URL}{t.tor.ATTACH_ID}" title="{L_DL_TORRENT}" class="small" style="text-decoration: none">{t.tor.TOR_SIZE}</a><!-- IF MAGNET_LINKS --> {t.tor.MAGNET}<!-- ENDIF --><!-- ENDIF --></div>
|
||||
</div>
|
||||
<!-- END tor -->
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user