|
@@ -39,10 +39,10 @@
|
|
|
<div id="calendarApp">
|
|
|
<div class="d-flex align-items-center mb-2">
|
|
|
<h4 class="font-weight-bold m-0 font-size-16">
|
|
|
- Appointments for patient {{ $patient->displayName() }}
|
|
|
+ {{ $patient->displayName() }}'s Calendar
|
|
|
</h4>
|
|
|
<div class="ml-auto">
|
|
|
- <label class="mr-2 my-0 text-secondary">Show appointments in</label>
|
|
|
+ <label class="mr-2 my-0 text-secondary">Timezone</label>
|
|
|
<select id="eventTz" name="timeZone"
|
|
|
class="form-control form-control-sm"
|
|
|
v-model="timezone">
|
|
@@ -58,7 +58,7 @@
|
|
|
</div>
|
|
|
<div class="d-block appt-form">
|
|
|
<form class="appt-form-col w-100 d-flex align-items-center mb-2">
|
|
|
- <label class="mr-2 my-0 text-secondary text-nowrap">Show appointments by</label>
|
|
|
+ <label class="mr-2 my-0 text-secondary text-nowrap">Show appointments for</label>
|
|
|
<select id="eventPros" name="proUid"
|
|
|
class="form-control form-control-sm flex-grow-1" multiple
|
|
|
v-model="proIds">
|