mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
parent
a8b8278352
commit
89d8415865
4 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@
|
|||
- Fixed HTTP 500 while cron running in server-side [\#1321](https://github.com/torrentpier/torrentpier/pull/1321) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Sending debug errors to us 🌚 via Telegram bot [\#1323](https://github.com/torrentpier/torrentpier/pull/1323) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Don't update downloads counter if attachment not exists [\#1345](https://github.com/torrentpier/torrentpier/pull/1345) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#1306](https://github.com/torrentpier/torrentpier/pull/1306), [\#1307](https://github.com/torrentpier/torrentpier/pull/1307), [\#1308](https://github.com/torrentpier/torrentpier/pull/1308), [\#1315](https://github.com/torrentpier/torrentpier/pull/1315), [\#1328](https://github.com/torrentpier/torrentpier/pull/1328), [\#1338](https://github.com/torrentpier/torrentpier/pull/1338) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#1306](https://github.com/torrentpier/torrentpier/pull/1306), [\#1307](https://github.com/torrentpier/torrentpier/pull/1307), [\#1308](https://github.com/torrentpier/torrentpier/pull/1308), [\#1315](https://github.com/torrentpier/torrentpier/pull/1315), [\#1328](https://github.com/torrentpier/torrentpier/pull/1328), [\#1338](https://github.com/torrentpier/torrentpier/pull/1338), [\#1353](https://github.com/torrentpier/torrentpier/pull/1353) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Some bugfixes [\#1326](https://github.com/torrentpier/torrentpier/pull/1326) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Updated deps [\#1304](https://github.com/torrentpier/torrentpier/pull/1304), [\#1305](https://github.com/torrentpier/torrentpier/pull/1305) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- New Crowdin updates [\#1311](https://github.com/torrentpier/torrentpier/pull/1311), [\#1314](https://github.com/torrentpier/torrentpier/pull/1314), [\#1335](https://github.com/torrentpier/torrentpier/pull/1335), [\#1337](https://github.com/torrentpier/torrentpier/pull/1337), [\#1344](https://github.com/torrentpier/torrentpier/pull/1344) ([Exileum](https://github.com/Exileum))
|
||||
|
|
|
@ -366,10 +366,10 @@ ajax.callback.view_post = function(data) {
|
|||
<th class="{sorter: false}"> </th>
|
||||
<th class="{sorter: 'text'}"> </th>
|
||||
<!-- IF SHOW_CAT -->
|
||||
<th class="{sorter: 'text'}" title="{L_CATEGORY}"><b class="tbs-text">{L_CATEGORY}</b></th>
|
||||
<th class="{sorter: 'text'}" width="10%" title="{L_CATEGORY}"><b class="tbs-text">{L_CATEGORY}</b></th>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF SHOW_FORUM -->
|
||||
<th class="{sorter: 'text'}" width="25%" title="{L_FORUM}"><b class="tbs-text">{L_FORUM}</b></th>
|
||||
<th class="{sorter: 'text'}" width="10%" title="{L_FORUM}"><b class="tbs-text">{L_FORUM}</b></th>
|
||||
<!-- ENDIF -->
|
||||
<th class="{sorter: 'text'}" width="75%" title="{L_TOPIC}"><b class="tbs-text">{L_TOPIC}</b></th>
|
||||
<!-- IF SHOW_AUTHOR -->
|
||||
|
@ -378,7 +378,7 @@ ajax.callback.view_post = function(data) {
|
|||
<th class="{sorter: 'digit'}" title="{L_SIZE}"><b class="tbs-text">{L_SIZE}</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: false}" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th>
|
||||
<th class="{sorter: false}" width="5%" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th>
|
||||
<!-- IF SHOW_SPEED -->
|
||||
<th class="{sorter: false}" title="{L_DL_SPEED}"><b class="tbs-text">SP</b></th>
|
||||
<!-- ENDIF -->
|
||||
|
|
|
@ -413,7 +413,7 @@ function build_poll_add_form (src_el)
|
|||
<span id="pp_{postrow.POST_ID}">{postrow.MESSAGE}</span>
|
||||
<!-- IF postrow.RG_NAME -->
|
||||
<div id="pg_{postrow.POST_ID}" class="alert alert-gray" style="width: 92%;">
|
||||
<h4 class="alert-heading">{L_RELEASE_FROM_RG} <a href="{postrow.RG_URL}">{postrow.RG_NAME}</a></h4>
|
||||
<h4 class="alert-heading">{L_RELEASE_FROM_RG} — <a href="{postrow.RG_URL}">{postrow.RG_NAME}</a></h4>
|
||||
<div id="pg_info_{postrow.POST_ID}">
|
||||
<!-- IF postrow.RG_AVATAR --><hr /><a href="{postrow.RG_URL}">{postrow.RG_AVATAR}</a><!-- ENDIF -->
|
||||
<!-- IF postrow.RG_DESC --><div class="post-wrap">{L_DESCRIPTION}: {postrow.RG_DESC}</div><!-- ENDIF -->
|
||||
|
|
|
@ -31,7 +31,7 @@ ajax.callback.callseed = function (data) {
|
|||
<!-- BEGIN dl_users -->
|
||||
<!-- BEGIN users_row -->
|
||||
<tr>
|
||||
<td width="5%" class="nowrap"><span title=" {dl_users.users_row.DL_COUNT} "><b>{dl_users.users_row.DL_OPTION_NAME}</b></span></td>
|
||||
<td width="5%" class="nowrap"><span title="{dl_users.users_row.DL_OPTION_NAME}: {dl_users.users_row.DL_COUNT}"><b>{dl_users.users_row.DL_OPTION_NAME}</b></span></td>
|
||||
<td width="95%" class="tLeft med pad_4"><div style="{dl_users.users_row.DL_USERS_DIV_STYLE}"><b>{dl_users.users_row.DL_OPTION_USERS}</b></div></td>
|
||||
</tr>
|
||||
<!-- END users_row -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue