Update viewtopic_torrent.tpl

This commit is contained in:
Roman Kelesidis 2023-10-28 12:42:39 +07:00
parent 7a007a82c0
commit 8365b6bde5

View File

@ -43,7 +43,12 @@ $(document).ready(function(){
<!-- IF SHOW_DL_LIST_TOR_INFO -->
<tr>
<td colspan="2" class="borderless bCenter pad_8">{L_SIZE}:&nbsp;<b>{TOR_SIZE}</b>&nbsp;&nbsp;|&nbsp;&nbsp;{L_IS_REGISTERED}:&nbsp;<b>{TOR_LONGEVITY}</b>&nbsp;&nbsp;|&nbsp;&nbsp;{L_DOWNLOADED}:&nbsp;<b title="{L_DOWNLOADED}: {TOR_DOWNLOAD_COUNT}">{TOR_DOWNLOAD_COUNT}</b>&nbsp;&nbsp;|&nbsp;&nbsp;{L_COMPLETED}:&nbsp;<b title="{L_COMPLETED}: {TOR_COMPLETED}">{TOR_COMPLETED}</b></td>
<td colspan="2" class="borderless bCenter pad_8">
{L_SIZE}:&nbsp;<b>{TOR_SIZE}</b>&nbsp;&nbsp;|&nbsp;
{L_IS_REGISTERED}:&nbsp;<b>{TOR_LONGEVITY}</b>&nbsp;&nbsp;|&nbsp;
{L_DOWNLOADED}:&nbsp;<b title="{L_DOWNLOADED}: {TOR_DOWNLOAD_COUNT}">{TOR_DOWNLOAD_COUNT}</b>&nbsp;&nbsp;|&nbsp;
{L_COMPLETED}:&nbsp;<b title="{L_COMPLETED}: {TOR_COMPLETED}">{TOR_COMPLETED}</b>
</td>
</tr>
<!-- ENDIF / SHOW_DL_LIST_TOR_INFO -->