]> git.mxchange.org Git - friendica.git/commitdiff
quattro fix for #2385 - respect acl on event edit
authorrabuzarus <>
Wed, 13 Apr 2016 15:43:46 +0000 (17:43 +0200)
committerrabuzarus <>
Wed, 13 Apr 2016 15:43:46 +0000 (17:43 +0200)
view/theme/quattro/templates/event_form.tpl

index 7cca2be364c5e3462c9b4298eaa71c4fb2274777..098b57850efd720c51ca9bb9d82040266af8a3ca 100644 (file)
 
        {{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}}