aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
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>