Merge pull request #7 from fallucch/master
fix thursday in user working-plan
This commit is contained in:
commit
47d839dcb1
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><label class="checkbox"><input type="checkbox" id="thursday" />
|
<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-start" class="work-start" /></td>
|
||||||
<td><input type="text" id="thursday-end" class="work-end" /></td>
|
<td><input type="text" id="thursday-end" class="work-end" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -494,4 +494,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue