missing hoverHelp for section field in editQuestion
This commit is contained in:
parent
6b9b4cb976
commit
17c2351998
3 changed files with 16 additions and 5 deletions
|
|
@ -956,7 +956,8 @@ sub www_editQuestion {
|
|||
-name => "section",
|
||||
-options=> $sectionList,
|
||||
-value => [$question->{Survey_sectionId}],
|
||||
-label => $i18n->get(106)
|
||||
-label => $i18n->get(106),
|
||||
-hoverHelp => $i18n->get('106 description'),
|
||||
);
|
||||
|
||||
if ($self->get("questionOrder") eq "response") {
|
||||
|
|
@ -1081,7 +1082,7 @@ sub www_editSection {
|
|||
$section = $self->getCollateral("Survey_section","Survey_sectionId",$self->session->form->process("sid"));
|
||||
|
||||
if ($section->{sectionName} =~ /$none/) {
|
||||
return $self->session->privilege->vitalComponent;
|
||||
return $self->session->privilege->vitalComponent;
|
||||
}
|
||||
|
||||
$f = WebGUI::HTMLForm->new($self->session,-action=>$self->getUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue