missing hoverHelp for section field in editQuestion

This commit is contained in:
Colin Kuskie 2006-06-05 05:10:21 +00:00
parent 6b9b4cb976
commit 17c2351998
3 changed files with 16 additions and 5 deletions

View file

@ -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);

View file

@ -129,6 +129,11 @@ our $HELP = {
description => '16 description',
namespace => 'Asset_Survey',
},
{
title => '106',
description => '106 description',
namespace => 'Asset_Survey',
},
{
title => '21',
description => '21 description',

View file

@ -6,7 +6,7 @@ our $I18N = {
message => q|Add a HTML Area Answer|,
lastUpdated => 1122296097
},
'101' => {
message => q|Add a Text Area Answer|,
lastUpdated => 1122296097
@ -16,7 +16,7 @@ our $I18N = {
message => q|Section Name|,
lastUpdated => 1122296097
},
'103' => {
message => q|Survey Section, Add/Edit|,
lastUpdated => 1122296097
@ -37,6 +37,11 @@ our $I18N = {
lastUpdated => 1122296097
},
'106 description' => {
message => q|Which section should this question be added to?|,
lastUpdated => 1122296097
},
'107' => {
message => q|None|,
lastUpdated => 1122296097
@ -1084,7 +1089,7 @@ A comment.
lastUpdated => 0,
context => q|Form label indicating the gradebook template.|
},
'response template' => {
message => q|Response template|,
lastUpdated => 0,