diff options
author | friendica <info@friendica.com> | 2015-02-02 17:21:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-02 17:21:14 -0800 |
commit | 09c146f3118019935805158364c4bc303a7481a3 (patch) | |
tree | 19657927aebc23775f621a2eb8d7616d02ca6093 /view | |
parent | 125ebfeb0cca25a34a54fc57908d2afa93b96f44 (diff) | |
parent | 08689db4ffccc1a541f77cbf32ffbd11c1a4ac22 (diff) | |
download | volse-hubzilla-09c146f3118019935805158364c4bc303a7481a3.tar.gz volse-hubzilla-09c146f3118019935805158364c4bc303a7481a3.tar.bz2 volse-hubzilla-09c146f3118019935805158364c4bc303a7481a3.zip |
Merge branch 'master' into pocorate
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/attach_edit.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index 5a8743919..4a438e8fd 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -22,11 +22,13 @@ </label> </div> {{/if}} + {{if !$isadir}} <div id="attach-edit-activity" class="btn-group" data-toggle="buttons"> <label class="btn btn-default btn-xs" title="{{$activity_btn_title}}"> <input type="checkbox" autocomplete="off" name="no_activity" value="1"><i class="icon-ban-circle jot-icons"></i> </label> </div> + {{/if}} <div id="attach-edit-perms" class="btn-group"> <button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i> |