aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-21 15:33:57 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-21 15:33:57 +0100
commitd726c921eb5902483dfeb82383829e9309f6b65c (patch)
tree4083b26b9aeacd3f45ff5024236a575a926a8db4 /view/tpl/settings.tpl
parentfabf7081d39481bb22ee27c4beaf96e5529168eb (diff)
downloadvolse-hubzilla-d726c921eb5902483dfeb82383829e9309f6b65c.tar.gz
volse-hubzilla-d726c921eb5902483dfeb82383829e9309f6b65c.tar.bz2
volse-hubzilla-d726c921eb5902483dfeb82383829e9309f6b65c.zip
make calendar week start (sun or mon) configurable
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-xview/tpl/settings.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 7c1f4578d..2c71c64fb 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -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>