]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot.tpl
Add connector collapsible panel in permission
[friendica.git] / view / templates / jot.tpl
index 0c450598a417e8b0b78f4793b13e9088c7b90197..c0f463e48a26b05a2d0cd324326af599a462db78 100644 (file)
@@ -24,7 +24,7 @@
                {{/if}}
                <div id="jot-text-wrap">
                <img id="profile-jot-text-loading" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
-               <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content}}{{/if}}</textarea>
+               <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
                </div>
 
 <div id="profile-jot-submit-wrapper" class="jothidden">
@@ -64,7 +64,7 @@
 
 
        <div id="profile-jot-plugin-wrapper">
-       {{$jotplugins}}
+       {{$jotplugins nofilter}}
        </div>
 
        <div id="profile-rotator-wrapper" style="display: {{$visitor}};" >
@@ -75,7 +75,7 @@
 
        <div style="display: none;">
                <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
-                       {{$acl}}
+                       {{$acl nofilter}}
                </div>
        </div>