]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/templates/jot.tpl
quattro: hide acl button in edit post
[friendica.git] / view / theme / quattro / templates / jot.tpl
1 <form id="profile-jot-form" action="{{$action}}" method="post">
2         <div id="jot">
3                 <div id="profile-jot-desc" class="jothidden">&nbsp;</div>
4                 <input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" title="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none" />
5                 {{if $placeholdercategory}}
6                 <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" title="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" />
7                 {{/if}}
8                 <div id="character-counter" class="grey jothidden"></div>
9
10
11
12                 <input type="hidden" name="type" value="{{$ptyp}}" />
13                 <input type="hidden" name="profile_uid" value="{{$profile_uid}}" />
14                 <input type="hidden" name="return" value="{{$return_path}}" />
15                 <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" />
16                 <input type="hidden" name="coord" id="jot-coord" value="" />
17                 <input type="hidden" name="post_id" value="{{$post_id}}" />
18                 <input type="hidden" name="preview" id="jot-preview" value="0" />
19                 <input type="hidden" name="post_id_random" value="{{$rand_num}}" />
20                 {{if $notes_cid}}
21                 <input type="hidden" name="contact_allow[]" value="<{{$notes_cid}}>" />
22                 {{/if}}
23
24                 <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea>
25
26                 <ul id="jot-tools" class="jothidden" style="display:none">
27                         <li><a href="#" onclick="return false;" id="wall-image-upload" title="{{$upload}}">{{$shortupload}}</a></a></li>
28                         <li><a href="#" onclick="return false;" id="wall-file-upload"  title="{{$attach}}">{{$shortattach}}</a></li>
29                         <li><a id="profile-link"  ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;" title="{{$weblink}}">{{$shortweblink}}</a></li>
30                         <li><a id="profile-video" onclick="jotVideoURL();return false;" title="{{$video}}">{{$shortvideo}}</a></li>
31                         <li><a id="profile-audio" onclick="jotAudioURL();return false;" title="{{$audio}}">{{$shortaudio}}</a></li>
32                         <!-- TODO: waiting for a better placement
33                         <li><a id="profile-location" onclick="jotGetLocation();return false;" title="{{$setloc}}">{{$shortsetloc}}</a></li>
34                         <li><a id="profile-nolocation" onclick="jotClearLocation();return false;" title="{{$noloc}}">{{$shortnoloc}}</a></li>
35                         -->
36                         <li><a id="jot-preview-link" onclick="preview_post(); return false;" title="{{$preview}}">{{$preview}}</a></li>
37                         {{$jotplugins}}
38
39                         {{if !$is_edit}}
40                         <li class="perms"><a id="jot-perms-icon" href="#profile-jot-acl-wrapper" class="icon s22 {{$lockstate}} {{$bang}}"  title="{{$permset}}" ></a></li>
41                         {{/if}}
42                         <li class="submit"><input type="submit" id="profile-jot-submit" name="submit" value="{{$share}}" /></li>
43                         <li id="profile-rotator" class="loading" style="display: none"><img src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}"  /></li>
44                 </ul>
45         </div>
46
47         <div id="jot-preview-content" style="display:none;"></div>
48
49         <div style="display: none;">
50                 <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
51                         {{$acl}}
52                 </div>
53         </div>
54
55 </form>
56
57 {{if $content}}<script>initEditor();</script>{{/if}}