setHelp not used anymore, clean up tests
This commit is contained in:
parent
eaf73a976e
commit
f8781fede9
7 changed files with 4 additions and 8 deletions
|
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue