aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/thing_edit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/thing_edit.tpl')
-rw-r--r--view/tpl/thing_edit.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/thing_edit.tpl b/view/tpl/thing_edit.tpl
index b170f152c..d513d2855 100644
--- a/view/tpl/thing_edit.tpl
+++ b/view/tpl/thing_edit.tpl
@@ -29,5 +29,14 @@
<div class="thing-end"></div>
+{{$aclselect}}
+
+{{if $lockstate}}
+ <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
+ <i id="jot-perms-icon" class="icon-{{$lockstate}}"></i>
+ </button>
+{{/if}}
+
+
<input type="submit" class="thing-submit" name="submit" value="{{$submit}}" />
</form>