Add AdSpace help.
Fix bad subroutine exit in label.t Clone label.t to create setHelp.t, which checks that AdminConsole help topics resolve Fix typo in AC help topic for InOutBoard
This commit is contained in:
parent
23f39a65ab
commit
f1d99a0af1
5 changed files with 118 additions and 2 deletions
|
|
@ -297,7 +297,7 @@ order by department, lastName, firstName";
|
|||
sub www_edit {
|
||||
my $self = shift;
|
||||
return $self->session->privilege->insufficient() unless $self->canEdit;
|
||||
$self->getAdminConsole->setHelp("in out board add/edit","Asset_InOurBoard");
|
||||
$self->getAdminConsole->setHelp("in out board add/edit","Asset_InOutBoard");
|
||||
my $i18n = WebGUI::International->new($self->session, "Asset_InOutBoard");
|
||||
return $self->getAdminConsole->render($self->getEditForm->print,$i18n->get("18"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue