mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update viewtopic_torrent.tpl
This commit is contained in:
parent
7a007a82c0
commit
8365b6bde5
@ -43,7 +43,12 @@ $(document).ready(function(){
|
||||
|
||||
<!-- IF SHOW_DL_LIST_TOR_INFO -->
|
||||
<tr>
|
||||
<td colspan="2" class="borderless bCenter pad_8">{L_SIZE}: <b>{TOR_SIZE}</b> | {L_IS_REGISTERED}: <b>{TOR_LONGEVITY}</b> | {L_DOWNLOADED}: <b title="{L_DOWNLOADED}: {TOR_DOWNLOAD_COUNT}">{TOR_DOWNLOAD_COUNT}</b> | {L_COMPLETED}: <b title="{L_COMPLETED}: {TOR_COMPLETED}">{TOR_COMPLETED}</b></td>
|
||||
<td colspan="2" class="borderless bCenter pad_8">
|
||||
{L_SIZE}: <b>{TOR_SIZE}</b> |
|
||||
{L_IS_REGISTERED}: <b>{TOR_LONGEVITY}</b> |
|
||||
{L_DOWNLOADED}: <b title="{L_DOWNLOADED}: {TOR_DOWNLOAD_COUNT}">{TOR_DOWNLOAD_COUNT}</b> |
|
||||
{L_COMPLETED}: <b title="{L_COMPLETED}: {TOR_COMPLETED}">{TOR_COMPLETED}</b>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF / SHOW_DL_LIST_TOR_INFO -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user