HIDDEN_ROLE;
}
else {
$heading = _DOWN_ADD_USERS_NEW_ROLE;
$hiddenrole = '';
$showrole = <<
NEW_ROLE;
}
if (defined('_ALIRO_IS_PRESENT')) {
$link = aliroAdminRequest::getInstance()->simpleURL();
$link .= '&listype=users';
if ($role) $link .= '&role='.$role;
$footer = $this->pageNav->getListFooter($link);
}
else $footer = $this->pageNav->getListFooter();
$k = $i = 0;
$list_html = '';
foreach ($rows as $i=>$row) {
$item_num = $i+1+$this->pageNav->limitstart;
$last_visit = date('Y-m-d H:i:S', strtotime($row->lastvisitDate));
$checked = in_array($row->id, $selected) ? 'checked="checked"' : '';
$list_html .= <<
|
$item_num
|
|
$row->name
|
$row->id
|
$row->username
|
$row->email
|
USER_LINE;
$k = 1 - $k;
$i++;
}
$filter_by = $lists['filter_by'];
$selcount = count($selected);
echo <<
$footer
$hiddenrole
USER_LIST;
}
}