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'),
|
(3, 'company_name', 'ABC Company'),
|
||||||
(4, 'company_email', 'info@abc-company.ea'),
|
(4, 'company_email', 'info@abc-company.ea'),
|
||||||
(5, 'company_link', 'http://www.abc-company.ea'),
|
(5, 'company_link', 'http://www.abc-company.ea'),
|
||||||
(6, 'google_analytics_code', '');
|
(6, 'google_analytics_code', ''),
|
||||||
(7, 'customer_notifications', '1');
|
(7, 'customer_notifications', '1'),
|
||||||
(8, 'date_format', 'DMY');
|
(8, 'date_format', 'DMY');
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
<button id="insert-unavailable" class="btn btn-default"
|
<button id="insert-unavailable" class="btn btn-default"
|
||||||
title="<?php echo $this->lang->line('unavailable_periods_hint'); ?>">
|
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'); ?>
|
<?php echo $this->lang->line('unavailable'); ?>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue