-
t("An error has occurred"));?>
+
t("An error has occurred")); ?>
t('Please %1$stry again%2$s and select a different date.', ['
', '']);
- }elseif (!empty($_['appt_e_ne'])) {
+ } elseif (!empty($_['appt_e_ne'])) {
echo '
';
// TRANSLATORS This is followed by an email address
p($l->t("Please contact us directly at"));
- echo ' '.$_['appt_e_ne'].'
';
- }else{
- echo "
".p($l->t("Please try again later"))."
";
+ echo '
' . $_['appt_e_ne'] . '';
+ } else {
+ if (!empty($_['input_err'])) {
+ echo '
' . p($_['input_err']) . '
';
+ }
+ echo "
" . p($l->t("Please try again later")) . "
";
}
?>
-
t("Thank you"));?>
+
t("Thank you")); ?>