Added missing groupToEditSurvey Survey table field to upgrade script
Reduced YUI footprint (load -min and combined js/css files where possible) Updated surveyQuestion template and associated js/css to not use divs with ids that clash with wg page header and footer
This commit is contained in:
parent
36d4013dff
commit
cf96ad484a
5 changed files with 4 additions and 3 deletions
|
|
@ -588,7 +588,7 @@ sub www_takeSurvey {
|
|||
}
|
||||
};
|
||||
|
||||
return $self->session->style->process($out,$self->getValue("styleTemplateId"));
|
||||
return $self->session->style->process($out,$self->get("styleTemplateId"));
|
||||
}
|
||||
|
||||
#handles questions that were submitted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue