mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r463
Fix фреймовых косяков в админке git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@463 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
e9dcf0f29b
commit
292f1fc865
3 changed files with 4 additions and 4 deletions
|
@ -1295,7 +1295,7 @@ else
|
|||
'ABLED' => ( ( $rowset[$i]['user_active'] ) ? $lang['ENABLED'] : $lang['DISABLED'] ),
|
||||
|
||||
'U_VIEWPOSTS' => "../search.php?search_author=1&uid={$rowset[$i]['user_id']}",
|
||||
'U_MANAGE' => '../profile.php?mode=editprofile&'. POST_USERS_URL .'='.$rowset[$i]['user_id'],
|
||||
'U_MANAGE' => '../profile.php?mode=editprofile&'. POST_USERS_URL .'='.$rowset[$i]['user_id'].'&admin=1',
|
||||
'U_PERMISSIONS' => 'admin_ug_auth.php?mode=user&'. POST_USERS_URL .'='. $rowset[$i]['user_id'],
|
||||
));
|
||||
}
|
||||
|
|
|
@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R462';
|
||||
$bb_cfg['tp_release_date'] = '12-10-2012';
|
||||
$bb_cfg['tp_release_state'] = 'R463';
|
||||
$bb_cfg['tp_release_date'] = '16-10-2012';
|
||||
|
||||
// Database
|
||||
$charset = 'utf8';
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
<td> {userrow.USER} </td>
|
||||
<td> {userrow.EMAIL} </td>
|
||||
<td> {userrow.JOINDATE} </td>
|
||||
<td> <a href="{userrow.U_VIEWPOSTS}" class="gen">{userrow.POSTS} </span></td>
|
||||
<td> <a href="{userrow.U_VIEWPOSTS}" class="gen" target="_blank">{userrow.POSTS} </span></td>
|
||||
<td> {userrow.LASTVISIT} </td>
|
||||
<td> <a href="{userrow.U_MANAGE}" class="gen">{L_MANAGE}</a> </td>
|
||||
<td> <a href="{userrow.U_PERMISSIONS}" class="gen">{L_PERMISSIONS}</a> </td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue