'string', 'numWeeksPerReview' => 'int', 'remindForInvite' => 'bool', 'remindForSubmit' => 'bool', 'numDaysBeforeInviteReminder' => 'int', 'numDaysBeforeSubmitReminder' => 'int', 'rateReviewerOnQuality' => 'bool', 'restrictReviewerFileAccess' => 'bool', 'reviewerAccessKeysEnabled' => 'bool', 'showEnsuringLink' => 'bool', 'reviewPolicy' => 'string', 'mailSubmissionsToReviewers' => 'bool', 'reviewGuidelines' => 'string', 'authorSelectsEditor' => 'bool', 'privacyStatement' => 'string', 'customAboutItems' => 'object', 'enableLockss' => 'bool', 'lockssLicense' => 'string', 'reviewerDatabaseLinks' => 'object', 'notifyAllAuthorsOnDecision' => 'bool' ) ); } /** * Get the list of field names for which localized settings are used. * @return array */ function getLocaleFieldNames() { return array('focusScopeDesc', 'reviewPolicy', 'reviewGuidelines', 'privacyStatement', 'customAboutItems', 'lockssLicense'); } /** * Display the form. */ function display($request, $dispatcher) { $templateMgr =& TemplateManager::getManager(); if (Config::getVar('general', 'scheduled_tasks')) { $templateMgr->assign('scheduledTasksEnabled', true); } parent::display($request, $dispatcher); } } ?>