Updated WebGUI help to match new items and added a whole new help engine.

This commit is contained in:
JT Smith 2002-07-15 01:38:09 +00:00
parent d1f8f816f8
commit 62264cbcb3
10 changed files with 591 additions and 15 deletions

View file

@ -229,7 +229,8 @@ sub www_editEvent {
$f->hidden("until");
$special = $f->printRowsOnly;
}
$output = '<h1>'.WebGUI::International::get(13,$namespace).'</h1>';
$output = helpIcon(2,$namespace);
$output .= '<h1>'.WebGUI::International::get(13,$namespace).'</h1>';
$f = WebGUI::HTMLForm->new;
$f->hidden("wid",$_[0]->get("wobjectId"));
$f->hidden("eid",$session{form}{eid});