]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/jot.tpl
Fix: Notes can be posted again. Never use "defaults" with "false" (#5551)
[friendica.git] / view / theme / quattro / templates / jot.tpl
index 41d633b25c3191f01ee65fd43123862091180602..bdf21b8f74a1cf044fac1a912984bbb4b0d9536b 100644 (file)
@@ -6,10 +6,8 @@
                <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" title="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" />
                {{/if}}
                <div id="character-counter" class="grey jothidden"></div>
-
-
-
-               <input type="hidden" name="type" value="{{$ptyp}}" />
+               <input type="hidden" name="wall" value="{{$wall}}" />
+               <input type="hidden" name="post_type" value="{{$posttype}}" />
                <input type="hidden" name="profile_uid" value="{{$profile_uid}}" />
                <input type="hidden" name="return" value="{{$return_path}}" />
                <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" />
@@ -21,7 +19,7 @@
                <input type="hidden" name="contact_allow[]" value="<{{$notes_cid}}>" />
                {{/if}}
 
-               <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea>
+               <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{if $content}}{{$content}}{{/if}}</textarea>
 
                <ul id="jot-tools" class="jothidden" style="display:none">
                        <li><a href="#" onclick="return false;" id="wall-image-upload" title="{{$upload}}">{{$shortupload}}</a></a></li>