formatting

This commit is contained in:
2016-06-04 13:32:11 +10:00
parent 804396ddf7
commit d87a3eba86

View File

@@ -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