Add forms for defining room layouts

This commit is contained in:
2014-11-24 20:39:58 +11:00
parent 7098d26756
commit 9a61cb6744
5 changed files with 284 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ function booking_token_info() {
);
$info['tokens']['booking']['contact-email'] = array(
'name' => t('Event Contact Email'),
'description' => t('Contact Address for the current event.')
'description' => t('Contact email address for the current event.')
);
$info['tokens']['booking']['eventdates'] = array(
'name' => t('Event Dates'),