mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Added the translation to the book appointment link in wizard
This commit is contained in:
parent
d5481cdeb8
commit
5c55272fed
1 changed files with 3 additions and 2 deletions
|
@ -44,8 +44,9 @@
|
|||
<?php
|
||||
echo '<h3>' . $this->lang->line('appointment_registered') . '</h3>';
|
||||
echo '<p>' . $this->lang->line('appointment_details_was_sent_to_you') . '</p>';
|
||||
echo '<p><a href="'.$this->config->item('base_url').'">Book a new appointment</a></p>';
|
||||
|
||||
echo '<a href="'.$this->config->item('base_url').'" class="btn btn-primary btn-large">
|
||||
<span class="glyphicon glyphicon-calendar"></span>'.$this->lang->line('go_to_booking_page').'</a>';
|
||||
|
||||
if ($this->config->item('ea_google_sync_feature')) {
|
||||
echo '
|
||||
<button id="add-to-google-calendar" class="btn btn-primary">
|
||||
|
|
Loading…
Reference in a new issue