diff options
author | marijus <mario@mariovavti.com> | 2014-04-09 18:29:22 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-09 18:29:22 +0200 |
commit | b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c (patch) | |
tree | 12febbdd1e0aff655a7e3a0d18ca2865a423070f /view/tpl/jot.tpl | |
parent | 74bd772a5bba5cd2c92e708d237128ab2dbdb53c (diff) | |
download | volse-hubzilla-b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c.tar.gz volse-hubzilla-b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c.tar.bz2 volse-hubzilla-b88a7fc23a185a6ecfbc451bddc7da33ea2c4d4c.zip |
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index b20644f49..e1b8dc906 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -75,7 +75,7 @@ </div> <div id="profile-jot-submit-right" class="btn-group pull-right"> {{if $showacl}} - <a href="#profile-jot-acl-wrapper" class="btn btn-default btn-sm jot-icons icon-{{$lockstate}}" id="jot-perms-icon" title="{{$permset}}" style="display: {{$pvisit}};"></a>{{$bang}} + <a href="#profile-jot-acl-wrapper" class="btn btn-default btn-sm jot-icons icon-{{$lockstate}}" id="jot-perms-icon" title="{{$permset}}"></a>{{$bang}} {{/if}} {{if $preview}} <button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}"> |