]> git.mxchange.org Git - friendica.git/blobdiff - view/jot.tpl
Merge branch 'pull'
[friendica.git] / view / jot.tpl
old mode 100644 (file)
new mode 100755 (executable)
index e20d17b..f116dc0
@@ -10,6 +10,7 @@
                <input type="hidden" name="location" id="jot-location" value="$defloc" />
                <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" />
                
                <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>                
                {{ if $content }}<script>initEditor();</script>{{ endif }}
                        <li id="profile-rotator" class="loading" style="display: none"><img src="images/rotator.gif" alt="$wait" title="$wait"  /></li>
                </ul>
        </div>
+
+       <div style="display: none;">
+               <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
+                       $acl
+                       <hr style="clear:both"/>
+                       <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle" />
+                       <div id="profile-jot-email-end"></div>
+                       $jotnets
+               </div>
+       </div>  
+
        
 </form>
 
-<div style="display: none;">
-       <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
-               $acl
-               <hr style="clear:both"/>
-               <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle" />
-               <div id="profile-jot-email-end"></div>
-               $jotnets
-       </div>
-</div>