fixed the context sensitive help links

This commit is contained in:
JT Smith 2004-07-05 21:51:39 +00:00
parent 3375889a61
commit fbd0fa7efa
33 changed files with 77 additions and 107 deletions

View file

@ -562,7 +562,7 @@ sub www_edit {
-layout=>$layout->printRowsOnly,
-privileges=>$privileges->printRowsOnly,
-headingId=>2,
-helpId=>1
-helpId=>"survey add/edit"
);
return $output;
}