mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-05 20:41:41 -07:00
fix: tablesorting
issues & incorrect user_role
for pending users (#1871)
This commit is contained in:
parent
12792e74f7
commit
595adbe4da
2 changed files with 3 additions and 3 deletions
|
@ -573,7 +573,7 @@ if (!$group_id) {
|
|||
$template->assign_block_vars('pending', [
|
||||
'ROW_CLASS' => $row_class,
|
||||
'AVATAR_IMG' => $pending_info['avatar'],
|
||||
'USER' => profile_url($pending_info),
|
||||
'USER' => profile_url($member),
|
||||
'FROM' => $pending_info['from'],
|
||||
'JOINED' => $pending_info['joined'],
|
||||
'JOINED_RAW' => $pending_info['joined_raw'],
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF PENDING_USERS -->
|
||||
<table class="forumline">
|
||||
<table class="forumline tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="{sorter: false}"><b class="tbs-text">#</b></th>
|
||||
|
@ -253,7 +253,7 @@
|
|||
<td>{pending.PM}</td>
|
||||
<td>{pending.EMAIL}</td>
|
||||
<td>{pending.FROM}</td>
|
||||
<td><u>{pending.JOINED_RAW}</u>{pending.JOINED}</td>
|
||||
<td class="small"><u>{pending.JOINED_RAW}</u>{pending.JOINED}</td>
|
||||
<td>{pending.POSTS}</td>
|
||||
<td>{pending.WWW}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue