manual email formatting

This commit is contained in:
2016-06-02 10:48:25 +10:00
parent 945a6b77f6
commit 8a6681d922

View File

@@ -295,10 +295,10 @@ function booking_manual_email_form($form, &$form_state, $input_option = "")
} }
//add some indication of which people have been pre-selected, if any //add some indication of which people have been pre-selected, if any
if ($input_option == 'unpaid') { if ($input_option == 'unpaid') {
$prefix .= t("<p>Pre-selecting people with outstanding payments.</p>"); $prefix .= t("<p><b>Pre-selecting people with outstanding payments.</b></p>");
} }
elseif ($input_option == 'bookedin') { elseif ($input_option == 'bookedin') {
$prefix .= t("<p>Pre-selecting only people with a status of booked-in</p>"); $prefix .= t("<p><b>Pre-selecting only people with a status of booked-in.</b></p>");
} }
//attach css so we can customise colours for some people //attach css so we can customise colours for some people
$form['#attached']['css'] = array( $form['#attached']['css'] = array(