migrated WebGUI::Icon api to use new session

This commit is contained in:
JT Smith 2006-01-11 23:12:07 +00:00
parent b3974c0cd5
commit 2735385050
33 changed files with 289 additions and 278 deletions

View file

@ -207,7 +207,7 @@ sub www_editBranch {
);
my $subtext;
if ($self->session->user->isInGroup(3)) {
$subtext = manageIcon('op=listUsers');
$subtext = $self->session->icon->manage('op=listUsers');
} else {
$subtext = "";
}