mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#1515)
* Minor improvements * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
7cf03cb1b1
commit
8e3d1b0479
3 changed files with 4 additions and 3 deletions
|
@ -13,8 +13,8 @@
|
|||
- Some security enhancements (Part 2) [\#1505](https://github.com/torrentpier/torrentpier/pull/1505) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Some improvements for integrity checker [\#1501](https://github.com/torrentpier/torrentpier/pull/1501) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Hide vote button in topic if guest [\#1507](https://github.com/torrentpier/torrentpier/pull/1507) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#1502](https://github.com/torrentpier/torrentpier/pull/1502), [\#1506](https://github.com/torrentpier/torrentpier/pull/1506), [\#1509](https://github.com/torrentpier/torrentpier/pull/1509), [\#1511](https://github.com/torrentpier/torrentpier/pull/1511) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- New Crowdin updates [\#1504](https://github.com/torrentpier/torrentpier/pull/1504) ([Exileum](https://github.com/Exileum))
|
||||
- Minor improvements [\#1502](https://github.com/torrentpier/torrentpier/pull/1502), [\#1506](https://github.com/torrentpier/torrentpier/pull/1506), [\#1509](https://github.com/torrentpier/torrentpier/pull/1509), [\#1511](https://github.com/torrentpier/torrentpier/pull/1511), [\#1515](https://github.com/torrentpier/torrentpier/pull/1515) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- New Crowdin updates [\#1504](https://github.com/torrentpier/torrentpier/pull/1504), [\#1513](https://github.com/torrentpier/torrentpier/pull/1513) ([Exileum](https://github.com/Exileum))
|
||||
|
||||
## [v2.4.3](https://github.com/torrentpier/torrentpier/tree/v2.4.3) (2024-06-09)
|
||||
[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.2...v2.4.3)
|
||||
|
|
|
@ -1401,6 +1401,7 @@ if ($mode == 'read') {
|
|||
'FROM' => $msg_user,
|
||||
'SUBJECT' => htmlCHR($msg_subject),
|
||||
'DATE' => $msg_date,
|
||||
'DATE_RAW' => $row['privmsgs_date'],
|
||||
|
||||
'PRIVMSG_FOLDER_IMG' => $icon_flag,
|
||||
'L_PRIVMSG_FOLDER_ALT' => $icon_flag_alt,
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<td><img src="{listrow.PRIVMSG_FOLDER_IMG}" alt="{listrow.L_PRIVMSG_FOLDER_ALT}" title="{listrow.L_PRIVMSG_FOLDER_ALT}" /></td>
|
||||
<td class="tLeft pad_0"><a href="{listrow.U_READ}" class="med bold block pad_4">{listrow.SUBJECT}</a></td>
|
||||
<td>{listrow.FROM}</td>
|
||||
<td>{listrow.DATE}</td>
|
||||
<td><u>{listrow.DATE_RAW}</u>{listrow.DATE}</td>
|
||||
<td><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></td>
|
||||
</tr>
|
||||
<!-- END listrow -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue