forked from science-ation/science-ation
- Add pronunciation
This commit is contained in:
parent
7651426f03
commit
6e8883b4a2
@ -195,6 +195,12 @@ $report_students_fields = array(
|
|||||||
'value_map' => array ('none' => '', 'small' => 'Small', 'medium' => 'Medium',
|
'value_map' => array ('none' => '', 'small' => 'Small', 'medium' => 'Medium',
|
||||||
'large' => 'Large', 'xlarge' => 'X-Large')),
|
'large' => 'Large', 'xlarge' => 'X-Large')),
|
||||||
|
|
||||||
|
'pronunciation' => array(
|
||||||
|
'name' => 'Student -- Name Pronunciation',
|
||||||
|
'header' => 'Pronunciation',
|
||||||
|
'width' => 2.0,
|
||||||
|
'table' => 'students.pronunciation'),
|
||||||
|
|
||||||
'title' => array(
|
'title' => array(
|
||||||
'name' => 'Project -- Title',
|
'name' => 'Project -- Title',
|
||||||
'header' => 'Project Title',
|
'header' => 'Project Title',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user