diff options
author | friendica <info@friendica.com> | 2013-03-06 15:13:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-06 15:13:54 -0800 |
commit | c5d0da43e57cf812dd3a88b04740728f7ae65523 (patch) | |
tree | 451edffe9046b558cfeff238f218574a5385e9fd /view/tpl/smarty3/jot.tpl | |
parent | 5754d18286b4fbeeea362eea2d95296c83c59a11 (diff) | |
download | volse-hubzilla-c5d0da43e57cf812dd3a88b04740728f7ae65523.tar.gz volse-hubzilla-c5d0da43e57cf812dd3a88b04740728f7ae65523.tar.bz2 volse-hubzilla-c5d0da43e57cf812dd3a88b04740728f7ae65523.zip |
tweaky tweak, plus add share tracking db, and don't show acl for guest postings, and experiment with compressing pcss on the fly
Diffstat (limited to 'view/tpl/smarty3/jot.tpl')
-rw-r--r-- | view/tpl/smarty3/jot.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/smarty3/jot.tpl b/view/tpl/smarty3/jot.tpl index 9ce34ee2f..2def156b2 100644 --- a/view/tpl/smarty3/jot.tpl +++ b/view/tpl/smarty3/jot.tpl @@ -58,9 +58,11 @@ <a id="profile-nolocation" class="icon noglobe" title="{{$noloc}}" onclick="jotClearLocation();return false;"></a> </div> + {{if $showacl}} <div id="profile-jot-perms" class="profile-jot-perms" style="display: {{$pvisit}};" > <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon {{$lockstate}}" title="{{$permset}}" ></a>{{$bang}} </div> + {{/if}} {{if $preview}}<span onclick="preview_post();" id="jot-preview-link" class="fakelink">{{$preview}}</span>{{/if}} |