Updated release-notes.txt for version 1.0

This commit is contained in:
alextselegidis@gmail.com 2014-01-18 23:07:15 +00:00
parent 3e98961e7e
commit ee8adfbfbf
2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
VERSION 0.7.1 Beta
==================
This beta release contains fixes in JavaScript that occured
with Firefox. It is also the first version that localization
is applied and the ability to select a specific google calendar
for synchronizatioan.
VERSION 1.0
===========
Easy!Appointments now supports multilingual interface (English,
German, Greek, Hungarian & Portuguese)
I would like to thank Stefan Tselegidis (German), Zsolt Zala(Hungarian) and Andre Tavares (Portuguese) for their work on the translations.
Official Easy!Appointments Website:

View File

@ -167,7 +167,7 @@
<strong><?php echo $this->lang->line('select_service'); ?></strong>
</label>
<select id="select-service">
<select id="select-service" class="span4">
<?php
// Group services by category, only if there is at least one service
// with a parent category.
@ -226,7 +226,7 @@
<strong><?php echo $this->lang->line('select_provider'); ?></strong>
</label>
<select id="select-provider"></select>
<select id="select-provider" class="span4"></select>
<div id="service-description" style="display:none;"></div>
</div>