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
|
|
@ -226,25 +226,6 @@ sub _getStockSources {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 _submenu
|
||||
|
||||
Renders the admin console view
|
||||
|
||||
=cut
|
||||
|
||||
sub _submenu {
|
||||
my $self = shift;
|
||||
my $workarea = shift;
|
||||
my $title = shift;
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($self->session,"editstocks");
|
||||
$ac->setHelp($help) if ($help);
|
||||
$ac->setIcon($self->getIcon);
|
||||
return $ac->render($workarea, $title);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 _trim ( str )
|
||||
|
||||
Trims whitespace form front and end of a string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue