diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-18 16:46:09 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-18 16:46:09 -0700 |
commit | 2db7b2d9487d9393d511998ae0258979fde379c4 (patch) | |
tree | 04996358eda8e186a496e054b5223495f947181d /view/tpl/event_form.tpl | |
parent | d55fcd055d878d29864bdf609f6e3f26e24837d0 (diff) | |
download | volse-hubzilla-2db7b2d9487d9393d511998ae0258979fde379c4.tar.gz volse-hubzilla-2db7b2d9487d9393d511998ae0258979fde379c4.tar.bz2 volse-hubzilla-2db7b2d9487d9393d511998ae0258979fde379c4.zip |
change event behaviour - share by default.
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index a2bb1f112..0f37d8287 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -105,10 +105,6 @@ </div> </div> - {{if ! $eid}} - {{include file="field_checkbox.tpl" field=$share}} - {{/if}} - <div class="clear"></div> <button type="button" class="btn btn-default" onclick="openClose('advanced');">{{$advanced}}</button> |