diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-03 23:57:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-03 23:57:41 +0200 |
commit | 908e15bc9041f757217ba8d3635a8d83a5544c46 (patch) | |
tree | 243561fa211f28529191e103039629288a4b088f /view/tpl/jot.tpl | |
parent | df27a48e727ee319e3b9ff1f94024d1cf100f350 (diff) | |
download | volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.tar.gz volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.tar.bz2 volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.zip |
multi acl: port events
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index a207989fb..661954623 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,4 +1,4 @@ -<form id="profile-jot-form" action="{{$action}}" method="post" class="acl-form" data-formid="profile-jot-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'> +<form id="profile-jot-form" action="{{$action}}" method="post" class="acl-form" data-form_id="profile-jot-form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'> {{$mimeselect}} {{$layoutselect}} {{if $id_select}} |