setHelp not used anymore, clean up tests

This commit is contained in:
Graham Knop 2007-09-21 02:30:12 +00:00
parent eaf73a976e
commit f8781fede9
7 changed files with 4 additions and 8 deletions

View file

@ -2261,7 +2261,6 @@ sub www_changeUrl {
$f->text(name=>"url", value=>$self->get('url'), label=>$i18n->get("104"), hoverHelp=>$i18n->get('104 description'));
$f->yesNo(name=>"confirm", value=>0, label=>$i18n->get("confirm change"), hoverHelp=>$i18n->get("confirm change url message"), subtext=>'<br />'.$i18n->get("confirm change url message"));
$f->submit;
$self->getAdminConsole->setHelp('change url', 'Asset');
return $self->getAdminConsole->render($f->print,$i18n->get("change url"));
}