forked from mirrors/easyappointments
fix thursday in user working-plan
This commit is contained in:
parent
d256c0823e
commit
fe0df9ecdf
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><label class="checkbox"><input type="checkbox" id="thursday" />
|
||||
<?php echo $this->lang->line('tuesday'); ?></label></td>
|
||||
<?php echo $this->lang->line('thursday'); ?></label></td>
|
||||
<td><input type="text" id="thursday-start" class="work-start" /></td>
|
||||
<td><input type="text" id="thursday-end" class="work-end" /></td>
|
||||
</tr>
|
||||
|
@ -494,4 +494,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue