tons of bug fixes.
This commit is contained in:
parent
6f112057bb
commit
2069da5fdb
15 changed files with 76 additions and 61 deletions
|
|
@ -141,7 +141,7 @@ sub toHtmlWithWrapper {
|
|||
my $self = shift;
|
||||
if ($self->session->user->isInGroup(3)) {
|
||||
my $subtext = $self->session->icon->manage("op=listGroups");
|
||||
$self->get("subtext") = $subtext . $self->get("subtext");
|
||||
$self->set("subtext",$subtext . $self->get("subtext"));
|
||||
}
|
||||
return $self->SUPER::toHtmlWithWrapper;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue