This commit is contained in:
Roman Kelesidis 2023-10-23 22:50:37 +07:00
parent 5a8b2624a5
commit d26332c194
2 changed files with 8 additions and 6 deletions

View File

@ -147,11 +147,11 @@ function show_edit_options ()
<col class="row1"> <col class="row1">
<tr> <tr>
<th>&nbsp;</th> <th>&nbsp;</th>
<th>{L_FORUM}</th> <th title="{L_FORUM}">{L_FORUM}</th>
<th>{L_TOPICS}</th> <th title="{L_TOPICS}">{L_TOPICS}</th>
<th>{L_AUTHOR}</th> <th title="{L_AUTHOR}">{L_AUTHOR}</th>
<th>{L_REPLIES_SHORT}</th> <th title="{L_REPLIES}">{L_REPLIES_SHORT}</th>
<th>{L_LASTPOST}</th> <th title="{L_LASTPOST}">{L_LASTPOST}</th>
</tr> </tr>
<!-- BEGIN t --> <!-- BEGIN t -->
<tr id="tr-{t.TOPIC_ID}" class="tCenter"> <tr id="tr-{t.TOPIC_ID}" class="tCenter">

View File

@ -383,9 +383,10 @@ $(function(){
<th class="{sorter: 'text'}" title="{L_AUTHOR}"><b class="tbs-text">{L_AUTHOR}</b></th> <th class="{sorter: 'text'}" title="{L_AUTHOR}"><b class="tbs-text">{L_AUTHOR}</b></th>
<!-- ENDIF --> <!-- ENDIF -->
<th class="{sorter: 'digit'}" title="{L_SIZE}"><b class="tbs-text">{L_SIZE}</b></th> <th class="{sorter: 'digit'}" title="{L_SIZE}"><b class="tbs-text">{L_SIZE}</b></th>
<th class="{sorter: 'digit'}" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th>
<th class="{sorter: 'digit'}" title="{L_SEEDERS}"><b class="tbs-text">S</b></th> <th class="{sorter: 'digit'}" title="{L_SEEDERS}"><b class="tbs-text">S</b></th>
<th class="{sorter: 'digit'}" title="{L_LEECHERS}"><b class="tbs-text">L</b></th> <th class="{sorter: 'digit'}" title="{L_LEECHERS}"><b class="tbs-text">L</b></th>
<th class="{sorter: 'digit'}" title="{L_COMPLETED} / {L_REPLIES}"><b class="tbs-text">C</b></th> <th class="{sorter: 'digit'}" title="{L_COMPLETED}"><b class="tbs-text">{L_COMPLETED}</b></th>
<!-- IF SHOW_SPEED --> <!-- IF SHOW_SPEED -->
<th class="{sorter: false }" title="{L_DL_SPEED}"><b class="tbs-text">SP</b></th> <th class="{sorter: false }" title="{L_DL_SPEED}"><b class="tbs-text">SP</b></th>
<!-- ENDIF --> <!-- ENDIF -->
@ -414,6 +415,7 @@ $(function(){
<!-- IF not tor.TOR_FROZEN --><a class="small tr-dl" title="{L_DOWNLOAD}" href="{DOWNLOAD_URL}{tor.ATTACH_ID}">{tor.TOR_SIZE}</a> <!-- IF MAGNET_LINKS --><span title="{L_MAGNET}">{tor.MAGNET}</span><!-- ENDIF --><!-- ELSE --> <!-- IF not tor.TOR_FROZEN --><a class="small tr-dl" title="{L_DOWNLOAD}" href="{DOWNLOAD_URL}{tor.ATTACH_ID}">{tor.TOR_SIZE}</a> <!-- IF MAGNET_LINKS --><span title="{L_MAGNET}">{tor.MAGNET}</span><!-- ENDIF --><!-- ELSE -->
{tor.TOR_SIZE}<!-- ENDIF --> {tor.TOR_SIZE}<!-- ENDIF -->
</td> </td>
<td class="row4 small" title="{L_REPLIES}: {tor.REPLIES}">{tor.REPLIES}</td>
<td class="row4 seedmed" title="{tor.SEEDS_TITLE}"><b>{tor.SEEDS}</b></td> <td class="row4 seedmed" title="{tor.SEEDS_TITLE}"><b>{tor.SEEDS}</b></td>
<td class="row4 leechmed" title="{L_LEECHERS}"><b>{tor.LEECHS}</b></td> <td class="row4 leechmed" title="{L_LEECHERS}"><b>{tor.LEECHS}</b></td>
<td class="row4 small" title="{L_REPLIES}: {tor.REPLIES}">{tor.COMPLETED}</td> <td class="row4 small" title="{L_REPLIES}: {tor.REPLIES}">{tor.COMPLETED}</td>