Merge pull request #2446 from rabuzarus/1304_quatro_event_acl

quattro fix for #2385 - respect acl on event edit
This commit is contained in:
Tobias Diekershoff 2016-04-13 19:21:15 +02:00
commit 6d0b4f92bc
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}}