]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/event_form.tpl
Changed the option to enable the smart threading with the option to disable this
[friendica.git] / view / theme / frio / templates / event_form.tpl
index 2325772418c908d1977db080105cf416cd6523a8..661bdecb2664b92adeb121e7879f2dded971566a 100644 (file)
 
                        <div id="event-edit-time">
                                {{* The field for event starting time *}}
-                               {{$s_dsel}}
+                               {{$s_dsel nofilter}}
 
                                {{* The field for event finish time *}}
-                               {{$f_dsel}}
+                               {{$f_dsel nofilter}}
 
                                {{* checkbox if the the event doesn't have a finish time *}}
                                {{include file="field_checkbox.tpl" field=$nofinish}}
 
                {{* The tab for the permissions (if event sharing is enabled) *}}
                <div id="event-acl-wrapper" style="display: none">
-                       {{$acl}}
+                       {{$acl nofilter}}
                </div>
 
                {{* The tab for the event preview (content is inserted by js) *}}