Add willing chair, years exp, and highest psd to the judge report

This commit is contained in:
dave 2010-02-01 06:01:02 +00:00
parent 6f22c31be3
commit 34368908bc

View File

@ -125,6 +125,42 @@ $report_judges_fields = array(
'value_map' => array ('no' => 'No', 'yes' => 'Yes'),
'components' => array('users_judge')),
'willing_chair' => array(
'name' => 'Judge -- Willing Chair',
'header' => 'Will Chair?',
'width' => 1,
'table' => 'users_judge.willing_chair',
'value_map' => array ('no' => 'No', 'yes' => 'Yes'),
'components' => array('users_judge')),
'years_school' => array(
'name' => 'Judge -- Years of Experience at School level',
'header' => 'Sch',
'width' => 0.5,
'table' => 'users_judge.years_school',
'components' => array('users_judge')),
'years_regional' => array(
'name' => 'Judge -- Years of Experience at Regional level',
'header' => 'Rgn',
'width' => 0.5,
'table' => 'users_judge.years_regional',
'components' => array('users_judge')),
'years_national' => array(
'name' => 'Judge -- Years of Experience at National level',
'header' => 'Ntl',
'width' => 0.5,
'table' => 'users_judge.years_national',
'components' => array('users_judge')),
'highest_psd' => array(
'name' => 'Judge -- Highest Post-Secondary Degree',
'header' => 'Highest PSD',
'width' => 1.25,
'table' => 'users_judge.highest_psd',
'components' => array('users_judge')),
'typepref' => array(
'name' => 'Judge -- Type Preference',
'header' => 'Type Pref',