make calendar week start (sun or mon) configurable

This commit is contained in:
Mario Vavti
2015-11-21 15:33:57 +01:00
parent fabf7081d3
commit d726c921eb
4 changed files with 11 additions and 2 deletions

View File

@@ -39,6 +39,8 @@
events: '{{$baseurl}}/events/json',
header: false,
lang: '{{$lang}}',
firstDay: {{$first_day}},
eventLimit: 3,
height: 'auto',

View File

@@ -159,6 +159,7 @@
{{/foreach}}
</select>
</div>
{{include file="field_checkbox.tpl" field=$cal_first_day}}
<div class="settings-submit-wrapper" >
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
</div>