]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot.tpl
Update translation fie after adding a string
[friendica.git] / view / templates / jot.tpl
index 167e47da52cb051ba0fb706ea3d7a94d7cba8775..2a5df64065f9d345ec9f435866967bda4aca8f99 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>
 
                {{if $notes_cid}}
                <input type="hidden" name="contact_allow[]" value="<{{$notes_cid}}>" />
                {{/if}}
-               <div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none"></div>
+               <div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none" dir="auto"></div>
                {{if $placeholdercategory}}
-               <div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" /></div>
+               <div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" dir="auto"></div>
                {{/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 nofilter}}{{/if}}</textarea>
+               <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}" dir="auto">{{if $content}}{{$content nofilter}}{{/if}}</textarea>
                </div>
 
 <div id="profile-jot-submit-wrapper" class="jothidden">
                <a id="profile-nolocation" class="icon noglobe" title="{{$noloc}}" onclick="jotClearLocation();return false;"></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>
@@ -76,6 +79,7 @@
        <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}}
                </div>
        </div>