>
| avatar($u['User']['id'], 24, 24, $u['User']['anchor'])); ?> |
|
select('User.perms',
array(1 => __('Editor', true),
2 => __('Contributor', true),
3 => __('Administrator', true)),
$u['User']['perms'],
array('onchange' => "update_user_perms(this, {$u['User']['id']})"),
null,
false)); ?>
|
|