]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/event_form.tpl
Merge pull request #10717 from nupplaphil/bug/drone_missing_bin
[friendica.git] / view / templates / event_form.tpl
index 9e8f28d0198c02556261bbd6d773e582c71c3610..b22c3c64f402a3814230d2dfe95210e4b1e0c0d4 100644 (file)
@@ -5,16 +5,16 @@
 {{$desc nofilter}}
 </p>
 
-<form id="event-edit-form" action="{{$post}}" method="post" >
+<form id="event-edit-form" action="{{$post}}" method="post">
 
 <input type="hidden" name="event_id" value="{{$eid}}" />
 <input type="hidden" name="cid" value="{{$cid}}" />
 <input type="hidden" name="uri" value="{{$uri}}" />
 <input type="hidden" name="preview" id="event-edit-preview" value="0" />
 
-{{$s_dsel}}
+{{$s_dsel nofilter}}
 
-{{$f_dsel}}
+{{$f_dsel nofilter}}
 
 {{include file="field_checkbox.tpl" field=$nofinish}}
 
 {{include file="field_checkbox.tpl" field=$share}}
 {{/if}}
 
-{{$acl}}
+{{$acl nofilter}}
 
 <div class="clear"></div>
 <input id="event-edit-preview" type="submit" name="preview" value="{{$preview}}" onclick="doEventPreview(); return false;" />
 <input id="event-submit" type="submit" name="submit" value="{{$submit}}" />
 </form>
-