]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/event_form.tpl
Fix ignore notification
[friendica.git] / view / theme / frio / templates / event_form.tpl
index 2325772418c908d1977db080105cf416cd6523a8..c48d5c7fc8bba2d00a087e4bebd9a952bc25b9b6 100644 (file)
@@ -30,7 +30,7 @@
        </ul>
 
        <div id="event-edit-form-wrapper">
-       <form id="event-edit-form" action="{{$post}}" method="post" data-allow_cid="{{$allow_cid}}" data-allow_gid="{{$allow_gid}}" data-deny_cid="{{$deny_cid}}" data-deny_gid="{{$deny_gid}}">
+       <form id="event-edit-form" action="{{$post}}" method="post">
 
                <input type="hidden" name="event_id" value="{{$eid}}" />
                <input type="hidden" name="cid" value="{{$cid}}" />
 
                        <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) *}}