yalmac / easy-appointments

Automatically exported from code.google.com/p/easy-appointments
0 stars 0 forks source link

Duplicate Start Date Time in Edit Appointment #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Go to Calendar
2.Edit Appointment
3.

What is the expected output? What do you see instead?
There is Start Date / Time twice.

What version of the product are you using? On what operating system?
Version 1.0

Please provide any additional information below.
The fix is edit \application\views\backend\calendar.php
On Line: 190
Change from: <label for="end-datetime" class="control-label"><?php echo 
$this->lang->line('start_date_time'); ?></label>
To: <label for="end-datetime" class="control-label"><?php echo 
$this->lang->line('end_date_time'); ?></label>

Original issue reported on code.google.com by Ka.Hing....@gmail.com on 5 Nov 2014 at 9:21

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by alextselegidis@gmail.com on 6 Nov 2014 at 8:03