mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-11 02:22:25 +03:00
Merge branch 'develop' of https://github.com/alextselegidis/easyappointments into develop
This commit is contained in:
commit
4697b030d1
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@ INSERT INTO `ea_settings` (`id`, `name`, `value`) VALUES
|
|||
(3, 'company_name', 'ABC Company'),
|
||||
(4, 'company_email', 'info@abc-company.ea'),
|
||||
(5, 'company_link', 'http://www.abc-company.ea'),
|
||||
(6, 'google_analytics_code', '');
|
||||
(7, 'customer_notifications', '1');
|
||||
(6, 'google_analytics_code', ''),
|
||||
(7, 'customer_notifications', '1'),
|
||||
(8, 'date_format', 'DMY');
|
||||
|
||||
--
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
<button id="insert-unavailable" class="btn btn-default"
|
||||
title="<?php echo $this->lang->line('unavailable_periods_hint'); ?>">
|
||||
<span class="glyphicon glyphicon-plus"></i>
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
<?php echo $this->lang->line('unavailable'); ?>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue