Hi all,
I have added a new profile field to my website called age group. I would like to add it to my pilot list in the admin section. I have tried to modify the pilot_list.tpl in the admin/templates/pilot_list.tpl by putting in age group in the code and removing rank just to see if i could get it to work. Can anyone advise what i need to do. Thanks in advance
{index: 'id', name: 'id', hidden: true, search: false },
{index: 'pilotid', name : 'pilotid',sortable : true, align: 'left', search: 'true', searchoptions:{sopt:['in']}},
{index: 'firstname', name : 'firstname',sortable : true, align: 'left', search: 'true', searchoptions:{sopt:['in']}},
{index: 'lastname', name : 'lastname', sortable : true, align: 'left', searchoptions:{sopt:['in']}},
{index: 'email', name : 'email', sortable : true, align: 'left',searchoptions:{sopt:['li']}},
{index: 'location', name : 'location', sortable : true, align: 'center',searchoptions:{sopt:['eq','ne']}},
{index: 'status', name : 'status', sortable : true, align: 'center',searchoptions:{sopt:['in']}},
{index: 'age group', name : 'age group', sortable : false, align: 'center', searchoptions:{sopt:['eq','ne']}},
{index: 'totalflights', name : 'totalflights', sortable : true, align: 'center',searchoptions:{sopt:['lt','gt']}},
{index: 'totalhours', name : 'totalhours', sortable : true, align: 'center',searchoptions:{sopt:['lt','gt']}},
{index: 'lastip', name : 'lastip', sortable : true, align: 'center', searchoptions:{sopt:['in']}},
{index: '', name : '', sortable : true, align: 'center', search: false}
Alan