Updated WebGUI help to match new items and added a whole new help engine.
This commit is contained in:
parent
d1f8f816f8
commit
62264cbcb3
10 changed files with 591 additions and 15 deletions
|
|
@ -222,6 +222,7 @@ sub www_editDownload {
|
|||
$session{form}{did} = "new";
|
||||
}
|
||||
%download = WebGUI::SQL->quickHash("select * from DownloadManager_file where downloadId='$session{form}{did}'");
|
||||
$output .= helpIcon(2,$namespace);
|
||||
$output .= '<h1>'.WebGUI::International::get(10,$namespace).'</h1>';
|
||||
$f = WebGUI::HTMLForm->new;
|
||||
$f->hidden("wid",$_[0]->get("wobjectId"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue