formatting
This commit is contained in:
@@ -666,7 +666,7 @@ function travel_view($node, $view_mode)
|
||||
t('Name:'),
|
||||
l(t('!first !last', array(
|
||||
'!first' => $person->booking_firstname,
|
||||
'!last' => $person->booking_lastname
|
||||
'!last' => $person->booking_lastname,
|
||||
)), t('node/!id', array(
|
||||
'!id' => $node->booking_person_nid
|
||||
)))
|
||||
@@ -716,8 +716,13 @@ function travel_view($node, $view_mode)
|
||||
);
|
||||
$rows[] = array(
|
||||
t('Boyfriend/Girlfriend:'),
|
||||
$bf_gf
|
||||
);
|
||||
l(t('!first !last', array(
|
||||
'!first' => $bf_gf->booking_firstname,
|
||||
'!last' => $bf_gf->booking_lastname,
|
||||
)), t('node/!id', array(
|
||||
'!id' => $person->booking_bf_gf_nid,
|
||||
)))
|
||||
);
|
||||
$rows[] = array(
|
||||
t('Requested Room mate(s):'),
|
||||
$node->booking_room_mate1
|
||||
|
Reference in New Issue
Block a user