removed help links that are referring to help that has been moved to the wiki
This commit is contained in:
parent
bde1a7a941
commit
f6cab15bd0
32 changed files with 30 additions and 155 deletions
|
|
@ -979,7 +979,6 @@ sub www_editField {
|
|||
}
|
||||
$f->submit;
|
||||
my $ac = $self->getAdminConsole;
|
||||
$ac->setHelp("data form fields add/edit","Asset_DataForm");
|
||||
return $ac->render($f->print,$i18n->get('20'));
|
||||
}
|
||||
|
||||
|
|
@ -1061,7 +1060,6 @@ sub www_editTab {
|
|||
}
|
||||
$f->submit;
|
||||
my $ac = $self->getAdminConsole;
|
||||
$ac->setHelp("data form fields add/edit","Asset_DataForm");
|
||||
return $ac->render($f->print,$i18n->get('103')) if $tid eq "new";
|
||||
return $ac->render($f->print,$i18n->get('102'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue