"
. $phpgw->nextmatchs->show_sort_order($sort,"lastname",$order,"accounts.php",lang_common("last name")) . " | "
. $phpgw->nextmatchs->show_sort_order($sort,"firstname",$order,"accounts.php",lang_common("first name")) . " | "
. lang_common("Edit") . " | " . lang_common("Delete") . " | "
. lang_common("View") . " |
\n";
$phpgw->db->query("select con,firstname,lastname,loginid from accounts $querymethod "
. "$ordermethod limit $limit");
while ($phpgw->db->next_record()) {
$tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color);
$lastname = $phpgw->db->f("lastname");
$firstname = $phpgw->db->f("firstname");
if (! $lastname) $lastname = ' ';
if (! $firstname) $firstname = ' ';
echo "