I was setting up this software on my development server that the days of the
week on the User [menu] / Provider [tab] / Work Plan [tab] page need a slight
correction. Tuesday is repeated twice. Once in the Tuesday slot and once in the
Thursday slot.
As I am familiar with CodeIgnitor I found your issue in the following location:
application/views/backend/users.php -> line 325
tuesday needs to be changed to thursday
[<?php echo $this->lang->line('tuesday'); ?></label></td>]
Original issue reported on code.google.com by nakijma....@gmail.com on 23 Oct 2014 at 3:22
Original issue reported on code.google.com by
nakijma....@gmail.com
on 23 Oct 2014 at 3:22