quattro fix for #2385 - respect acl on event edit

This commit is contained in:
rabuzarus 2016-04-13 17:43:46 +02:00 committed by Roland Haeder
parent 1584f2ee00
commit bc720c0918
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,12 @@
{{include file="field_textarea.tpl" field=array('location', $l_text, $l_orig, "")}}
<hr>
{{include file="field_checkbox.tpl" field=array('share', $sh_text, $sh_checked, "")}}
<div class='field checkbox' id='div_id_share'>
<label for='id_share'>{{$sh_text}}</label>
<input type="checkbox" name='share' id='id_share' aria-describedby='share_tip' value="1" {{$sh_checked}}>
</div>
{{$acl}}