add help icon link to Matrix add/edit
This commit is contained in:
parent
a82fcbb21d
commit
6c8de6c407
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ sub www_edit {
|
|||
my $self = shift;
|
||||
return $self->session->privilege->insufficient() unless $self->canEdit;
|
||||
my $i18n = WebGUI::International->new($self->session,'Asset_Matrix');
|
||||
$self->getAdminConsole->setHelp('matrix add/edit', 'Asset_Matrix');
|
||||
return $self->getAdminConsole->render($self->getEditForm->print,
|
||||
$i18n->get("edit matrix"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue