Added timelimit option to Survey

This commit is contained in:
Kaleb Murphy 2008-11-23 23:54:35 +00:00
parent 7b771a53ad
commit 5782fe1e15
3 changed files with 18 additions and 2 deletions

View file

@ -39,6 +39,12 @@ sub definition {
hoverHelp => "A Survey System",
label => "Template ID"
},
timeLimit => { fieldType => 'integer',
defaultValue => 0,
tab => 'properties',
hoverHelp => $i18n->get('timelimit hoverHelp'),
label => $i18n->get('timelimit')
},
groupToEditSurvey => {
fieldType => 'group',
defaultValue => 4,