aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-30 16:35:50 -0700
committerfriendica <info@friendica.com>2014-04-30 16:35:50 -0700
commit14402bdf9806929d910d8f6a2549de7f45c2a61f (patch)
treee93238a870f76e8778f9eea5bf62cc440c2aa3ca /view
parent5592802790dbc2a934f772b2b9108ee0cd409831 (diff)
downloadvolse-hubzilla-14402bdf9806929d910d8f6a2549de7f45c2a61f.tar.gz
volse-hubzilla-14402bdf9806929d910d8f6a2549de7f45c2a61f.tar.bz2
volse-hubzilla-14402bdf9806929d910d8f6a2549de7f45c2a61f.zip
missing permissions block in mod_filestorage
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_filestorage.css3
-rw-r--r--view/tpl/attach_edit.tpl3
2 files changed, 5 insertions, 1 deletions
diff --git a/view/css/mod_filestorage.css b/view/css/mod_filestorage.css
index 98fa8e93d..22f8a53d9 100644
--- a/view/css/mod_filestorage.css
+++ b/view/css/mod_filestorage.css
@@ -8,4 +8,5 @@
#cutpasteinput, #linkpasteinput {
width: 600px;
-} \ No newline at end of file
+}
+
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>