Minor tweaks

This commit is contained in:
2014-06-30 17:40:26 +10:00
parent 53ea1fd2fe
commit ad131989b5
7 changed files with 91 additions and 35 deletions

View File

@@ -100,7 +100,7 @@ function _booking_room_location_lookup($input = NULL)
{
$location = array();
$location[] = '';
$location[] = t('Elpis Israel House');
$location[] = t('Elpis Israel House Rooms 1-16');
$location[] = t('Elpis Israel Ground Floor');
$location[] = t('Golan');
$location[] = t('Ramoth');
@@ -109,6 +109,8 @@ function _booking_room_location_lookup($input = NULL)
$location[] = t('Hebron');
$location[] = t('Shechem');
$location[] = t('Kedesh');
$location[] = t('Elpis Israel House Rooms 17-33');
$location[] = t('Elpis Israel House Rooms 34-51');
if ($input != NULL)
return $location[$input];