adding an alphabetical key to op=listUsers
This commit is contained in:
parent
aaf60da761
commit
e6b0ec16c5
1 changed files with 1 additions and 0 deletions
|
|
@ -603,6 +603,7 @@ sub www_listUsers {
|
||||||
$output .= '</tr>';
|
$output .= '</tr>';
|
||||||
}
|
}
|
||||||
$output .= '</table>';
|
$output .= '</table>';
|
||||||
|
$p->setAlphabeticalKey('username');
|
||||||
$output .= $p->getBarTraditional;
|
$output .= $p->getBarTraditional;
|
||||||
return _submenu($session,$output,undef,"users manage");
|
return _submenu($session,$output,undef,"users manage");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue