From b88a735e54b233770b6772e89876fcc66b6217eb Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 1 Jan 2017 19:51:44 -0800 Subject: feature: allow event creation in other timezones than your own. --- view/tpl/event_form.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view') diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 2c1fc762c..8a06567c1 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -10,6 +10,10 @@ {{include file="field_input.tpl" field=$summary}} + {{if $tz_choose}} + {{include file="field_select_grouped.tpl" field=$timezone}} + {{/if}} + {{$s_dsel}} {{$f_dsel}} -- cgit v1.2.3