diff options
author | friendica <info@friendica.com> | 2014-04-30 16:35:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-30 16:35:50 -0700 |
commit | 14402bdf9806929d910d8f6a2549de7f45c2a61f (patch) | |
tree | e93238a870f76e8778f9eea5bf62cc440c2aa3ca /view/tpl | |
parent | 5592802790dbc2a934f772b2b9108ee0cd409831 (diff) | |
download | volse-hubzilla-14402bdf9806929d910d8f6a2549de7f45c2a61f.tar.gz volse-hubzilla-14402bdf9806929d910d8f6a2549de7f45c2a61f.tar.bz2 volse-hubzilla-14402bdf9806929d910d8f6a2549de7f45c2a61f.zip |
missing permissions block in mod_filestorage
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/attach_edit.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index 77f32b5bc..5d2703a2d 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -29,6 +29,9 @@ <input type="text" id="linkpasteinput" name="cutpasteextlink" value="{{$cloudpath}}" onclick="this.select();"/><br /> <div id="attach-edit-perms" > +<button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> + <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons"></i> +</button> {{$aclselect}} </div> |