]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/event_form.tpl
Merge pull request #6557 from annando/auto-mention
[friendica.git] / view / theme / quattro / templates / event_form.tpl
index 484fe6744b09a27d651a357cbfa827d3504f38d4..9cb0bdc4ed2139d6e207c380ae0b2b24d4af1e71 100644 (file)
@@ -1,7 +1,7 @@
 
 <h3>{{$title}}</h3>
 
-<p>{{$desc}}</p>
+<p>{{$desc nofilter}}</p>
 
 <form id="event-edit-form" action="{{$post}}" method="post" >
 
@@ -10,9 +10,9 @@
        <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="settings-submit-wrapper" >
-               <input id="event-edit-preview" type="submit" name="preview" value="{{$preview|escape:'html'}}" onclick="doEventPreview(); return false;" />
-               <input id="event-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
+               <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}}" />
        </div>
 </form>