Changed the help system to use the internationalization system directly.

This commit is contained in:
JT Smith 2002-07-14 20:55:18 +00:00
parent 2836eb1ef1
commit d1f8f816f8
4 changed files with 94 additions and 131 deletions

View file

@ -314,7 +314,7 @@ sub www_editImageGroup {
%data = WebGUI::SQL->quickHash("select * from imageGroup where imageGroupId=$session{form}{gid}");
}
%parent_data = WebGUI::SQL->quickHash("select name from imageGroup where imageGroupId=$session{form}{pid}");
$output = helpIcon(20);
$output = helpIcon(36);
$output .= '<h1>'.WebGUI::International::get(545).'</h1>';
$f = WebGUI::HTMLForm->new;
$f->hidden("op","editImageGroupSave");