diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-01 19:51:44 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-01 19:51:44 -0800 |
commit | b88a735e54b233770b6772e89876fcc66b6217eb (patch) | |
tree | 1d2479cbddda4a1d96475f2ac4b77a1b9f244f1a /view/tpl/event_form.tpl | |
parent | dca4de80fd8dfc2e23f6e7bec73b8bf79cdfa8ca (diff) | |
download | volse-hubzilla-b88a735e54b233770b6772e89876fcc66b6217eb.tar.gz volse-hubzilla-b88a735e54b233770b6772e89876fcc66b6217eb.tar.bz2 volse-hubzilla-b88a735e54b233770b6772e89876fcc66b6217eb.zip |
feature: allow event creation in other timezones than your own.
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
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}} |