Made help for www_changeUrl and the Asset iconic tool bar
This commit is contained in:
parent
5e5b9835fa
commit
e6350c9929
4 changed files with 149 additions and 0 deletions
|
|
@ -1864,6 +1864,7 @@ 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