]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/jot.tpl
Add titlebar notifications to Dispy.
[friendica.git] / view / theme / dispy / jot.tpl
index 563d58ce4975f5ccb06a87bd49e1d77a6730d4f3..12969dd031861e227d7ed3117209d6cace9dd474 100644 (file)
@@ -1,8 +1,6 @@
 <form id="profile-jot-form" action="$action" method="post">
        <div id="jot">
                <div id="profile-jot-desc" class="jothidden">&#160;</div>
-               <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none" />
-               <div id="character-counter" class="grey jothidden"></div>
 
                <input type="hidden" name="type" value="$ptyp" />
                <input type="hidden" name="profile_uid" value="$profile_uid" />
                <input type="hidden" name="coord" id="jot-coord" value="" />
                <input type="hidden" name="post_id" value="$post_id" />
                <input type="hidden" name="preview" id="jot-preview" value="0" />
+               <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="character-counter" class="grey jothidden"></div>
                <div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="$placeholdercategory" value="$category" class="jothidden" style="display:none" /></div>
                <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body">{{ if $content }}$content{{ else }}$share{{ endif }}
                </textarea>
 
-
+<div id="profile-jot-submit-wrapper" class="jothidden">
 <div id="jot-tools" class="jothidden" style="display:none">
        <div id="profile-jot-submit-wrapper" class="jothidden">
 
@@ -68,6 +68,9 @@
                        $jotnets
                </div>
        </div>
+</div>
 
+<div id="profile-jot-end"></div>
 </form>
+</div>
                {{ if $content }}<script>initEditor();</script>{{ endif }}