Fix фреймовых косяков в админке git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@463 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
fly.dvorkin 2012-10-16 06:12:23 +00:00
commit 292f1fc865
3 changed files with 4 additions and 4 deletions

View file

@ -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'],
));
}

View file

@ -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';

View file

@ -180,7 +180,7 @@
<td>&nbsp;{userrow.USER}&nbsp;</td>
<td>&nbsp;{userrow.EMAIL}&nbsp;</td>
<td>&nbsp;{userrow.JOINDATE}&nbsp;</td>
<td>&nbsp;<a href="{userrow.U_VIEWPOSTS}" class="gen">{userrow.POSTS}&nbsp;</span></td>
<td>&nbsp;<a href="{userrow.U_VIEWPOSTS}" class="gen" target="_blank">{userrow.POSTS}&nbsp;</span></td>
<td>&nbsp;{userrow.LASTVISIT}&nbsp;</td>
<td>&nbsp;<a href="{userrow.U_MANAGE}" class="gen">{L_MANAGE}</a>&nbsp;</td>
<td>&nbsp;<a href="{userrow.U_PERMISSIONS}" class="gen">{L_PERMISSIONS}</a>&nbsp;</td>