aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/thing_input.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-01 19:27:41 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-01 19:27:41 -0700
commit1ce8ce896b39e4131fdb67ce4505959638c523a5 (patch)
treeecf53b2f84cc9c412bc68efadc5eb8d82fabf617 /view/tpl/thing_input.tpl
parent85daf26eb1f12a5fd7f2782b0cd4c9cd6f2c0cb5 (diff)
downloadvolse-hubzilla-1ce8ce896b39e4131fdb67ce4505959638c523a5.tar.gz
volse-hubzilla-1ce8ce896b39e4131fdb67ce4505959638c523a5.tar.bz2
volse-hubzilla-1ce8ce896b39e4131fdb67ce4505959638c523a5.zip
provide consistent ui for things
Diffstat (limited to 'view/tpl/thing_input.tpl')
-rw-r--r--view/tpl/thing_input.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/thing_input.tpl b/view/tpl/thing_input.tpl
index e93a1aa65..22f8f5cb6 100644
--- a/view/tpl/thing_input.tpl
+++ b/view/tpl/thing_input.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>