Fixed creating new calendars.

This commit is contained in:
Martin Edenhofer 2015-09-25 11:08:34 +02:00
parent 9ac6f852a0
commit d996c1cadf
2 changed files with 3 additions and 4 deletions

View file

@ -19,7 +19,7 @@ class App.UiElement.business_hours
tue:
active: true
timeframes: [
['00:00','22:00']
['09:00','17:00']
]
wed:
active: true
@ -29,8 +29,7 @@ class App.UiElement.business_hours
thu:
active: true
timeframes: [
['09:00','12:00'],
['13:00','17:00']
['09:00','17:00']
]
fri:
active: true

View file

@ -35,7 +35,7 @@
<%- @Icon('checkbox-checked', 'icon-checked') %>
</label>
<td class="js-date">
<td><input class="form-control form-control--small js-summary" type="text" name="" value="<%= meta.summary %>" required/>
<td><input class="form-control form-control--small js-summary" type="text" name="" value="" required/>
<td>
<div class="settings-list-rowControls">
<div class="btn btn--text js-remove">