Booking message styling updates.

This commit is contained in:
Alex Tselegidis 2022-01-24 13:12:44 +01:00
parent 500bf90cd1
commit 7d9e3279bf
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ $lang['appointment_added_to_google_calendar'] = 'Your appointment has been added
$lang['view_appointment_in_google_calendar'] = 'Click here to view your appointment on Google Calendar.';
$lang['appointment_added_to_your_plan'] = 'A new appointment has been added to your plan.';
$lang['appointment_link_description'] = 'You can make changes by clicking the appointment link below.';
$lang['appointment_locked'] = 'Modification impossible.';
$lang['appointment_locked'] = 'Modification impossible!';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
$lang['appointment_not_found'] = 'Appointment Not Found.';
$lang['appointment_does_not_exist_in_db'] = 'The appointment you requested does not exist in the system database anymore.';

View File

@ -3,11 +3,11 @@
<?php section('content') ?>
<div>
<img id="message-icon" src="<?= vars('message_icon') ?>" alt="warning">
<img id="message-icon" class="mt-0 mb-5" src="<?= vars('message_icon') ?>" alt="warning">
</div>
<div>
<h3><?= vars('message_title') ?></h3>
<div class="mb-5">
<h4 class="mb-5"><?= vars('message_title') ?></h4>
<p><?= vars('message_text') ?></p>
</div>