Tweaks for reading groups

This commit is contained in:
2014-06-18 16:50:31 +10:00
parent db086fbb5f
commit 781acbd9de
3 changed files with 46 additions and 15 deletions

View File

@@ -234,6 +234,14 @@ function booking_admin() {
'#maxlength' => 3,
'#default_value' => variable_get('booking_studygroup_count','0'),
);
$form['misc']['booking_readinggroup_id'] = array (
'#type' => 'textfield',
'#title' => t('Studygroup ID for the reading group'),
'#description' => t("Set the ID for the studygroup that corresponds with the reading group. Set to zero if reading groups aren't in use."),
'#size' => 3,
'#maxlength' => 3,
'#default_value' => variable_get('booking_readinggroup_id','0'),
);
$form['misc']['booking_csv_exclude_fields'] = array (
'#type' => 'textfield',
'#title' => t('Fields to exclude from CSV report'),