Update viewtopic_torrent.tpl

This commit is contained in:
Roman Kelesidis 2023-10-23 23:20:56 +07:00
parent 6c6d9090c7
commit fcc54cb182

View File

@ -44,9 +44,10 @@ $(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_COMPLETED}: {TOR_COMPLETED}">{TOR_DOWNLOAD_COUNT}</b>
{L_SIZE}:&nbsp; <b>{TOR_SIZE}</b>&nbsp;|&nbsp;
{L_IS_REGISTERED}:&nbsp; <b>{TOR_LONGEVITY}</b>&nbsp;|&nbsp;
{L_DOWNLOADED}:&nbsp; <b title="{L_DOWNLOADED}: {TOR_DOWNLOAD_COUNT}">{TOR_DOWNLOAD_COUNT}</b>&nbsp;|&nbsp;
{L_COMPLETED}:&nbsp; <b title="{L_COMPLETED}: {TOR_COMPLETED}">{TOR_COMPLETED}</b>
</td>
</tr>
<!-- ENDIF / SHOW_DL_LIST_TOR_INFO -->