manual email formatting
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user