]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/templates/jot.tpl
Remove language selectors from themes
[friendica.git] / view / theme / frost-mobile / templates / jot.tpl
index a8bf4ea79c9e21ef0c89aff3fff3ff30e572c17f..eb326b1da25953a9cd765e96510b9a9f8234eb52 100644 (file)
@@ -18,6 +18,9 @@
                <input type="hidden" name="preview" id="jot-preview" value="0" />
                <input type="hidden" name="post_id_random" value="{{$rand_num}}" />
                <div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none"></div>
+               {{if $notes_cid}}
+               <input type="hidden" name="contact_allow[]" value="<{{$notes_cid}}>" />
+               {{/if}}
                {{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>
                {{/if}}
        <div style="display: none;">
                <div id="profile-jot-acl-wrapper">
                        {{$acl}}
-                       <hr/>
-                       <div id="profile-jot-email-label">{{$emailcc}}</div><input type="text" name="emailcc" id="profile-jot-email" title="{{$emtitle}}" />
-                       {{$jotnets}}
-                       <div id="profile-jot-networks-end"></div>
                </div>
        </div>