]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot.tpl
open channel settings when empty
[friendica.git] / view / templates / jot.tpl
index 73d341aae724610c92bc0c8904c0a894202ecac8..07824c6e32d351b4cd4db559185819fec2961223 100644 (file)
@@ -1,7 +1,6 @@
 <div id="profile-jot-wrapper">
        <div id="profile-jot-banner-wrapper">
                <div id="profile-jot-desc">&nbsp;</div>
-               <div id="character-counter" class="grey"></div>
        </div>
        <div id="profile-jot-banner-end"></div>
 
        <div id="profile-nolocation-wrapper" style="display: none;">
                <a id="profile-nolocation" class="icon noglobe" title="{{$noloc}}" onclick="jotClearLocation();return false;"></a>
        </div>
+       <div id="profile-emojis-wrapper" style="display: {{$visitor}};">
+               <a id="profile-emojis" class="icon icon-smile emojis-post" title="{{$edemojis}}"></a>
+       </div>
+       <div id="post-length">
+               <span id="character-counter" class="grey"></span>
+       </div>
 
        <div id="profile-jot-perms" class="profile-jot-perms" style="display: {{$pvisit}};">
                <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon {{$lockstate}}"  title="{{$permset}}"></a>{{$bang}}
        <div style="display: none;">
                <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
                        {{$acl nofilter}}
+                       {{if $scheduled_at}}{{$scheduled_at nofilter}}{{/if}}
+                       {{if $created_at}}{{$created_at nofilter}}{{/if}}
                </div>
        </div>
-
-
 </div>
-
 <div id="profile-jot-end"></div>
 </form>
 </div>
-               {{if $content}}<script>initEditor();</script>{{/if}}
+{{if $content}}<script>initEditor();</script>{{/if}}
\ No newline at end of file