more tweaks
This commit is contained in:
@@ -562,8 +562,12 @@ function booking_token_info() {
|
||||
);
|
||||
$info['tokens']['booking']['room-allocation'] = array(
|
||||
'name' => t('Room Allocation'),
|
||||
'description' => t('Listing of room allocated to attendee.')
|
||||
);
|
||||
'description' => t('Details of room allocated to attendee.')
|
||||
);
|
||||
$info['tokens']['booking']['bed-type'] = array(
|
||||
'name' => t('Bed Type'),
|
||||
'description' => t('The bed type allocated to attendee.')
|
||||
);
|
||||
$info['tokens']['booking']['travel-link'] = array(
|
||||
'name' => t('Travel form Link'),
|
||||
'description' => t('Link to the person\'s travel form.')
|
||||
@@ -686,6 +690,7 @@ function booking_define_personspecific_tokens($node)
|
||||
$tokens['travel-summary'] = _booking_travelform_email_summary($node);
|
||||
$tokens['studygroup-summary'] = _booking_studygroup_email_summary($node);
|
||||
$tokens['room-allocation'] = _booking_room_email_summary($node);
|
||||
$tokens['bed-type'] = _booking_room_bedtype_lookup($node->booking_room_bedtype);
|
||||
|
||||
return $tokens;
|
||||
}
|
Reference in New Issue
Block a user